-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 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
53
54
55
56
57
58
59
60
{
"name": "doohickey",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"serve": "http-server ./build -p 3000"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.7",
"@react-three/offscreen": "^0.0.6",
"@react-three/postprocessing": "^2.16.2",
"babel-plugin-glsl": "^1.0.0",
"glslify": "^7.1.1",
"jotai": "^2.8.2",
"nice-color-palettes": "^2.0.0",
"postprocessing": "^6.35.5",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-icons": "^4.4.0",
"react-player": "^2.12.0",
"react-use": "^17.4.0",
"styled-components": "^5.3.5",
"suspend-react": "^0.0.9",
"three": "^0.165.0",
"three-stdlib": "^2.30.3"
},
"devDependencies": {
"@types/eslint": "^8.4.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.140.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"http-server": "^14.1.1",
"typescript": "^4.6.4",
"vite": "^5.2.12",
"vite-plugin-env-compatible": "^2.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0"
}
}