-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 809 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 809 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
{
"name": "three-webgpu-renderer",
"version": "0.162.0",
"description": "Three.js WebGPU Renderer",
"main": "build/three-webgpu-renderer.js",
"module": "build/webgpu-renderer.module.js",
"scripts": {
"build": "npm run update && rollup -c rollup.config.js",
"update": "git submodule update --remote"
},
"author": "danielr",
"devDependencies": {
"@gfx/zopfli": "^1.0.15",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.1",
"magic-string": "^0.30.0",
"rollup": "^2.38.0",
"rollup-plugin-gzip": "^3.1.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-tla": "^0.0.2"
}
}