1 Star 0 Fork 0

pluginss/zswl-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
高冠祺 提交于 2024-05-08 21:11 . first commit
{
"name": "vue3-admin-template",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:test": "vite build --mode staging",
"preview": "vite preview",
"lint": "eslint src/**/*.{vue,js}",
"stylelint": "stylelint src/**/*.{html,vue,sass,scss} --cache --cache-location node_modules/.cache/stylelint/",
"stylelint:fix": "stylelint src/**/*.{html,vue,sass,scss} --cache --cache-location node_modules/.cache/stylelint/ --fix",
"stylelint-scss-check": "stylelint-config-prettier-scss-check"
},
"dependencies": {
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@element-plus/icons-vue": "^2.3.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@vue/runtime-core": "^3.3.11",
"@vueuse/core": "^10.7.1",
"axios": "^1.6.5",
"crypto-js": "^4.2.0",
"echarts": "^5.4.3",
"element-plus": "^2.5.1",
"js-base64": "^3.7.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-vue-scoped-css": "^2.6.1",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"stylelint": "^16.2.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.1.0",
"vite": "^4.4.5",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-restart": "^0.4.0",
"vue-eslint-parser": "^9.4.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pluginss/zswl-admin.git
git@gitee.com:pluginss/zswl-admin.git
pluginss
zswl-admin
zswl-admin
main

搜索帮助