-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1017 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
38
39
40
41
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.0",
"@react-three/postprocessing": "^2.7.0",
"jotai": "^1.10.0",
"jotai-optics": "^0.2.0",
"next": "13.0.0",
"optics-ts": "^2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spring": "^9.5.5",
"three": "^0.146.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.4",
"@types/node": "18.11.6",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"@types/three": "^0.144.0",
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"jest": "^29.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"ts-jest": "^29.0.3",
"typescript": "4.8.4"
}
}