-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
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-projects",
"version": "1.0.0",
"description": "webgpu-projects\r ===============",
"main": "index.js",
"scripts": {
"watch:dev": "npx webpack --watch",
"start": "npx webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dalduba/webgpu-projects.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/dalduba/webgpu-projects/issues"
},
"homepage": "https://gitlab.com/dalduba/webgpu-projects#readme",
"dependencies": {
"@webgpu/types": "^0.1.21",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"mocha": "^10.0.0",
"plotly.js-dist-min": "^2.14.0",
"progress-bar-webpack-plugin": "^2.1.0",
"raw-loader": "^4.0.2",
"ts-loader": "^9.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/plotly.js": "^2.12.2"
}
}