-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 882 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
37
38
{
"name": "webgpu-playground",
"version": "0.0.1",
"description": "WebGPU Playground",
"scripts": {
"demo:dev": "demosify --serve",
"demo:prod": "demosify --prod",
"dev": "npm run demo:dev",
"start": "npm run demo:dev",
"build": "npm run demo:prod",
"pub": "npm run demo:prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/06wj/WebGPU-Playground.git"
},
"keywords": [
"WebGPU",
"Playground"
],
"author": "06wj",
"license": "MIT",
"bugs": {
"url": "https://github.com/06wj/WebGPU-Playground/issues"
},
"homepage": "https://github.com/06wj/WebGPU-Playground#readme",
"devDependencies": {
"@demosify/core": "^0.6.0"
},
"dependencies": {
"@babel/standalone": "^7.9.6",
"@webgpu/glslang": "^0.0.15",
"hilo3d": "^1.13.47"
},
"engines": {
"node": ">=0.10.3 <15"
}
}