forked from webgpu/webgpu-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 825 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
{
"name": "webgpu-samples",
"version": "0.0.2",
"description": "Samples using the Web GPU API",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/austinEng/webgpu-samples.git"
},
"scripts": {
"build": "rm -rf dist gen && webpack --config build/webpack.config.js",
"start": "webpack --config build/webpack.config.js --watch --progress"
},
"dependencies": {
"codemirror": "^5.52.2",
"dat.gui": "^0.7.6",
"gl-matrix": "^3.2.1",
"webgpu-live-shader-module": "austinEng/webgpu-live-shader-module#b4a50ba"
},
"devDependencies": {
"@types/codemirror": "^0.0.88",
"@webgpu/types": "^0.0.23",
"html-webpack-plugin": "^4.0.1",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}