2021-08-27 10:13:36 +08:00
|
|
|
{
|
2023-10-29 23:17:31 +08:00
|
|
|
"type": "module",
|
2024-05-01 12:44:53 +08:00
|
|
|
"version": "4.8.0",
|
2024-02-29 14:15:21 +08:00
|
|
|
"engines": {
|
2024-05-01 12:35:15 +08:00
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
2024-02-29 14:15:21 +08:00
|
|
|
},
|
2022-09-26 00:21:50 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-10-29 23:17:31 +08:00
|
|
|
"build": "vue-tsc && vite build",
|
|
|
|
"build:test": "vue-tsc && vite build --mode test",
|
2022-09-26 00:21:50 +08:00
|
|
|
"serve": "http-server ./dist -o",
|
2023-10-29 23:17:31 +08:00
|
|
|
"serve:test": "http-server ./dist-test -o",
|
2022-09-26 00:21:50 +08:00
|
|
|
"svgo": "svgo -f src/assets/icons",
|
|
|
|
"new": "plop",
|
2023-10-29 23:17:31 +08:00
|
|
|
"generate:icons": "esno ./scripts/generate.icons.ts",
|
2022-10-21 03:59:06 +08:00
|
|
|
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
|
2023-10-29 23:17:31 +08:00
|
|
|
"lint:tsc": "vue-tsc",
|
|
|
|
"lint:eslint": "eslint . --cache --fix",
|
2023-12-22 16:45:00 +08:00
|
|
|
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
|
2023-10-29 23:17:31 +08:00
|
|
|
"postinstall": "simple-git-hooks",
|
2022-09-26 00:21:50 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"commit": "git cz",
|
|
|
|
"release": "bumpp"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-01 12:35:15 +08:00
|
|
|
"@headlessui/vue": "^1.7.21",
|
|
|
|
"@imengyu/vue3-context-menu": "^1.4.1",
|
2024-03-14 11:56:02 +08:00
|
|
|
"@vueuse/core": "^10.9.0",
|
|
|
|
"@vueuse/integrations": "^10.9.0",
|
2024-03-21 14:47:28 +08:00
|
|
|
"axios": "^1.6.8",
|
2024-05-01 12:35:15 +08:00
|
|
|
"dayjs": "^1.11.11",
|
2024-01-06 21:25:15 +08:00
|
|
|
"defu": "^6.1.4",
|
2024-05-01 12:35:15 +08:00
|
|
|
"element-plus": "^2.7.1",
|
2023-07-29 10:15:27 +08:00
|
|
|
"eruda": "^3.0.1",
|
2024-02-04 14:43:49 +08:00
|
|
|
"floating-vue": "5.2.2",
|
2024-02-11 21:06:45 +08:00
|
|
|
"hotkeys-js": "^3.13.7",
|
2022-09-26 00:21:50 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-07-29 10:15:27 +08:00
|
|
|
"mitt": "^3.0.1",
|
2022-09-26 00:21:50 +08:00
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"nprogress": "^0.2.0",
|
2024-05-01 12:35:15 +08:00
|
|
|
"overlayscrollbars": "^2.7.3",
|
|
|
|
"overlayscrollbars-vue": "^0.5.9",
|
2022-09-26 00:21:50 +08:00
|
|
|
"path-browserify": "^1.0.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"path-to-regexp": "^6.2.2",
|
2023-10-17 09:37:58 +08:00
|
|
|
"pinia": "^2.1.7",
|
2024-05-01 12:35:15 +08:00
|
|
|
"qs": "^6.12.1",
|
2024-02-11 21:06:45 +08:00
|
|
|
"scule": "^1.3.0",
|
2023-06-12 21:46:38 +08:00
|
|
|
"vconsole": "^3.15.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"vue": "^3.4.26",
|
2023-10-29 23:17:31 +08:00
|
|
|
"vue-m-message": "^4.0.2",
|
2024-05-01 12:35:15 +08:00
|
|
|
"vue-router": "^4.3.2"
|
2022-09-26 00:21:50 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-01 12:35:15 +08:00
|
|
|
"@antfu/eslint-config": "2.16.1",
|
|
|
|
"@iconify/json": "^2.2.205",
|
|
|
|
"@iconify/vue": "^4.1.2",
|
2023-12-24 00:21:14 +08:00
|
|
|
"@stylistic/stylelint-config": "^1.0.1",
|
2023-11-25 23:20:24 +08:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-01-04 01:15:18 +08:00
|
|
|
"@types/mockjs": "^1.0.10",
|
2023-11-10 10:48:37 +08:00
|
|
|
"@types/nprogress": "^0.2.3",
|
|
|
|
"@types/path-browserify": "^1.0.2",
|
2024-05-01 12:35:15 +08:00
|
|
|
"@types/qs": "^6.9.15",
|
|
|
|
"@unocss/eslint-plugin": "^0.59.4",
|
2024-03-14 11:56:02 +08:00
|
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
2024-02-11 21:06:45 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
2023-11-25 23:20:24 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
2024-03-14 11:56:02 +08:00
|
|
|
"archiver": "^7.0.1",
|
2024-03-21 14:47:28 +08:00
|
|
|
"autoprefixer": "^10.4.19",
|
2024-01-14 00:06:21 +08:00
|
|
|
"boxen": "^7.1.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"bumpp": "^9.4.1",
|
2024-03-31 22:53:36 +08:00
|
|
|
"cz-git": "^1.9.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"eslint": "^9.1.1",
|
2024-03-14 11:56:02 +08:00
|
|
|
"esno": "^4.7.0",
|
2023-11-28 16:02:42 +08:00
|
|
|
"fs-extra": "^11.2.0",
|
2022-09-26 00:21:50 +08:00
|
|
|
"http-server": "^14.1.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"inquirer": "^9.2.20",
|
2024-02-11 21:06:45 +08:00
|
|
|
"lint-staged": "^15.2.2",
|
2024-05-01 12:35:15 +08:00
|
|
|
"npm-run-all2": "^6.1.2",
|
2024-01-14 00:06:21 +08:00
|
|
|
"picocolors": "^1.0.0",
|
2023-12-24 00:21:14 +08:00
|
|
|
"plop": "^4.0.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"postcss": "^8.4.38",
|
|
|
|
"sass": "^1.76.0",
|
2024-03-31 22:53:36 +08:00
|
|
|
"simple-git-hooks": "^2.11.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"stylelint": "^16.4.0",
|
|
|
|
"stylelint-config-recess-order": "^5.0.1",
|
|
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
2022-09-26 00:21:50 +08:00
|
|
|
"stylelint-config-standard-vue": "^1.0.0",
|
2024-03-14 11:56:02 +08:00
|
|
|
"stylelint-scss": "^6.2.1",
|
2024-01-04 01:15:18 +08:00
|
|
|
"svgo": "^3.2.0",
|
2024-05-01 12:35:15 +08:00
|
|
|
"typescript": "^5.4.5",
|
|
|
|
"unocss": "^0.59.4",
|
2024-02-04 14:43:49 +08:00
|
|
|
"unplugin-auto-import": "^0.17.5",
|
2024-05-01 12:35:15 +08:00
|
|
|
"unplugin-turbo-console": "^1.8.6",
|
2023-12-04 00:40:16 +08:00
|
|
|
"unplugin-vue-components": "^0.26.0",
|
2024-05-01 12:35:15 +08:00
|
|
|
"vite": "^5.2.10",
|
2023-10-10 09:10:28 +08:00
|
|
|
"vite-plugin-banner": "^0.7.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"vite-plugin-compression2": "^1.1.0",
|
2024-01-25 09:42:23 +08:00
|
|
|
"vite-plugin-fake-server": "^2.1.1",
|
2024-03-31 22:53:36 +08:00
|
|
|
"vite-plugin-pages": "^0.32.1",
|
2022-09-26 00:21:50 +08:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2024-05-01 12:35:15 +08:00
|
|
|
"vite-plugin-vue-devtools": "^7.1.3",
|
|
|
|
"vite-plugin-vue-meta-layouts": "^0.4.3",
|
|
|
|
"vue-tsc": "^2.0.16"
|
2022-09-26 00:21:50 +08:00
|
|
|
},
|
2022-11-09 16:05:52 +08:00
|
|
|
"simple-git-hooks": {
|
|
|
|
"pre-commit": "pnpm lint-staged",
|
|
|
|
"preserveUnused": true
|
|
|
|
},
|
2022-09-26 00:21:50 +08:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "node_modules/cz-git"
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|
2022-09-26 00:21:50 +08:00
|
|
|
}
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|