summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index d007cf2e..6ff9dac5 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,9 @@
"watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors --watch",
"buildDev": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors",
"build": "NODE_ENV=production webpack --config ./webpack.config.prod.js",
- "deploy": "NODE_ENV=production webpack --config ./webpack.config.prod.js && git commit -am 'deploy' && git push origin master && ssh vframe@vframe ./restart.sh"
+ "deploy": "NODE_ENV=production webpack --config ./webpack.config.prod.js && git commit -am 'deploy' && git push origin master && ssh vframe@vframe ./restart.sh",
+ "watchSplash": "NODE_ENV=development webpack --config ./webpack.splash.dev.js --colors --watch",
+ "buildSplash": "NODE_ENV=production webpack --config ./webpack.splash.prod.js"
},
"repository": {
"type": "git",
@@ -51,7 +53,11 @@
"redux-thunk": "^2.3.0",
"snapsvg": "^0.5.1",
"store2": "^2.7.0",
- "tabulator-tables": "^4.1.3"
+ "tabulator-tables": "^4.1.3",
+ "three": "^0.100.0",
+ "three-orbitcontrols": "^2.99.1",
+ "three.meshline": "^1.1.0",
+ "three.textsprite": "^18.10.24"
},
"devDependencies": {
"babel-cli": "^6.24.1",