-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 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
37
{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.11.1",
"@mantine/hooks": "7.11.1",
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"@tabler/icons-react": "^3.10.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "^0.166.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "5.5.2"
},
"packageManager": "[email protected]"
}