-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "@formant/3d-viewer-module",
"private": true,
"version": "0.170.9",
"type": "module",
"scripts": {
"clean": "rm -rf node_modules",
"init-dev": "yarn clean && yarn",
"dev": "vite",
"dev-vr": "vite --host --port 5555 --config ./vite.config.vr.ts",
"build": "tsc && vite build --base './'",
"build-lib": "tsc && vite build --config ./vite.config.lib.ts",
"preview": "vite preview"
},
"dependencies": {
"@dimforge/rapier3d": "^0.11.1",
"@formant/data-sdk": "^1.63.0",
"@formant/ui-sdk": "0.0.45",
"@formant/universe-core": "0.0.17",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@react-three/xr": "^5.1.3",
"@types/lodash.clamp": "^4.0.7",
"@types/seedrandom": "^3.0.4",
"@types/styled-components": "^5.1.26",
"@types/three": "0.165.0",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"color-rgba": "^2.4.0",
"cross-fetch": "^3.1.5",
"geolib": "^3.3.3",
"google-protobuf": "^3.21.2",
"jq-web": "^0.5.1",
"jszip": "^3.9.1",
"lodash.clamp": "^4.0.3",
"postprocessing": "^6.29.3",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"seedrandom": "^3.0.5",
"styled-components": "^5.3.9",
"three": "0.170.0",
"urdf-loader": "^0.12.1",
"uuid": "^9.0.0",
"uuid-by-string": "^4.0.0",
"vite-plugin-top-level-await": "^1.2.4",
"vite-plugin-wasm": "^3.2.1"
},
"devDependencies": {
"@types/node": "^18.11.19",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"i": "^0.3.7",
"npm": "^10.8.2",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}