-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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
{
"name": "webgpu-triangle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"watch": "webpack --watch --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/jquery": "^3.5.6",
"@types/node": "^16.6.1",
"@webgpu/glslang": "0.0.15",
"@webgpu/types": "^0.1.15",
"css-loader": "^5.2.7",
"jquery": "^3.6.0",
"pixi.js": "^6.1.2",
"react": "^17.0.2",
"three": "^0.130.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"@types/react": "^17.0.17",
"@types/three": "^0.130.2",
"raw-loader": "^4.0.2"
}
}