-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 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
{
"name": "webgpu-pathtracer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"analyze": "npx vite-bundle-visualizer"
},
"packageManager": "yarn@4.0.2",
"dependencies": {
"@tweakpane/plugin-camerakit": "^0.3.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"nprogress": "^0.2.0",
"three": "^0.171.0",
"tweakpane": "^4.0.3",
"tweakpane-plugin-file-import": "^1.0.1",
"vite-raw-plugin": "^1.0.2",
"webgpu-utils": "^1.0.2"
},
"devDependencies": {
"@tweakpane/core": "^2.0.3",
"@types/nprogress": "^0",
"@types/three": "^0.171.0",
"@webgpu/types": "^0.1.52",
"typescript": "^5.7.2",
"vite": "^6.0.6"
}
}