generated from pixotronics/webgi-vanilla-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "webgi-vanilla-typescript",
"version": "1.0.0",
"description": "WebGi + TypeScript example starter project",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/three": "^0.139.0",
"@types/webgi": "https://storage.googleapis.com/dist.pixotronics.com/webgi/runtime/bundle-types-0.7.41.tgz",
"typescript": "4.4.4",
"vite": "^4.2.1",
"vite-plugin-static-copy": "^0.13.1",
"webgi": "https://storage.googleapis.com/dist.pixotronics.com/webgi/runtime/bundle-0.7.41.tgz"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
},
"keywords": [
"typescript",
"javascript"
],
"staticFiles": {
"staticPath": [
{
"staticPath": "assets",
"staticOutDir": "assets"
}
]
},
"type": "module"
}