trqVue/package.json
2025-03-09 19:40:08 +08:00

159 lines
4.5 KiB
JSON

{
"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": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/data-set": "^0.11.2",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/resource-timeline": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/vue": "^4.4.0",
"@jiaminghi/data-view": "^2.10.0",
"@onlyoffice/document-editor-vue": "^1.3.0",
"@tinymce/tinymce-vue": "^2.0.0",
"@types/echarts": "^4.4.3",
"angular-expressions": "^1.1.5",
"ant-design-vue": "^1.7.8",
"area-data": "^5.0.6",
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"codemirror": "^5.46.0",
"core-js": "^3.6.4",
"dayjs": "^1.8.0",
"dingtalk-jsapi": "^2.14.2",
"docxtemplater": "^3.32.3",
"docxtemplater-image-module-free": "^1.1.1",
"echarts": "5.3.3",
"enquire.js": "^2.1.6",
"file-saver": "^2.0.5",
"flv.js": "^1.6.2",
"js-base64": "^3.6.1",
"js-cookie": "^2.2.0",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"md5": "^2.2.1",
"moment": "^2.29.1",
"npm": "^8.13.2",
"nprogress": "^0.2.0",
"ol": "^6.4.3",
"pizzip": "^3.1.3",
"qrcodejs2": "^0.0.2",
"sass": "^1.25.0",
"screenfull": "^4.2.1",
"sortable.js": "^0.3.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-awesome": "^4.0.2",
"vue-baidu-map": "^0.21.22",
"vue-bus": "^1.2.1",
"vue-cropper": "^0.4.8",
"vue-echarts": "^6.0.0-rc.3",
"vue-esign": "^1.1.4",
"vue-i18n": "^8.7.0",
"vue-infinite-scroll": "^2.0.2",
"vue-loader": "^15.7.0",
"vue-ls": "^3.2.0",
"vue-lunar-full-calendar": "^1.2.7",
"vue-okr-tree": "^1.0.10",
"vue-photo-preview": "^1.1.3",
"vue-pop-colorpicker": "^1.0.2",
"vue-print-nb-jeecg": "^1.0.9",
"vue-router": "^3.0.1",
"vue-seamless-scroll": "^1.1.23",
"vue-splitpane": "^1.0.4",
"vuedraggable": "^2.20.0",
"vuex": "^3.1.0",
"vxe-table": "2.9.13",
"vxe-table-plugin-antd": "^1.8.10",
"watermark-dom": "^2.3.0",
"xe-clipboard": "^1.10.2",
"xe-utils": "2.4.8"
},
"devDependencies": {
"@babel/polyfill": "^7.2.5",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"@vue/composition-api": "^1.0.0-rc.5",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^7.2.3",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.1.0",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^4.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"vue-template-compiler": "^2.6.10",
"xlsx": "^0.18.5"
},
"eslintConfig": {
"root": false,
"env": {
"node": false
},
"extends": [
"plugin:vue/strongly-recommended",
"@vue/standard",
"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,
"no-tabs": 0,
"indent": 0,
"semi": 0,
"space-before-function-paren": 0
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"build-prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod"
}