generated from Twinklebear/webgpu-webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 815 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
{
"name": "webgpu-webpack-starter",
"version": "1.0.0",
"description": "A starter template for WebGPU development the uses webpack to build the code and manage dependencies.",
"main": "app.js",
"scripts": {
"build": "webpack",
"serve": "webpack server",
"deploy": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twinklebear/webgpu-webpack-starter.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Twinklebear/webgpu-webpack-starter/issues"
},
"homepage": "https://github.com/Twinklebear/webgpu-webpack-starter#readme",
"devDependencies": {
"html-webpack-plugin": "^5.3.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}