-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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
{
"name": "vue-getnoabsbooks",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"e2e": "vue-cli-service e2e",
"lint": "vue-cli-service lint",
"e2e:open": "vue-cli-service e2e:open"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"axios": "^0.18.0",
"koa": "^2.5.1",
"koa-body": "^2.5.0",
"koa-logger": "^3.2.0",
"koa-static": "^4.0.2",
"localforage": "^1.7.1",
"lodash.debounce": "^4.0.8",
"mint-ui": "^2.2.13",
"urijs": "^1.19.1",
"vue": "^2.5.16",
"vue-meta": "^1.5.0",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.13.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-e2e-cypress": "^3.0.0-beta.9",
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-prettier": "^3.0.0-beta.9",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.5",
"vue-template-compiler": "^2.5.13"
},
"babel": {
"presets": [
"@vue/app"
]
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential",
"@vue/prettier"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}