-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
{
"type": "module",
"private": true,
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"format": "prettier --write src"
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@types/lodash": "4.17.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/styled-components": "5.1.34",
"@types/three": "0.163.0",
"@vitejs/plugin-react": "4.3.4",
"babel-loader": "9.1.3",
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "2.1.4",
"css-loader": "7.1.1",
"mini-css-extract-plugin": "2.9.0",
"prettier": "3.2.5",
"react-refresh": "0.14.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite-plugin-pwa": "1.0.0",
"vite-tsconfig-paths": "5.1.4"
},
"dependencies": {
"@react-spring/three": "9.7.3",
"@react-three/drei": "9.105.4",
"@react-three/fiber": "8.16.2",
"framer-motion": "11.1.7",
"idb-keyval": "6.2.1",
"leva": "0.9.35",
"lodash": "4.17.21",
"mitt": "3.0.1",
"polished": "4.3.1",
"puppeteer": "22.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
"serve-handler": "6.1.5",
"styled-components": "6.1.8",
"three": "0.163.0",
"use-model-validation": "0.2.6",
"zustand": "4.5.2"
}
}