-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "bspe",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@types/js-yaml": "^3.11.4",
"@types/lodash": "^4.14.119",
"@types/yamljs": "^0.2.30",
"brace": "^0.11.1",
"lodash": "^4.17.13",
"raw-loader": "^1.0.0",
"vue": "2.5.21",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.2",
"vuetify": "^1.3.15",
"vuex": "^3.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@vue/cli-plugin-typescript": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"typescript": "^3.2.2",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}