|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "name": "vue-antd-jeecg",
- "version": "2.2.0",
- "private": true,
- "scripts": {
- "pre": "yarn --registry https://registry.npm.taobao.org || cnpm install || npm install --registry https://registry.npm.taobao.org ",
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "@antv/data-set": "^0.11.2",
- "@jeecg/antd-online-beta220": "^1.0.1",
- "@tinymce/tinymce-vue": "^2.0.0",
- "ant-design-vue": "1.5.2",
- "area-data": "^5.0.6",
- "axios": "^0.18.0",
- "clipboard": "^2.0.4",
- "codemirror": "^5.46.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",
- "tinymce": "^5.1.4",
- "tui-editor": "^1.4.10",
- "viser-vue": "^2.4.4",
- "vue": "^2.6.10",
- "vue-area-linkage": "^5.1.0",
- "vue-cropper": "^0.4.8",
- "vue-i18n": "^8.7.0",
- "vue-loader": "^15.7.0",
- "vue-ls": "^3.2.0",
- "vue-photo-preview": "^1.1.3",
- "vue-print-nb-jeecg": "^1.0.9",
- "vue-router": "^3.0.1",
- "vue-splitpane": "^1.0.4",
- "vuedraggable": "^2.20.0",
- "vuex": "^3.1.0",
- "yarn": "^1.22.18"
- },
- "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": "^10.0.1",
- "compression-webpack-plugin": "^3.1.0",
- "eslint": "^5.16.0",
- "eslint-plugin-vue": "^5.1.0",
- "html-webpack-plugin": "^4.2.0",
- "less": "^3.9.0",
- "less-loader": "^4.1.0",
- "vue-template-compiler": "^2.6.10"
- },
- "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-console": 0,
- "no-tabs": 0,
- "indent": [
- 1,
- 4
- ]
- }
- },
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 10"
- ]
- }
|