Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00
v3-admin-vite/package.json

106 lines
3.0 KiB
JSON
Raw Normal View History

2022-04-20 22:40:26 +08:00
{
"name": "v3-admin-vite",
"version": "3.4.0",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.",
2022-04-22 15:05:27 +08:00
"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"
},
2022-04-20 22:40:26 +08:00
"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",
2022-10-18 09:51:34 +08:00
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,js,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
2022-04-25 19:29:35 +08:00
"lint": "pnpm lint:eslint && pnpm lint:prettier",
2023-02-16 14:38:21 +08:00
"prepare": "husky install",
"test": "vitest"
2022-04-20 22:40:26 +08:00
},
"dependencies": {
2023-03-08 10:01:05 +08:00
"@element-plus/icons-vue": "^2.1.0",
2023-04-28 09:35:16 +08:00
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"element-plus": "^2.3.6",
2023-04-27 17:44:57 +08:00
"js-cookie": "^3.0.5",
2022-04-21 16:43:59 +08:00
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
2022-05-10 10:16:43 +08:00
"path-to-regexp": "^6.2.1",
2023-05-19 18:38:51 +08:00
"pinia": "^2.1.3",
2022-07-01 14:27:01 +08:00
"screenfull": "^6.0.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vxe-table": "^4.4.1",
"vxe-table-plugin-element": "^3.0.7",
2023-06-08 18:30:16 +08:00
"xe-utils": "^3.5.11"
2022-04-20 22:40:26 +08:00
},
"devDependencies": {
2023-02-20 14:51:34 +08:00
"@types/js-cookie": "^3.0.3",
2023-03-16 16:22:28 +08:00
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.2.5",
2022-04-21 16:43:59 +08:00
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
2023-06-08 18:30:16 +08:00
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
2023-05-15 13:45:09 +08:00
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
2023-02-22 16:14:35 +08:00
"@vue/eslint-config-prettier": "^7.1.0",
2023-04-27 17:44:57 +08:00
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.42.0",
2022-07-01 14:27:01 +08:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
2023-01-09 17:03:56 +08:00
"husky": "^8.0.3",
"jsdom": "^22.1.0",
2023-04-27 17:44:57 +08:00
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
2023-06-08 18:30:16 +08:00
"sass": "^1.63.2",
"terser": "^5.17.7",
"typescript": "^5.1.3",
2023-06-08 18:30:16 +08:00
"unocss": "^0.53.1",
"vite": "^4.3.9",
2022-04-21 17:14:30 +08:00
"vite-plugin-svg-icons": "^2.0.1",
2022-12-30 17:19:41 +08:00
"vite-svg-loader": "^4.0.0",
2023-06-08 18:30:16 +08:00
"vitest": "^0.32.0",
2023-05-15 13:45:09 +08:00
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
2022-04-21 16:43:59 +08:00
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
2022-04-25 19:29:35 +08:00
"eslint --fix",
"prettier --write"
],
"*.{scss,less,css,html,md}": [
"prettier --write"
],
"package.json": [
"prettier --write"
],
"{!(package)*.json,.!(browserslist)*rc}": [
"prettier --write--parser json"
2022-04-21 16:43:59 +08:00
]
2022-04-22 15:05:27 +08:00
},
"keywords": [
"vue",
"vue3",
"admin",
2022-10-17 17:14:51 +08:00
"vue-admin",
"vue3-admin",
"vite",
"vite-admin",
"element-plus",
"element-plus-admin",
"ts",
2022-04-22 15:05:27 +08:00
"typescript"
],
"license": "MIT"
2022-04-20 23:48:58 +08:00
}