-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 916 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.22",
"@tensorflow/tfjs": "^3.18.0",
"@types/three": "^0.141.0",
"classnames": "^2.3.1",
"framer-motion": "^6.3.7",
"lodash": "^4.17.21",
"next": "latest",
"next-themes": "^0.2.0",
"onnxruntime-web": "^1.11.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-spring": "^9.4.5",
"react-transition-group": "^4.4.2",
"three": "^0.141.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"copy-webpack-plugin": "^11.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}