2022-09-06 10:04:27 +08:00
|
|
|
{
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
2023-03-29 21:47:03 +08:00
|
|
|
"packageManager": "pnpm@8.0.0",
|
2022-09-06 10:04:27 +08:00
|
|
|
"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-03-19 05:01:39 +08:00
|
|
|
"@unocss/reset": "^0.50.6",
|
2023-02-25 06:59:07 +08:00
|
|
|
"@vueuse/core": "^9.13.0",
|
2023-03-19 05:01:39 +08:00
|
|
|
"@vueuse/head": "^1.1.23",
|
2022-09-06 10:04:27 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-03-19 05:01:39 +08:00
|
|
|
"pinia": "^2.0.33",
|
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-03-29 21:47:03 +08:00
|
|
|
"@antfu/eslint-config": "^0.37.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"@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",
|
2023-03-19 05:01:39 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
2023-03-29 21:47:03 +08:00
|
|
|
"@vue/test-utils": "^2.3.2",
|
2022-09-06 10:04:27 +08:00
|
|
|
"critters": "^0.0.16",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-03-29 21:47:03 +08:00
|
|
|
"cypress": "^12.9.0",
|
|
|
|
"eslint": "^8.37.0",
|
|
|
|
"eslint-plugin-cypress": "^2.13.2",
|
2022-09-06 10:04:27 +08:00
|
|
|
"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",
|
2023-03-29 21:47:03 +08:00
|
|
|
"pnpm": "^8.0.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"shiki": "^0.14.1",
|
2023-03-29 21:47:03 +08:00
|
|
|
"taze": "^0.9.1",
|
2023-03-19 05:01:39 +08:00
|
|
|
"typescript": "^5.0.2",
|
|
|
|
"unocss": "^0.50.6",
|
2023-03-29 21:47:03 +08:00
|
|
|
"unplugin-auto-import": "^0.15.2",
|
2023-03-19 05:01:39 +08:00
|
|
|
"unplugin-vue-components": "^0.24.1",
|
2023-03-29 21:47:03 +08:00
|
|
|
"vite": "^4.2.1",
|
|
|
|
"vite-plugin-inspect": "^0.7.18",
|
2023-03-19 05:01:39 +08:00
|
|
|
"vite-plugin-pages": "^0.29.0",
|
2023-03-29 21:47:03 +08:00
|
|
|
"vite-plugin-pwa": "^0.14.7",
|
2023-02-25 06:59:07 +08:00
|
|
|
"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-03-29 21:47:03 +08:00
|
|
|
"vitest": "^0.29.8",
|
2023-03-19 05:01:39 +08:00
|
|
|
"vue-tsc": "^1.2.0"
|
2022-09-06 10:04:27 +08:00
|
|
|
}
|
|
|
|
}
|