-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.77 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
{
"name": "ess-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@vue/cli-plugin-eslint": "^4.4.1",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"eslint-plugin-vue": "^6.2.2",
"firebase": "^7.14.5",
"npm": "^6.14.5",
"pug-plain-loader": "^1.0.0",
"router": "^1.3.5",
"sass": "^1.26.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuetify": "^2.2.30"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"axios": "^0.19.2",
"eslint": "^4.19.1",
"pug-html-loader": "^1.1.5",
"sass-loader": "^8.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-cli-plugin-axios": "^0.0.4",
"vue-template-compiler": "^2.6.11"
},
"babel": {
"presets": [
"@vue/app"
]
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"vue/no-async-in-computed-properties": "warn",
"vue/no-dupe-keys": "warn",
"vue/no-duplicate-attributes": "warn",
"vue/no-parsing-error": "warn",
"vue/no-reserved-keys": "warn",
"vue/no-shared-component-data": "warn",
"vue/no-side-effects-in-computed-properties": "warn",
"vue/no-template-key": "warn",
"vue/no-textarea-mustache": "off",
"vue/no-unused-components": "warn",
"vue/no-unused-vars": "warn",
"vue/return-in-computed-property": "warn"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}