57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "frost-navigation",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"element-ui": "^2.15.0",
|
|
"ress": "^3.0.0",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"eslint": "^6.7.2",
|
|
"less-loader": "^5.0.0",
|
|
"less": "^3.0.4",
|
|
"style-resources-loader": "^1.4.1",
|
|
"vue-cli-plugin-style-resources-loader": "^0.1.4",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/recommended",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {
|
|
"vue/html-closing-bracket-newline": "off",
|
|
"vue/html-indent": "off",
|
|
"vue/html-self-closing": "off",
|
|
"vue/max-attributes-per-line": "off",
|
|
"vue/multiline-html-element-content-newline": "off",
|
|
"vue/singleline-html-element-content-newline": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
} |