basic2/package.json

120 lines
3.5 KiB
JSON
Raw Normal View History

2021-08-27 10:13:36 +08:00
{
2023-10-29 23:17:31 +08:00
"type": "module",
2024-09-01 20:42:20 +08:00
"version": "4.11.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",
2024-09-21 13:26:00 +08:00
"build": "vue-tsc -b && vite build",
"build:test": "vue-tsc -b && 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",
2024-09-21 13:26:00 +08:00
"lint:tsc": "vue-tsc -b",
2023-10-29 23:17:31 +08:00
"lint:eslint": "eslint . --cache --fix",
"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-09-21 03:55:45 +08:00
"@headlessui/vue": "^1.7.23",
2024-10-18 15:19:53 +08:00
"@imengyu/vue3-context-menu": "^1.4.3",
2024-09-21 03:55:45 +08:00
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
2024-09-01 19:11:02 +08:00
"axios": "^1.7.7",
"dayjs": "^1.11.13",
2024-01-06 21:25:15 +08:00
"defu": "^6.1.4",
2024-10-18 15:19:53 +08:00
"disable-devtool": "^0.3.8",
"element-plus": "^2.8.5",
"eruda": "^3.4.0",
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-08-03 22:01:11 +08:00
"overlayscrollbars": "^2.10.0",
2024-05-01 12:35:15 +08:00
"overlayscrollbars-vue": "^0.5.9",
2022-09-26 00:21:50 +08:00
"path-browserify": "^1.0.1",
2024-10-18 15:19:53 +08:00
"path-to-regexp": "^8.2.0",
"pinia": "^2.2.4",
2024-08-03 22:01:11 +08:00
"qs": "^6.13.0",
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-10-18 15:19:53 +08:00
"vue": "^3.5.12",
2023-10-29 23:17:31 +08:00
"vue-m-message": "^4.0.2",
2024-09-21 03:55:45 +08:00
"vue-router": "^4.4.5"
2022-09-26 00:21:50 +08:00
},
"devDependencies": {
2024-10-18 15:19:53 +08:00
"@antfu/eslint-config": "3.8.0",
"@iconify/json": "^2.2.261",
2024-05-01 12:35:15 +08:00
"@iconify/vue": "^4.1.2",
2024-08-03 22:01:11 +08:00
"@stylistic/stylelint-config": "^2.0.0",
2023-11-25 23:20:24 +08:00
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
2023-11-10 10:48:37 +08:00
"@types/nprogress": "^0.2.3",
2024-09-01 19:11:02 +08:00
"@types/path-browserify": "^1.0.3",
2024-09-21 03:55:45 +08:00
"@types/qs": "^6.9.16",
2024-10-18 15:19:53 +08:00
"@unocss/eslint-plugin": "^0.63.4",
2024-09-01 19:11:02 +08:00
"@vitejs/plugin-legacy": "^5.4.2",
2024-09-21 03:55:45 +08:00
"@vitejs/plugin-vue": "^5.1.4",
2024-09-01 19:11:02 +08:00
"@vitejs/plugin-vue-jsx": "^4.0.1",
2024-08-03 22:01:11 +08:00
"autoprefixer": "^10.4.20",
2024-09-01 19:11:02 +08:00
"boxen": "^8.0.1",
2024-10-18 15:19:53 +08:00
"bumpp": "^9.7.1",
"cz-git": "^1.10.1",
"eslint": "^9.12.0",
"esno": "^4.8.0",
"fs-extra": "^11.2.0",
2022-09-26 00:21:50 +08:00
"http-server": "^14.1.1",
2024-10-18 15:19:53 +08:00
"inquirer": "^12.0.0",
2024-09-21 03:55:45 +08:00
"lint-staged": "^15.2.10",
2024-10-18 15:19:53 +08:00
"npm-run-all2": "^6.2.4",
"picocolors": "^1.1.1",
2023-12-24 00:21:14 +08:00
"plop": "^4.0.1",
2024-09-21 03:55:45 +08:00
"postcss": "^8.4.47",
2024-08-26 23:16:32 +08:00
"postcss-nested": "^6.2.0",
2024-10-18 15:19:53 +08:00
"sass-embedded": "^1.80.2",
2024-03-31 22:53:36 +08:00
"simple-git-hooks": "^2.11.1",
2024-10-18 15:19:53 +08:00
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
2024-05-01 12:35:15 +08:00
"stylelint-config-standard-scss": "^13.1.0",
2022-09-26 00:21:50 +08:00
"stylelint-config-standard-vue": "^1.0.0",
2024-10-18 15:19:53 +08:00
"stylelint-scss": "^6.8.1",
2024-05-20 10:00:02 +08:00
"svgo": "^3.3.2",
2024-10-18 15:19:53 +08:00
"typescript": "^5.6.3",
"unocss": "^0.63.4",
2024-09-01 19:11:02 +08:00
"unocss-preset-scrollbar": "^0.3.1",
2024-09-21 03:55:45 +08:00
"unplugin-auto-import": "^0.18.3",
2024-10-18 15:19:53 +08:00
"unplugin-turbo-console": "^1.10.4",
2024-09-01 19:11:02 +08:00
"unplugin-vue-components": "^0.27.4",
2024-10-18 15:19:53 +08:00
"vite": "^5.4.9",
2024-09-15 11:49:39 +08:00
"vite-plugin-app-loading": "^0.3.0",
"vite-plugin-archiver": "^0.1.1",
2024-09-21 03:55:45 +08:00
"vite-plugin-banner": "^0.8.0",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-fake-server": "^2.1.2",
2024-06-29 12:50:50 +08:00
"vite-plugin-pages": "^0.32.3",
2022-09-26 00:21:50 +08:00
"vite-plugin-svg-icons": "^2.0.1",
2024-10-18 15:19:53 +08:00
"vite-plugin-vue-devtools": "^7.5.2",
2024-05-01 12:35:15 +08:00
"vite-plugin-vue-meta-layouts": "^0.4.3",
2024-09-21 03:55:45 +08:00
"vue-tsc": "^2.1.6"
2022-09-26 00:21:50 +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
}