diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-28 18:11:52 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-28 18:11:52 +0100 |
| commit | f8b279b2f0be793c5f877cac6373332954c6a5de (patch) | |
| tree | 60be7caeb0e8c96c59718300c68d5b1cdecde6f4 /package.json | |
| parent | dd2c36288aa1e8af14588f9258f6785879b8638c (diff) | |
| parent | b0eb2d9672044a1b64a2a1f21540f9ef1bd7b571 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
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", |
