vitesse/package.json

81 lines
2.3 KiB
JSON
Raw Normal View History

2020-08-10 02:43:04 +08:00
{
2022-08-06 23:25:55 +08:00
"type": "module",
2020-08-10 02:43:04 +08:00
"private": true,
2023-04-11 20:22:34 +08:00
"packageManager": "pnpm@8.2.0",
2020-08-10 02:43:04 +08:00
"scripts": {
2021-12-26 13:16:12 +08:00
"build": "vite-ssg build",
2021-10-02 08:44:27 +08:00
"dev": "vite --port 3333 --open",
2022-03-10 20:30:50 +08:00
"lint": "eslint .",
2021-03-16 00:35:52 +08:00
"preview": "vite preview",
2021-09-17 11:10:21 +08:00
"preview-https": "serve dist",
2021-12-26 13:16:12 +08:00
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
2022-07-27 03:04:09 +08:00
"typecheck": "vue-tsc --noEmit",
2023-03-04 22:31:40 +08:00
"up": "taze major -I",
"postinstall": "npx simple-git-hooks",
"sizecheck": "npx vite-bundle-visualizer"
2020-08-10 02:43:04 +08:00
},
"dependencies": {
2023-04-11 20:22:34 +08:00
"@unocss/reset": "^0.51.3",
2023-03-04 22:29:19 +08:00
"@vueuse/core": "^9.13.0",
2023-03-20 16:47:01 +08:00
"@vueuse/head": "^1.1.23",
2020-12-02 19:43:43 +08:00
"nprogress": "^0.2.0",
2023-04-11 20:22:34 +08:00
"pinia": "^2.0.34",
2023-03-04 22:29:19 +08:00
"vue": "^3.2.47",
2022-09-26 12:04:12 +08:00
"vue-demi": "^0.13.11",
2022-08-06 23:25:55 +08:00
"vue-i18n": "^9.2.2",
2022-11-01 14:57:18 +08:00
"vue-router": "^4.1.6"
2020-08-10 02:43:04 +08:00
},
"devDependencies": {
2023-04-11 20:22:34 +08:00
"@antfu/eslint-config": "^0.38.4",
2023-03-04 22:29:19 +08:00
"@iconify-json/carbon": "^1.1.16",
2023-03-27 18:43:32 +08:00
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@types/markdown-it-link-attributes": "^3.0.1",
2020-12-02 19:43:43 +08:00
"@types/nprogress": "^0.2.0",
2023-04-11 20:22:34 +08:00
"@unocss/eslint-config": "^0.51.4",
2023-03-20 16:47:01 +08:00
"@vitejs/plugin-vue": "^4.1.0",
2023-04-11 20:22:34 +08:00
"@vue-macros/volar": "^0.9.5",
2023-03-27 18:43:32 +08:00
"@vue/test-utils": "^2.3.2",
2022-01-09 16:11:06 +08:00
"critters": "^0.0.16",
2020-12-02 19:56:10 +08:00
"cross-env": "^7.0.3",
2023-04-11 20:22:34 +08:00
"cypress": "^12.9.0",
2023-03-27 18:43:32 +08:00
"cypress-vite": "^1.3.1",
2023-04-11 20:22:34 +08:00
"eslint": "^8.38.0",
"eslint-plugin-cypress": "^2.13.2",
2022-02-17 20:27:00 +08:00
"https-localhost": "^4.7.1",
2023-04-11 20:22:34 +08:00
"lint-staged": "^13.2.1",
2022-09-26 12:04:12 +08:00
"markdown-it-link-attributes": "^4.0.1",
2023-03-04 22:29:19 +08:00
"markdown-it-shiki": "^0.8.0",
2023-04-11 20:22:34 +08:00
"pnpm": "^8.2.0",
2023-03-04 22:29:19 +08:00
"shiki": "^0.14.1",
2023-03-04 22:31:40 +08:00
"simple-git-hooks": "^2.8.1",
2023-03-20 16:47:01 +08:00
"taze": "^0.9.1",
2023-03-27 23:21:16 +08:00
"typescript": "^4.9.5",
2023-04-11 20:22:34 +08:00
"unocss": "^0.51.4",
2023-03-27 18:43:32 +08:00
"unplugin-auto-import": "^0.15.2",
2023-03-20 16:47:01 +08:00
"unplugin-vue-components": "^0.24.1",
2023-04-11 20:22:34 +08:00
"unplugin-vue-macros": "^2.0.0",
2023-03-27 18:43:32 +08:00
"vite": "^4.2.1",
"vite-bundle-visualizer": "^0.6.0",
2023-04-11 20:22:34 +08:00
"vite-plugin-inspect": "^0.7.20",
2023-03-20 16:47:01 +08:00
"vite-plugin-pages": "^0.29.0",
2023-04-11 20:22:34 +08:00
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-vue-component-preview": "^1.1.6",
2023-03-20 16:47:01 +08:00
"vite-plugin-vue-inspector": "^3.4.0",
2023-03-04 22:29:19 +08:00
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.4",
2023-04-11 20:22:34 +08:00
"vite-plugin-webfont-dl": "^3.7.3",
"vite-ssg": "^0.22.2",
2022-09-26 12:04:12 +08:00
"vite-ssg-sitemap": "^0.4.3",
2023-04-11 20:22:34 +08:00
"vitest": "^0.30.1",
2023-03-04 22:29:19 +08:00
"vue-tsc": "^1.2.0"
2023-03-04 22:31:40 +08:00
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
2020-08-10 02:43:04 +08:00
}
2022-03-10 20:00:36 +08:00
}