2022-09-06 10:04:27 +08:00
|
|
|
{
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"packageManager": "pnpm@7.8.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "vite-ssg build",
|
|
|
|
"dev": "vite --port 3333 --open",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"preview-https": "serve dist",
|
|
|
|
"test": "vitest",
|
|
|
|
"test:e2e": "cypress open",
|
|
|
|
"test:unit": "vitest",
|
|
|
|
"typecheck": "vue-tsc --noEmit",
|
|
|
|
"up": "taze major -I"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-25 06:59:07 +08:00
|
|
|
"@unocss/reset": "^0.50.1",
|
|
|
|
"@vueuse/core": "^9.13.0",
|
|
|
|
"@vueuse/head": "^1.1.0",
|
2022-09-06 10:04:27 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"pinia": "^2.0.32",
|
2023-02-07 21:37:18 +08:00
|
|
|
"vue": "^3.2.47",
|
2022-11-12 15:04:41 +08:00
|
|
|
"vue-demi": "^0.13.11",
|
2022-09-06 10:04:27 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2022-11-12 15:04:41 +08:00
|
|
|
"vue-router": "^4.1.6"
|
2022-09-06 10:04:27 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-25 06:59:07 +08:00
|
|
|
"@antfu/eslint-config": "^0.35.2",
|
|
|
|
"@iconify-json/carbon": "^1.1.16",
|
2022-12-13 01:05:07 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
|
2022-09-06 10:04:27 +08:00
|
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-12-13 01:05:07 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"@vue/test-utils": "^2.3.0",
|
2022-09-06 10:04:27 +08:00
|
|
|
"critters": "^0.0.16",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-02-25 06:59:07 +08:00
|
|
|
"cypress": "^12.6.0",
|
|
|
|
"eslint": "^8.34.0",
|
2022-09-06 10:04:27 +08:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
|
|
"https-localhost": "^4.7.1",
|
2022-11-12 15:04:41 +08:00
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
2023-02-25 06:59:07 +08:00
|
|
|
"markdown-it-shiki": "^0.8.0",
|
|
|
|
"pnpm": "^7.27.1",
|
|
|
|
"shiki": "^0.14.1",
|
2023-01-09 18:01:19 +08:00
|
|
|
"taze": "^0.8.5",
|
2023-02-07 21:37:18 +08:00
|
|
|
"typescript": "^4.9.5",
|
2023-02-25 06:59:07 +08:00
|
|
|
"unocss": "^0.50.1",
|
|
|
|
"unplugin-auto-import": "^0.15.0",
|
|
|
|
"unplugin-vue-components": "^0.24.0",
|
|
|
|
"vite": "^4.1.4",
|
2023-01-29 07:36:40 +08:00
|
|
|
"vite-plugin-inspect": "^0.7.15",
|
2022-12-13 01:05:07 +08:00
|
|
|
"vite-plugin-pages": "^0.28.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"vite-plugin-pwa": "^0.14.4",
|
|
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
2023-02-07 21:37:18 +08:00
|
|
|
"vite-plugin-vue-markdown": "^0.22.4",
|
2022-12-13 01:05:07 +08:00
|
|
|
"vite-ssg": "^0.22.1",
|
2022-11-12 15:04:41 +08:00
|
|
|
"vite-ssg-sitemap": "^0.4.3",
|
2023-02-25 06:59:07 +08:00
|
|
|
"vitest": "^0.28.5",
|
|
|
|
"vue-tsc": "^1.1.7"
|
2022-09-06 10:04:27 +08:00
|
|
|
}
|
|
|
|
}
|