2022-04-20 22:40:26 +08:00
|
|
|
{
|
|
|
|
"name": "v3-admin-vite",
|
2024-11-18 14:25:35 +08:00
|
|
|
"type": "module",
|
2025-02-21 17:20:36 +08:00
|
|
|
"version": "5.0.0-beta.5",
|
2024-12-02 19:21:56 +08:00
|
|
|
"description": "A crafted admin template, built with Vue3, Vite, TypeScript, Element Plus, and more",
|
2024-11-19 15:52:33 +08:00
|
|
|
"author": "pany <939630029@qq.com> (https://github.com/pany-ang)",
|
|
|
|
"repository": "https://github.com/un-pany/v3-admin-vite",
|
2022-04-20 22:40:26 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2024-12-13 19:01:50 +08:00
|
|
|
"build:staging": "vue-tsc && vite build --mode staging",
|
|
|
|
"build": "vue-tsc && vite build",
|
2024-11-25 14:28:14 +08:00
|
|
|
"preview": "vite preview",
|
2024-11-18 14:25:35 +08:00
|
|
|
"lint": "eslint . --fix",
|
2024-07-15 18:28:55 +08:00
|
|
|
"prepare": "husky",
|
2023-02-16 14:38:21 +08:00
|
|
|
"test": "vitest"
|
2022-04-20 22:40:26 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-02 14:40:55 +08:00
|
|
|
"@element-plus/icons-vue": "2.3.1",
|
2025-03-21 19:10:01 +08:00
|
|
|
"axios": "1.8.4",
|
2024-08-24 13:55:59 +08:00
|
|
|
"dayjs": "1.11.13",
|
2025-03-21 19:10:01 +08:00
|
|
|
"element-plus": "2.9.7",
|
2023-06-16 13:21:01 +08:00
|
|
|
"js-cookie": "3.0.5",
|
|
|
|
"lodash-es": "4.17.21",
|
2023-08-25 14:36:03 +08:00
|
|
|
"mitt": "3.0.1",
|
2023-06-16 13:21:01 +08:00
|
|
|
"normalize.css": "8.0.1",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"path-browserify": "1.0.1",
|
2024-09-27 14:02:37 +08:00
|
|
|
"path-to-regexp": "8.2.0",
|
2025-04-18 19:30:33 +08:00
|
|
|
"pinia": "3.0.2",
|
2023-06-16 13:21:01 +08:00
|
|
|
"screenfull": "6.0.2",
|
2024-11-18 10:54:49 +08:00
|
|
|
"vue": "3.5.13",
|
2024-11-28 15:53:08 +08:00
|
|
|
"vue-router": "4.5.0",
|
2024-11-29 19:28:31 +08:00
|
|
|
"vxe-table": "4.6.25"
|
2022-04-20 22:40:26 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-04-18 19:30:33 +08:00
|
|
|
"@antfu/eslint-config": "4.12.0",
|
2023-11-08 10:06:03 +08:00
|
|
|
"@types/js-cookie": "3.0.6",
|
2023-12-02 14:40:55 +08:00
|
|
|
"@types/lodash-es": "4.17.12",
|
2025-04-18 19:30:33 +08:00
|
|
|
"@types/node": "22.14.1",
|
2023-11-08 10:06:03 +08:00
|
|
|
"@types/nprogress": "0.2.3",
|
2024-08-24 13:55:59 +08:00
|
|
|
"@types/path-browserify": "1.0.3",
|
2025-03-21 19:10:01 +08:00
|
|
|
"@vitejs/plugin-vue": "5.2.3",
|
|
|
|
"@vitejs/plugin-vue-jsx": "4.1.2",
|
2024-05-28 10:22:05 +08:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2025-04-18 19:30:33 +08:00
|
|
|
"eslint": "9.24.0",
|
2025-01-16 16:21:11 +08:00
|
|
|
"eslint-plugin-format": "1.0.1",
|
2025-03-21 19:10:01 +08:00
|
|
|
"happy-dom": "17.4.4",
|
2024-11-28 15:53:08 +08:00
|
|
|
"husky": "9.1.7",
|
2025-04-18 19:30:33 +08:00
|
|
|
"lint-staged": "15.5.1",
|
2024-09-27 14:07:24 +08:00
|
|
|
"sass": "1.78.0",
|
2025-04-18 19:30:33 +08:00
|
|
|
"typescript": "5.8.3",
|
|
|
|
"unocss": "66.1.0-beta.12",
|
2025-03-27 16:26:01 +08:00
|
|
|
"unplugin-auto-import": "19.1.2",
|
2024-12-04 17:30:19 +08:00
|
|
|
"unplugin-svg-component": "0.12.1",
|
2025-04-18 19:30:33 +08:00
|
|
|
"unplugin-vue-components": "28.5.0",
|
|
|
|
"vite": "6.3.2",
|
2023-12-02 14:40:55 +08:00
|
|
|
"vite-svg-loader": "5.1.0",
|
2025-04-18 19:30:33 +08:00
|
|
|
"vitest": "3.1.1",
|
2025-03-05 20:22:19 +08:00
|
|
|
"vue-tsc": "2.2.8"
|
2022-04-21 16:43:59 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2024-11-18 14:25:35 +08:00
|
|
|
"*": "eslint --fix"
|
|
|
|
}
|
2022-04-20 23:48:58 +08:00
|
|
|
}
|