-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 1002 Bytes
/
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
{
"name": "xrgarden",
"version": "1.0.0",
"description": "Garden for XR",
"main": "index.js",
"scripts": {
"start": "npm run build; node ./",
"build": "rollup -c; find build -maxdepth 1 -iname \"*.js\" -not -type d -exec du -h {} \\;",
"develop": "rollup -w -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-node-resolve": "^13.0.0",
"@surma/rollup-plugin-comlink": "^0.4.0",
"@surma/rollup-plugin-off-main-thread": "^2.2.2",
"@tweenjs/tween.js": "^18.6.4",
"comlink": "^4.3.1",
"jshint": "^2.13.0",
"rollup": "^2.52.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.129.0",
"three-stdlib": "^2.2.0",
"webxr-polyfill": "^2.0.3"
}
}