-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "ventea",
"version": "1.0.7",
"description": "",
"main": "dist/ventea.js",
"types": "dist/src/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"build:prod": "webpack --mode production --output-filename ventea.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/object-hash": "^3.0.2",
"@types/stats.js": "^0.17.0",
"@webgpu/types": "^0.1.24",
"file-loader": "^6.2.0",
"ts-loader": "^9.4.2",
"ts-shader-loader": "^2.0.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"worker-loader": "^3.0.8",
"worker-plugin": "^5.0.1"
},
"dependencies": {
"@loaders.gl/core": "^3.2.12",
"@loaders.gl/draco": "^3.2.12",
"@loaders.gl/gltf": "^3.2.12",
"@loaders.gl/loader-utils": "^3.2.12",
"bitecs": "^0.3.38",
"gl-matrix": "^3.4.3",
"object-hash": "^3.0.0",
"physx-js-webidl": "^2.0.0",
"stats.js": "^0.17.0"
}
}