2022-04-20 22:40:26 +08:00
|
|
|
{
|
|
|
|
"name": "v3-admin-vite",
|
2024-11-18 14:25:35 +08:00
|
|
|
"type": "module",
|
2024-11-18 11:31:09 +08:00
|
|
|
"version": "4.5.4",
|
2024-11-19 15:52:33 +08:00
|
|
|
"description": "A friendly admin template, based on Vue3, Vite, TypeScript, etc",
|
|
|
|
"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-11-19 15:52:33 +08:00
|
|
|
"build:staging": "vue-tsc --noEmit && vite build --mode staging",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview:staging": "pnpm build:staging && vite preview",
|
|
|
|
"preview": "pnpm build && 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",
|
2024-09-19 19:55:41 +08:00
|
|
|
"axios": "1.7.7",
|
2024-08-24 13:55:59 +08:00
|
|
|
"dayjs": "1.11.13",
|
2024-11-18 10:54:49 +08:00
|
|
|
"element-plus": "2.8.8",
|
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",
|
2024-11-04 19:06:48 +08:00
|
|
|
"pinia": "2.2.6",
|
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-09-19 19:55:41 +08:00
|
|
|
"vue-router": "4.4.5",
|
2024-11-04 19:06:48 +08:00
|
|
|
"vxe-table": "4.6.23",
|
2024-07-15 20:27:36 +08:00
|
|
|
"vxe-table-plugin-element": "4.0.4",
|
2024-10-10 20:44:37 +08:00
|
|
|
"xe-utils": "3.5.31"
|
2022-04-20 22:40:26 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-18 14:25:35 +08:00
|
|
|
"@antfu/eslint-config": "3.9.1",
|
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",
|
2024-11-18 10:54:49 +08:00
|
|
|
"@types/node": "22.9.0",
|
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",
|
2024-11-18 10:54:49 +08:00
|
|
|
"@vitejs/plugin-vue": "5.2.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "4.1.0",
|
2024-05-28 10:22:05 +08:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2024-11-18 14:25:35 +08:00
|
|
|
"eslint": "9.15.0",
|
2024-11-18 19:40:44 +08:00
|
|
|
"eslint-plugin-format": "0.1.2",
|
2024-09-19 19:55:41 +08:00
|
|
|
"husky": "9.1.6",
|
2024-09-27 14:02:37 +08:00
|
|
|
"jsdom": "25.0.1",
|
2024-09-19 19:55:41 +08:00
|
|
|
"lint-staged": "15.2.10",
|
2024-09-27 14:07:24 +08:00
|
|
|
"sass": "1.78.0",
|
2024-10-10 20:44:37 +08:00
|
|
|
"typescript": "5.6.3",
|
2024-11-18 10:54:49 +08:00
|
|
|
"unocss": "0.64.1",
|
|
|
|
"vite": "5.4.11",
|
2023-06-16 13:21:01 +08:00
|
|
|
"vite-plugin-svg-icons": "2.0.1",
|
2023-12-02 14:40:55 +08:00
|
|
|
"vite-svg-loader": "5.1.0",
|
2024-11-18 10:54:49 +08:00
|
|
|
"vitest": "2.1.5",
|
2024-11-04 19:06:48 +08:00
|
|
|
"vue-tsc": "2.1.10"
|
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
|
|
|
}
|