-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "webgl-talk-public",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/three": "^9.7.0",
"@react-three/drei": "^9.58.3",
"@react-three/fiber": "^8.11.5",
"@types/geometric": "^2.5.0",
"@types/three": "^0.149.0",
"chroma-js": "^2.4.2",
"eslint": "^8.34.0",
"geometric": "^2.5.0",
"immer": "^9.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.0",
"three": "^0.150.0",
"troika-three-text": "^0.47.1",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}