1 Star 0 Fork 0

血手人屠/vue3+ts后台管理系统脚手架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
shanshenghui 提交于 2022-04-25 19:14 . feat: 拖拽更改
{
"name": "vite-project-template",
"version": "0.0.0",
"scripts": {
"serve": "vite --host 0.0.0.0",
"build": "vite build",
"build:test": "vite build --mode test",
"build:pro": "vite build --mode production",
"preview": "vite preview --host",
"prepare": "husky install",
"lint": "eslint --fix",
"stylelint": "stylelint **/*.{html,vue,css,sass,scss,less}"
},
"dependencies": {
"ant-design-vue": "2.2.6",
"autoprefixer": "^10.4.4",
"axios": "0.21.1",
"current-device": "0.10.2",
"dom-to-image": "^2.6.0",
"draggable": "^4.2.0",
"echarts": "5.2.2",
"echarts-liquidfill": "^3.1.0",
"file-saver": "^2.0.5",
"js-md5": "^0.7.3",
"keymaster": "^1.6.2",
"mitt": "2.1.0",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"pinia": "2.0.0-rc.6",
"screenfull": "5.1.0",
"store": "2.0.12",
"stylelint-scss": "^3.20.1",
"tailwindcss": "^2.2.19",
"ua-parser-js": "0.7.28",
"unplugin-auto-import": "^0.7.0",
"vue": "^3.2.6",
"vue-contextmenujs": "^1.3.13",
"vue-router": "4.0.11",
"vue3-moveable": "^0.4.3",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.5",
"@types/jest": "^26.0.22",
"@types/js-md5": "^0.4.3",
"@types/nprogress": "^0.2.0",
"@types/store": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/test-utils": "^2.0.0-rc.4",
"@vueuse/components": "^8.3.1",
"@vueuse/core": "^8.2.5",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "8.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"less": "3.0.4",
"less-loader": "^10.2.0",
"lint-staged": "^10.5.4",
"postcss": "^8.4.12",
"postcss-viewport-height-correction": "^1.1.1",
"prettier": "^2.3.2",
"stylelint": "13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.5.0",
"stylelint-config-standard": "22.0.0",
"typescript": "^4.3.2",
"unplugin-vue-components": "^0.14.9",
"vitawind": "^1.2.8",
"vite": "^2.5.2",
"vite-plugin-compression": "^0.3.5",
"vite-plugin-svg-icons": "^1.0.4",
"vue-jest": "^5.0.0-alpha.7",
"vue-tsc": "^0.2.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xrwork/v3-ts-vite.git
git@gitee.com:xrwork/v3-ts-vite.git
xrwork
v3-ts-vite
vue3+ts后台管理系统脚手架
develop

搜索帮助