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-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-11-19 15:52:33 +08:00
|
|
|
"build:staging": "vue-tsc --noEmit && vite build --mode staging",
|
|
|
|
"build": "vue-tsc --noEmit && 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",
|
2024-11-28 15:53:08 +08:00
|
|
|
"axios": "1.7.8",
|
2024-08-24 13:55:59 +08:00
|
|
|
"dayjs": "1.11.13",
|
2024-12-03 11:53:09 +08:00
|
|
|
"element-plus": "2.9.0",
|
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-12-03 11:53:09 +08:00
|
|
|
"pinia": "2.2.8",
|
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": {
|
2024-11-28 15:53:08 +08:00
|
|
|
"@antfu/eslint-config": "3.11.2",
|
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-12-03 13:33:05 +08:00
|
|
|
"@types/node": "22.10.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",
|
2024-11-28 15:53:08 +08:00
|
|
|
"@vitejs/plugin-vue": "5.2.1",
|
|
|
|
"@vitejs/plugin-vue-jsx": "4.1.1",
|
2024-05-28 10:22:05 +08:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2024-12-03 11:53:09 +08:00
|
|
|
"eslint": "9.16.0",
|
|
|
|
"eslint-plugin-format": "0.1.3",
|
2024-12-03 19:01:09 +08:00
|
|
|
"happy-dom": "15.11.7",
|
2024-11-28 15:53:08 +08:00
|
|
|
"husky": "9.1.7",
|
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-12-03 11:53:09 +08:00
|
|
|
"unocss": "0.65.0",
|
2024-11-28 19:34:54 +08:00
|
|
|
"unplugin-auto-import": "0.18.6",
|
2024-12-04 17:30:19 +08:00
|
|
|
"unplugin-svg-component": "0.12.1",
|
2024-11-28 19:34:54 +08:00
|
|
|
"unplugin-vue-components": "0.27.5",
|
2024-12-03 11:53:09 +08:00
|
|
|
"vite": "6.0.2",
|
2023-12-02 14:40:55 +08:00
|
|
|
"vite-svg-loader": "5.1.0",
|
2024-12-03 16:53:07 +08:00
|
|
|
"vitest": "2.1.8",
|
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
|
|
|
}
|