99 Star 562 Fork 311

user_499098 / oa-front-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.41 KB
一键复制 编辑 原始数据 按行查看 历史
user_499098 提交于 2020-04-23 18:34 . init
{
"name": "vue-antd-jeecg",
"version": "2.1.0",
"private": false,
"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": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/data-set": "^0.11.0",
"@antv/f2": "^3.6.3",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@form-create/element-ui": "^1.0.9",
"@jeecg/antd-onine": "^1.0.1",
"@tinymce/tinymce-vue": "^2.0.0",
"ant-design-vue": "^1.4.10",
"apexcharts": "^3.17.1",
"axios": "^0.18.0",
"bpmn-js": "^6.4.0",
"clipboard": "^2.0.6",
"codemirror": "^5.52.2",
"dingtalk-jsapi": "^2.7.6",
"compression-webpack-plugin": "^3.1.0",
"crypto-js": "^3.3.0",
"dayjs": "^1.8.23",
"echarts": "^4.7.0",
"element-ui": "^2.13.0",
"enquire.js": "^2.1.6",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"le-markdown-editor": "0.0.6",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"mavon-editor": "^2.7.7",
"md5": "^2.2.1",
"neo4j": "^1.1.1",
"nprogress": "^0.2.0",
"phin": "^3.4.1",
"qiniu-js": "^2.5.5",
"superagent": "^5.2.2",
"tinymce": "^5.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"underscore": "^1.10.2",
"v-charts": "^1.17.10",
"wangeditor": "^3.1.1",
"view-design": "^4.1.3",
"viser-vue": "^2.4.8",
"vue": "^2.6.11",
"vue-aliplayer": "0.0.8",
"vue-apexcharts": "^1.5.2",
"vue-bl-markdown-editor": "^2.0.1",
"vue-class-component": "^6.0.0",
"vue-cropper": "^0.4.8",
"vue-elasticsearch": "^1.0.3-rc3",
"vue-ele-form": "^0.6.20",
"vue-file-upload": "^0.1.12",
"vue-i18n": "^8.16.0",
"vue-layui": "0.0.1-alpha-1",
"vue-loader": "^15.9.1",
"vue-ls": "^3.2.0",
"vue-photo-preview": "^1.1.3",
"vue-preview": "^1.1.3",
"vue-print-nb-jeecg": "^1.0.9",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.1.6",
"vue-splitpane": "^1.0.6",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.3",
"vuex-class": "^0.3.1"
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.1.0",
"less": "^3.11.1",
"less-loader": "^4.1.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0"
},
"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"
]
}
JavaScript
1
https://gitee.com/yunwisdoms/oa-front-service.git
git@gitee.com:yunwisdoms/oa-front-service.git
yunwisdoms
oa-front-service
oa-front-service
master

搜索帮助