-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "client",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node server/src/server.js"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bootstrap-vue": "^2.0.0-rc.11",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"geolib": "^2.0.24",
"joi": "^14.3.1",
"jsonwebtoken": "^8.4.0",
"mapbox-gl": "^0.52.0",
"mapbox-gl-vue": "^1.9.0",
"morgan": "^1.9.1",
"mysql2": "^1.6.4",
"nodemon": "^1.18.9",
"sequelize": "^4.42.0",
"serve-static": "^1.13.2",
"vue": "^2.5.21",
"vue-dynamic-star-rating": "^1.0.5",
"vue-material": "^1.0.0-beta-10.2",
"vue-router": "^3.0.1",
"vue-star-rating": "^1.6.1",
"vue-tiny-slider": "^0.1.31",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"yelp-fusion": "^2.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/prettier"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}