-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "creative-developer-brain-tank",
"version": "1.2.3",
"private": true,
"engines": {
"node": ">=14"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.88.7",
"@react-three/fiber": "^8.15.7",
"glsl-random": "^0.0.5",
"jotai": "^2.5.0",
"next": "^13.5.6",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-creative-cursor": "^1.2.7",
"react-dom": "^18.2.0",
"three": "^0.154.0",
"three-stdlib": "^2.28.3",
"tunnel-rat": "^0.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"url-loader": "^4.1.1"
},
"scripts": {
"lint": "next lint --fix --dir app",
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"prettier": "npx prettier --list-different \"./src/**/*.{ts,tsx,md}\" \"./app/**/*.{ts,tsx,md}\"\""
}
}