-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "@formant/module",
"private": true,
"version": "0.21.0",
"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": {
"@formant/data-sdk": "0.0.134",
"@types/seedrandom": "^3.0.4",
"@types/styled-components": "^5.1.26",
"@types/three": "0.149.0",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"color-rgba": "^2.4.0",
"geolib": "^3.3.3",
"jq-web": "^0.5.1",
"postprocessing": "^6.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"seedrandom": "^3.0.5",
"styled-components": "^5.3.9",
"three": "0.150.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": "^9.5.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}