-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "wbobeirne",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.121.3",
"@react-three/fiber": "^8.17.12",
"@reduxjs/toolkit": "^2.5.0",
"camera-controls": "^2.9.0",
"clsx": "^2.1.1",
"next": "^15.1.5",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-transition-group": "^4.4.5",
"three": "^0.172.0",
"three-stdlib": "^2.35.12",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.5",
"@svgr/webpack": "^8.1.0",
"@types/node": "22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.12",
"@types/three": "^0.172.0",
"@types/tinycolor2": "^1.4.6",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"eslint-config-prettier": "^10.0.1",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"typescript": "5.7.3"
}
}