diff options
| author | Yuval Adam <_@yuv.al> | 2017-11-17 16:50:20 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-11-17 16:50:20 +0200 |
| commit | 58b22a1e411c45c133fc5a9d53ee775013b42c16 (patch) | |
| tree | 1e06cc50abe5fd0c8103d417f1184cb6b39e50f1 /package.json | |
| parent | 5861ad0fefe67fc5c40c46069c0aa337745eda8e (diff) | |
Unified file structure
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package.json b/package.json index 1c2bacd..715b4f4 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,32 @@ { "name": "geshem", - "version": "2.0.0", + "version": "3.0.0", "description": "Geshem.space Rain Radar", "main": "geshem.js", "repository": "https://github.com/yuvadm/geshem", "author": "Yuval Adam <_@yuv.al>", "license": "MIT", "engines": { - "node": "8.7.0" + "node": ">90.0" }, "scripts": { - "heroku-postbuild": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors" + "build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors", + "deploystatic": "whoami", + "deploycron": "serverless deploy -f update", + "invokecron": "serverless invoke -l -f update" }, "dependencies": { - "aws-sdk": "^2.138.0", "axios": "^0.16.2", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "cross-env": "^5.0.5", "css-loader": "^0.28.7", - "express": "^4.16.2", "file-loader": "^1.1.5", "mapbox-gl": "^0.40.1", "moment": "^2.19.1", "moment-timezone": "^0.5.13", "node-sass": "^4.5.3", - "pug": "^2.0.0-rc.4", - "redis": "^2.8.0", - "request": "^2.83.0", "sass-loader": "^6.0.6", "vue": "^2.4.4", "vue-loader": "^13.3.0", |
