-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack build --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/node": "^17.0.15",
"@types/offscreencanvas": "^2019.6.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@webgpu/types": "^0.1.21",
"css-loader": "^6.6.0",
"dat.gui": "^0.7.9",
"file-loader": "^6.2.0",
"gl-matrix": "^3.4.3",
"html-webpack-plugin": "^5.5.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^4.2.21",
"stats-js": "^1.0.1",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}