-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 909 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": "webgpu-prog-iso",
"version": "1.0.0",
"description": "Implicit isosurface rendering using WebGPU.",
"main": "app.js",
"scripts": {
"build": "webpack",
"serve": "webpack server",
"deploy": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldyken53/webgpu-prog-iso.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ldyken53/webgpu-prog-iso/issues"
},
"homepage": "https://github.com/ldyken53/webgpu-prog-iso.git",
"devDependencies": {
"html-webpack-plugin": "^5.3.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"file-saver": "^2.0.5",
"gl-matrix": "^3.4.3",
"jimp": "^0.22.10",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"onnxruntime-web": "^1.18.0"
}
}