-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"license": "MIT",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"lint": "next lint --fix --dir app",
"dev": "cross-env DEBUG=1 SSL=1 node index",
"build": "rimraf .next && cross-env SSL=1 next build",
"analyze": "cross-env ANALYZE=true next build",
"start": "cross-env SSL=1 node app"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.0.0",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"glsl-random": "^0.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0",
"three-stdlib": "^2.28.9",
"tunnel-rat": "^0.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.4",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.0",
"url-loader": "^4.1.1"
}
}