-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "firesight",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@petamoriken/float16": "^3.8.7",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.9",
"@react-three/postprocessing": "^2.16.3",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/three": "^0.169.0",
"jotai": "^2.10.0",
"js-colormaps-es": "^0.0.5",
"leva": "^0.9.35",
"lru-cache": "^11.0.1",
"nice-color-palettes": "^4.0.0",
"r3f-perf": "^7.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.169.0",
"tweakpane": "^4.0.4",
"vite-plugin-glsl": "^1.3.0",
"zarr": "^0.6.3"
},
"devDependencies": {
"@tweakpane/core": "^2.0.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}