-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 799 Bytes
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
{
"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": {
"@types/jquery": "^3.5.5",
"@types/node": "14.14.20",
"@webgpu/types": "^0.1.21",
"css-loader": "^5.2.0",
"jquery": "^3.6.0",
"jshint": "^2.12.0",
"style-loader": "^3.3.1",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.6.0"
},
"devDependencies": {
"push-dir": "^0.4.1"
}
}