-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.36 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
39
40
41
42
43
44
45
46
{
"name": "how-to-use-webgpu",
"version": "1.0.0",
"description": "",
"main": "webpack.dev.js",
"scripts": {
"start": "webpack-dev-server --config build/webpack.dev.js",
"build": "webpack --config build/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code945/HowToUseWebGPU.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/code945/HowToUseWebGPU/issues"
},
"homepage": "https://github.com/code945/HowToUseWebGPU#readme",
"dependencies": {
"@webgpu/glslang": "0.0.12",
"gl-matrix": "^3.3.0"
},
"devDependencies": {
"@webgpu/types": "0.0.19",
"autoprefixer": "^9.1.5",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.2",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.0",
"ts-loader": "^5.0.0",
"typescript": "^3.0.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
}
}