-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 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
36
{
"name": "webgpu01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"tscw": "tsc --watch",
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"watch": "webpack --watch --mode production",
"deploy": "push-dir --dir=dist --branch=gh-pages --allow-unclean"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"3d-view-controls": "^2.2.2",
"@types/jquery": "^3.5.5",
"@types/node": "14.14.20",
"@webgpu/types": "^0.1.6",
"css-loader": "^5.2.0",
"gl-matrix": "^3.3.0",
"interpolate-arrays": "^1.0.4",
"jquery": "^3.6.0",
"jshint": "^2.12.0",
"path": "^0.12.7",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.6.0"
},
"devDependencies": {
"push-dir": "^0.4.1"
}
}