generated from mantinedev/next-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mantine-next-template",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "7.13.0",
"@mantine/form": "^7.13.0",
"@mantine/hooks": "7.13.0",
"@next/bundle-analyzer": "^14.2.4",
"@tabler/icons-react": "^3.6.0",
"clsx": "^2.1.1",
"mobx": "^6.13.3",
"mobx-react-lite": "^4.0.7",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@types/react": "18.3.3",
"babel-loader": "^9.1.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "5.5.2"
}
}