-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 926 Bytes
/
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
{
"name": "picker",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bootstrap": "^4.0.0",
"flag-icon-css": "^3.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"v-json-tree": "^2.0.0",
"vue": "^2.5.13",
"vue-class-component": "^6.0.0",
"vue-moment": "^3.2.0",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vue2-google-maps": "^0.8.11",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.6",
"@vue/cli-plugin-typescript": "^3.0.0-beta.6",
"@vue/cli-service": "^3.0.0-beta.6",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"webpack": "^4.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}