-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "smart-visualiser",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --base='/demo/'",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/three": "^10.0.0",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^10.0.7",
"@react-three/fiber": "^9.1.2",
"@react-three/flex": "^1.0.1",
"@react-three/postprocessing": "^3.0.4",
"@tanstack/react-query": "^5.75.0",
"@trpc/client": "^11.1.2",
"@types/react-sparklines": "^1.7.5",
"@uidotdev/usehooks": "^2.4.1",
"ansi-to-react": "^6.1.6",
"async-mutex": "^0.5.0",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"idb-keyval": "^6.2.2",
"jotai": "^2.12.3",
"leva": "^0.10.0",
"leva-file-picker": "^1.2.3",
"lodash": "^4.17.21",
"postprocessing": "^6.37.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-sparklines": "^1.7.0",
"react-spring": "^10.0.0",
"react-use": "^17.6.0",
"smart-service": "workspace:*",
"three": "^0.176.0",
"three-csm": "^4.2.1",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/lodash": "^4.17.16",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}