1 Star 0 Fork 39

jackie/dcy-fast-vue

forked from 青年/dcy-fast-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
lijiquan 提交于 2023-02-17 09:24 . Merge branch 'master' into master_old
{
"name": "saber-admin",
"version": "3.2.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-designer": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --name designer",
"lint": "vue-cli-service lint",
"analyz": "npm_config_report=true npm run build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"clipboard": "2.0.6",
"core-js": "^3.6.5",
"element-ui": "2.15.6",
"file-saver": "2.0.4",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"regenerator-runtime": "^0.13.7",
"vue": "^2.6.12",
"vue-axios": "^2.1.2",
"vue-i18n": "^8.7.0",
"vue-print-nb": "^1.7.5",
"vue-router": "^3.0.1",
"vuex": "^3.1.1",
"whatwg-fetch": "^3.6.2",
"wujie": "^1.0.0-rc.25",
"wujie-vue2": "^1.0.0-rc.25",
"vue-split-panel": "^1.0.4",
"vuedraggable": "2.24.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-service": "~4.5.11",
"babel-eslint": "^10.1.0",
"bpmn-js": "^7.4.0",
"bpmn-js-token-simulation": "^0.10.0",
"chai": "^4.1.2",
"diagram-js": "^5.0.0",
"eslint": "^6.7.2",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"js-beautify": "1.13.0",
"mockjs": "1.1.0",
"nprogress": "^0.2.0",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^3.0.3"
},
"peerDependencies": {
"element-ui": "2.15.6"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dawao/dcy-fast-vue.git
git@gitee.com:dawao/dcy-fast-vue.git
dawao
dcy-fast-vue
dcy-fast-vue
master

搜索帮助