-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "livelystudio",
"private": true,
"version": "0.1.3",
"type": "module",
"scripts": {
"start": "tauri dev",
"dev": "vite",
"build": "vite build",
"build:tauri": "tauri build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@monaco-editor/react": "^4.4.5",
"@mui/material": "^5.8.7",
"@react-three/drei": "^9.17.1",
"@react-three/fiber": "^8.2.0",
"@tauri-apps/api": "^1.2.0",
"comlink": "^4.3.1",
"fast-xml-parser": "^4.0.9",
"grommet": "^2.25.0",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-reflex": "^4.0.9",
"robot-scene": "github:Wisc-HCI/robot-scene#v0.9.9",
"open-vp": "github:Wisc-HCI/open-vp#v0.8.14",
"styled-components": "^5.3.5",
"three": "^0.142.0",
"three-stdlib": "^2.12.1",
"zustand": "^4.3.6"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"vite": "^4.1.4",
"vite-plugin-comlink": "^3.0.3",
"vite-plugin-svgr": "^2.2.0",
"vite-plugin-wasm-pack": "^0.1.12"
}
}