1 Star 0 Fork 2

Kimlv/vue-paobai-admin

forked from zheng_yc/vue-paobai-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
zheng_yc 提交于 2022-10-12 18:07 . perf: update arco iconfont version
{
"name": "paobai",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"vis": "vite build --mode vis",
"build-tsc": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:stylelint": "stylelint **/*.{css,scss,sass,vue} --fix --custom-syntax postcss-less",
"lint-staged": "npx lint-staged",
"init": "husky install"
},
"dependencies": {
"@arco-design/web-vue": "2.37.4",
"@arco-themes/react-paobai": "0.0.1",
"@vueuse/core": "^8.9.4",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"axios": "^0.21.1",
"clipboard": "^2.0.6",
"dotenv": "^10.0.0",
"echarts": "^5.2.1",
"element-plus": "1.1.0-beta.19",
"element-resize-detector": "^1.2.3",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.10.1",
"screenfull": "^5.0.2",
"typescript-cookie": "^1.0.3",
"vue": "^3.2.19",
"vue-echarts": "^6.0.0",
"vue-image-crop-upload": "^2.5.0",
"vue-router": "^4.0.11",
"mitt": "^3.0.0",
"v-viewer": "^3.0.10",
"xgplayer": "^2.31.6",
"xgplayer-music": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/animejs": "^3.1.5",
"@types/clipboard": "^2.0.1",
"@types/file-saver": "^2.0.3",
"@types/lodash": "^4.14.172",
"@types/mockjs": "^1.0.3",
"@types/node": "^12.19.0",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/tsconfig": "^0.1.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.17.0",
"husky": "^7.0.4",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"rollup-plugin-visualizer": "^5.6.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-less": "^1.0.6",
"stylelint-order": "^5.0.0",
"typescript": "^4.3.2",
"vite": "^2.6.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^2.1.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^2.2.0",
"vue-eslint-parser": "^8.0.0",
"vue-tsc": "^0.2.2"
},
"engines": {
"node": ">=14.0.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.vue": [
"stylelint --fix --custom-syntax postcss-less --allow-empty-input",
"prettier --write",
"eslint --fix"
],
"*.{less,css}": [
"stylelint --fix --custom-syntax postcss-less --allow-empty-input",
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/proxysoft/vue-paobai-admin.git
[email protected]:proxysoft/vue-paobai-admin.git
proxysoft
vue-paobai-admin
vue-paobai-admin
master

搜索帮助