-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 618 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 618 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
{
"name": "cis5650-project4-webgpu-forward-plus-and-clustered-deferred",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build && cp -r scenes/ dist/"
},
"devDependencies": {
"@types/dat.gui": "^0.7.13",
"@types/seedrandom": "^3.0.8",
"@types/stats.js": "^0.17.3",
"@webgpu/types": "^0.1.44",
"typescript": "^5.2.2",
"vite": "^5.3.4"
},
"dependencies": {
"@loaders.gl/gltf": "^4.2.2",
"@loaders.gl/images": "^4.2.3",
"dat.gui": "^0.7.9",
"stats.js": "^0.17.0",
"wgpu-matrix": "^3.0.2"
}
}