summaryrefslogtreecommitdiff
path: root/package.json
blob: 7f2b39e02003f0f526d823cef25ebb1229a6ee6b (plain)
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
38
{
  "name": "geshem",
  "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": ">90.0"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors",
    "deploystatic": "aws s3 sync --acl public-read static s3://geshem.space",
    "deploycron": "serverless deploy -f update",
    "invokecron": "serverless invoke -l -f update"
  },
  "dependencies": {
    "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",
    "file-loader": "^1.1.5",
    "mapbox-gl": "^0.40.1",
    "moment": "^2.19.1",
    "moment-timezone": "^0.5.13",
    "node-sass": "^4.5.3",
    "sass-loader": "^6.0.6",
    "vue": "^2.4.4",
    "vue-loader": "^13.3.0",
    "vue-slider-component": "^2.4.3",
    "vue-template-compiler": "^2.5.2",
    "webpack": "^3.8.1"
  },
  "private": false
}