mirror of https://github.com/jeecgboot/jeecg-boot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.0 KiB
114 lines
3.0 KiB
{ |
|
"name": "vue-antd-jeecg", |
|
"version": "2.4.0", |
|
"private": true, |
|
"scripts": { |
|
"pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", |
|
"serve": "vue-cli-service serve", |
|
"build:preview": "vue-cli-service build --mode preview", |
|
"build": "vue-cli-service build", |
|
"lint": "vue-cli-service lint" |
|
}, |
|
"dependencies": { |
|
"@jeecg/antd-online-mini": "2.4.0-beta2", |
|
"ant-design-vue": "^1.7.2", |
|
"@antv/data-set": "^0.11.4", |
|
"viser-vue": "^2.4.8", |
|
"axios": "^0.18.0", |
|
"dayjs": "^1.8.0", |
|
"enquire.js": "^2.1.6", |
|
"js-cookie": "^2.2.0", |
|
"lodash.get": "^4.4.2", |
|
"lodash.pick": "^4.4.0", |
|
"md5": "^2.2.1", |
|
"nprogress": "^0.2.0", |
|
"vue": "^2.6.10", |
|
"vue-cropper": "^0.5.4", |
|
"vue-i18n": "^8.7.0", |
|
"vue-loader": "^15.7.0", |
|
"vue-ls": "^3.2.0", |
|
"vue-router": "^3.0.1", |
|
"vuex": "^3.1.0", |
|
"vue-print-nb-jeecg": "^1.0.9", |
|
"clipboard": "^2.0.4", |
|
"vue-photo-preview": "^1.1.3", |
|
"vue-splitpane": "^1.0.4", |
|
"vuedraggable": "^2.20.0", |
|
"codemirror": "^5.46.0", |
|
"@tinymce/tinymce-vue": "^2.1.0", |
|
"tinymce": "^5.3.2", |
|
"@toast-ui/editor": "^2.1.2", |
|
"vue-area-linkage": "^5.1.0", |
|
"area-data": "^5.0.6", |
|
"dom-align": "1.12.0", |
|
"xe-utils": "2.4.8", |
|
"vxe-table": "2.9.13", |
|
"vxe-table-plugin-antd": "1.8.10" |
|
}, |
|
"devDependencies": { |
|
"@babel/polyfill": "^7.2.5", |
|
"@vue/cli-plugin-babel": "^3.3.0", |
|
"@vue/cli-plugin-eslint": "^3.3.0", |
|
"@vue/cli-service": "^3.3.0", |
|
"@vue/eslint-config-standard": "^4.0.0", |
|
"babel-eslint": "7.2.3", |
|
"eslint": "^5.16.0", |
|
"eslint-plugin-vue": "^5.1.0", |
|
"less": "^3.9.0", |
|
"less-loader": "^4.1.0", |
|
"vue-template-compiler": "^2.6.10", |
|
"html-webpack-plugin": "^4.2.0", |
|
"compression-webpack-plugin": "^3.1.0" |
|
}, |
|
"eslintConfig": { |
|
"root": true, |
|
"env": { |
|
"node": true |
|
}, |
|
"extends": [ |
|
"plugin:vue/strongly-recommended", |
|
"@vue/standard" |
|
], |
|
"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-tabs": 0, |
|
"indent": ["off", 2], |
|
"no-console": 0, |
|
"space-before-function-paren": 0 |
|
} |
|
}, |
|
"postcss": { |
|
"plugins": { |
|
"autoprefixer": {} |
|
} |
|
}, |
|
"browserslist": [ |
|
"> 1%", |
|
"last 2 versions", |
|
"not ie <= 10" |
|
] |
|
}
|
|
|