-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "flipar",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@loadable/component": "^5.15.3",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.88.17",
"@react-three/fiber": "^8.15.11",
"@react-three/flex": "^1.0.1",
"@react-three/postprocessing": "^2.15.11",
"@theatre/core": "^0.7.0",
"@theatre/r3f": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@theme-toggles/react": "^4.1.0",
"gl-noise": "^1.6.1",
"lamina": "^1.1.23",
"lerp": "^1.0.3",
"leva": "^0.9.35",
"material-composer": "^0.2.6",
"perlin.js": "^1.0.0",
"prop-types": "^15.8.1",
"r3f-perf": "^7.1.2",
"randomish": "^0.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.19.0",
"react-tensorflow": "^2.2.0",
"render-composer": "^0.2.8",
"shader-composer": "^0.4.9",
"simplex-noise": "^4.0.1",
"three": "^0.158.0",
"three-custom-shader-material": "^5.4.0",
"three-noise": "^1.1.2",
"three-particle-fire": "^0.1.0",
"three-stdlib": "^2.28.5",
"threejs-meshline": "^2.0.12",
"timeline-composer": "^0.1.7",
"unplugin-fonts": "^1.0.3",
"vite-plugin-svgr": "^4.2.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"three-stdlib": ">=2.28.5",
"timeline-composer": ">=0.1.7",
"unplugin-fonts": ">=1.0.3",
"vite": "^5.0.0",
"vite-plugin-svgr": ">=4.2.0",
"zustand": ">=4.4.6"
}
}