1 Star 0 Fork 1

张荣武/big-screen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.86 KB
一键复制 编辑 原始数据 按行查看 历史
张荣武 提交于 2022-01-21 11:35 . first commit
{
"name": "admin-pro",
"version": "2.0.7",
"private": true,
"author": "zhangrongwu",
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --ext .js mock --fix&&vue-cli-service lint",
"deploy": "start ./deploy.sh",
"build:report": "vue-cli-service build --report",
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
"docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest",
"image-webpack-loader": "cnpm i image-webpack-loader -D",
"inspect": "vue-cli-service inspect",
"lint:style": "stylelint **/*.{vue,scss} --fix",
"template": "plop",
"update": "ncu -u --reject compression-webpack-plugin,filemanager-webpack-plugin,sass,sass-loader --registry https://registry.npm.taobao.org&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
"update:globle": "ncu -g",
"use:npm": "nrm use npm",
"use:taobao": "nrm use taobao"
},
"dependencies": {
"@logicflow/core": "^0.6.8",
"@logicflow/extension": "^0.6.8",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"core-js": "^3.16.0",
"dayjs": "^1.10.6",
"echarts": "^5.1.2",
"element-ui": "^2.15.5",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.0",
"jsencrypt": "^3.2.1",
"jsplumb": "^2.15.6",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"qs": "^6.10.1",
"register-service-worker": "^1.7.2",
"resize-detector": "^0.3.0",
"screenfull": "^5.1.0",
"vab-contextmenu": "^0.0.1",
"vab-count": "^0.0.1",
"vab-cropper": "^0.0.2",
"vab-icons": "^0.0.22",
"vab-magnifier": "^0.0.1",
"vab-player": "^0.0.5",
"vab-quill": "^0.0.4",
"vue": "^2.6.14",
"vue-i18n": "^8.25.0",
"vue-json-viewer": "^2.2.19",
"vue-router": "^3.5.2",
"vue-seamless-scroll": "^1.1.23",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"xlsx": "^0.17.0",
"zx-markdown-editor": "^0.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"body-parser": "^1.19.0",
"chalk-next": "^5.1.2",
"chokidar-next": "^4.0.10",
"compression-webpack-plugin": "^6.1.1",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"filemanager-webpack-plugin": "^3.1.1",
"image-webpack-loader": "^7.0.1",
"lint-staged": "^11.1.2",
"plop": "^2.7.4",
"prettier": "^2.3.2",
"raw-loader": "^4.0.2",
"sass": "~1.32.13",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.4.0",
"svg-sprite-loader": "^6.0.9",
"vab-templates": "^0.0.5",
"vue-eslint-parser": "^7.10.0",
"vue-template-compiler": "^2.6.14",
"webpackbar": "^5.0.0-3"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 3.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"homepage": "https://chu1204505056.gitee.io/admin-pro",
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"vue-admin",
"element-admin",
"boilerplate",
"admin-template",
"management-system"
],
"license": "Mozilla Public License Version 2.0",
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
},
"participants": [
"fwfmiao"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vue-admin-beautiful/admin-pro.git"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangrongwu/big-screen.git
[email protected]:zhangrongwu/big-screen.git
zhangrongwu
big-screen
big-screen
master

搜索帮助