65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@jeecg/antd-online-mini",
|
|
"version": "3.4.3-beta2",
|
|
"main": "./dist/OnlineForm.umd.min.js",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --open",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/strongly-recommended",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-mixed-operators": 0,
|
|
"vue/max-attributes-per-line": [
|
|
2,
|
|
{
|
|
"singleline": 5,
|
|
"multiline": {
|
|
"max": 1,
|
|
"allowFirstLine": false
|
|
}
|
|
}
|
|
],
|
|
"vue/attribute-hyphenation": 0,
|
|
"vue/html-self-closing": 0,
|
|
"vue/component-name-in-template-casing": 0,
|
|
"vue/html-closing-bracket-spacing": 0,
|
|
"vue/singleline-html-element-content-newline": 0,
|
|
"vue/no-unused-components": 0,
|
|
"vue/multiline-html-element-content-newline": 0,
|
|
"vue/no-use-v-if-with-v-for": 0,
|
|
"vue/html-closing-bracket-newline": 0,
|
|
"vue/no-parsing-error": 0,
|
|
"no-console": 0
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|