-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
38
39
40
41
42
{
"name": "datr",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "rm -rf dist && VUE_APP_API_URL=https://dateomatic.herokuapp.com yarn build && node scripts/deploy.js"
},
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"axios": "^0.17.1",
"bugsnag-js": "^4.2.0",
"bugsnag-vue": "^1.0.1",
"inflection": "^1.12.0",
"lodash": "^4.17.5",
"register-service-worker": "^1.0.0",
"vue": "^2.5.13",
"vue-analytics": "^5.8.0",
"vue-router": "^3.0.1",
"vue2-google-maps": "^0.8.4",
"vuetify": "^1.0.0-beta.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-alpha.6",
"@vue/cli-plugin-eslint": "^3.0.0-alpha.6",
"@vue/cli-plugin-pwa": "^3.0.0-alpha.6",
"@vue/cli-service": "^3.0.0-alpha.10",
"@vue/eslint-config-airbnb": "^3.0.0-alpha.6",
"node-sass": "^4.7.2",
"s3": "^4.4.0",
"sass-loader": "^6.0.6",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}