-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@next-auth/prisma-adapter": "^0.4.4-canary.81",
"@prisma/client": "^5.10.2",
"@react-three/drei": "^9.101.0",
"@types/three": "^0.162.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"drei": "^2.2.21",
"exif-parser": "^0.1.12",
"framer": "^2.4.1",
"framer-motion": "^11.0.8",
"leva": "^0.9.35",
"net": "^1.0.2",
"next": "14.1.1",
"next-auth": "^4.24.7",
"prisma": "^5.10.2",
"react": "^18",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-dropzone": "^14.2.3",
"react-three-fiber": "^6.0.13",
"slider": "^1.0.4",
"socket.io": "^4.7.4",
"swiper": "^11.0.7",
"swr": "^2.2.5",
"three": "^0.162.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"browser": {
"fs": false,
"child_process": false
}
}