1 Star 0 Fork 7

control/mes_bms

forked from anglog/mes_bms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.02 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-element-admin",
"version": "4.1.0",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "Pan <panfree23@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:prod": "vue-cli-service build --mode production",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop",
"pt": "npm run build:stage && node script/pt.js",
"pp": "npm run build:prod && node script/pp.js",
"pa": "npm run pt && npm run pp"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
},
"bugs": {
"url": "https://github.com/PanJiaChen/vue-element-admin/issues"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-card": "^1.7.2",
"@ant-design/pro-descriptions": "^1.1.2",
"@ant-design/pro-form": "^1.10.2",
"@ant-design/pro-layout": "^6.7.0",
"@ant-design/pro-list": "^1.1.12",
"@ant-design/pro-table": "^2.16.4",
"@antv/g6": "^3.0.4",
"@material-ui/core": "^4.11.0",
"@vue/composition-api": "^0.6.7",
"ahooks": "^2.4.0",
"animate.css": "^3.7.2",
"antd": "^4.8.2",
"axios": "^0.19.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"better-scroll": "^2.0.0-beta.6",
"clipboard": "2.0.4",
"codemirror": "5.45.0",
"driver.js": "0.9.5",
"dropzone": "5.5.1",
"echarts": "^4.2.1",
"element-ui": "2.14.1",
"enquire-js": "^0.2.1",
"file-saver": "^2.0.1",
"fuse.js": "^3.4.4",
"gojs": "^2.0.14",
"js-cookie": "2.2.0",
"jsbarcode": "^3.11.0",
"jsonlint": "1.6.3",
"jszip": "3.2.1",
"less": "^3.11.3",
"less-loader": "^6.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"rc-queue-anim": "^1.8.5",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^2.7.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"screenfull": "4.2.0",
"showdown": "1.9.0",
"sortablejs": "1.8.4",
"tui-editor": "1.3.3",
"v-click-outside": "^3.0.1",
"v-contextmenu": "^2.9.0",
"vue": "2.6.12",
"vue-barcode": "^1.2.0",
"vue-count-to": "1.0.13",
"vue-infinite-loading": "^2.4.5",
"vue-native-websocket": "^2.0.13",
"vue-pdf": "^4.0.7",
"vue-preview": "^1.1.3",
"vue-print-nb": "^1.4.0",
"vue-router": "3.0.2",
"vue-ruler-tool": "^1.2.4",
"vue-runtime-helpers": "^1.1.2",
"vue-splitpane": "1.0.4",
"vue-waterfall-easy": "^2.4.4",
"vuedraggable": "2.20.0",
"vuera": "^0.2.7",
"vuex": "3.1.0",
"xlsx": "^0.14.1"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.0",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/plugin-transform-typescript": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@babel/register": "7.0.0",
"@types/react": "^16.9.46",
"@vue/cli-plugin-babel": "3.5.3",
"@vue/cli-plugin-eslint": "3.5.1",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/cli-service": "3.5.3",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"chalk": "2.4.2",
"chokidar": "2.1.5",
"connect": "3.6.6",
"eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "3.2.0",
"lint-staged": "8.1.5",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"ora": "^4.0.4",
"plop": "2.3.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"scp2": "^0.5.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"typescript": "^3.9.7",
"vue-template-compiler": "2.6.12",
"webpack": "4.29.6",
"webpack-merge": "5.0.8",
"webpackbar": "^4.0.0"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xys1989/mes_bms.git
git@gitee.com:xys1989/mes_bms.git
xys1989
mes_bms
mes_bms
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385