-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 KB
/
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
35
36
37
{
"name": "hubs-scripting-guide",
"license": "MIT",
"scripts": {
"ngrok-paid": "ngrok start -config ~/.ngrok2/ngrok.yml -config ngrok-paid.yml --all",
"ngrok-free": "ngrok start -config ~/.ngrok2/ngrok.yml -config ngrok-free.yml --all",
"serve": "npm run buildDev && http-server --cors -a localhost -p 6000",
"prepare": "husky install",
"buildDev": "rollup -c --environment BUILD:dev",
"build": "rollup -c --environment BUILD:production"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/plugin-url": "^6.0.0",
"@types/aframe": "^1.0.5",
"@types/three": "^0.133.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-server": "^0.12.3",
"husky": ">=6",
"ngrok": "^3.4.0",
"prettier": "^2.2.1",
"rollup": "^2.47.0",
"rollup-plugin-auto-named-exports": "^1.0.0-beta.3",
"rollup-plugin-terser": "^7.0.2",
"serve-index": "^1.9.1",
"three": "github:mozillareality/three.js#hubs-patches-133",
"three-forcegraph": "^1.37",
"typescript": "^4.3.5",
"d3-force-3d": "^3.0.3",
"three-spritetext": "^1.6.5"
}
}