1 Star 1 Fork 0

314程序员/v3-admin-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
314程序员 提交于 2023-08-24 08:53 . feat: init
{
"name": "v3-admin-vite",
"version": "4.1.0",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.",
"author": {
"name": "pany",
"email": "939630029@qq.com",
"url": "https://github.com/pany-ang"
},
"repository": {
"type": "git",
"url": "https://github.com/un-pany/v3-admin-vite.git"
},
"scripts": {
"dev": "vite",
"build:stage": "vue-tsc --noEmit && vite build --mode staging",
"build:prod": "vue-tsc --noEmit && vite build",
"preview:stage": "pnpm build:stage && vite preview",
"preview:prod": "pnpm build:prod && vite preview",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,tests,types}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"{src,tests,types}/**/*.{vue,js,jsx,ts,tsx,json,css,less,scss,html,md}\"",
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"prepare": "husky install",
"test": "vitest"
},
"dependencies": {
"@element-plus/icons-vue": "2.1.0",
"axios": "1.4.0",
"dayjs": "1.11.9",
"element-plus": "2.3.8",
"lodash-es": "4.17.21",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "6.2.1",
"pinia": "2.1.4",
"screenfull": "6.0.2",
"vue": "3.3.1",
"vue-router": "4.0.13"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.11",
"@types/lodash-es": "4.17.8",
"@types/node": "20.4.2",
"@types/nprogress": "0.2.0",
"@types/path-browserify": "1.0.0",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/test-utils": "2.4.1",
"eslint": "8.45.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.15.1",
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"sass": "1.64.0",
"terser": "5.19.1",
"typescript": "5.1.6",
"unocss": "0.53.5",
"vite": "4.4.6",
"vite-plugin-svg-icons": "2.0.1",
"vite-svg-loader": "4.0.0",
"vitest": "0.33.0",
"vue-eslint-parser": "9.3.1",
"vue-tsc": "1.8.5"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less,scss,html,md}": [
"prettier --write"
],
"package.json": [
"prettier --write"
]
},
"keywords": [
"vue",
"vue3",
"admin",
"vue-admin",
"vue3-admin",
"vite",
"vite-admin",
"element-plus",
"element-plus-admin",
"ts",
"typescript"
],
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/java314/v3-admin-vite.git
git@gitee.com:java314/v3-admin-vite.git
java314
v3-admin-vite
v3-admin-vite
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385