2022-09-06 10:04:27 +08:00
|
|
|
{
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
2023-05-23 18:42:31 +08:00
|
|
|
"packageManager": "pnpm@8.5.1",
|
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-05-23 18:42:31 +08:00
|
|
|
"@unocss/reset": "^0.52.1",
|
|
|
|
"@vueuse/core": "^10.1.2",
|
2023-04-18 19:56:00 +08:00
|
|
|
"@vueuse/head": "^1.1.26",
|
2022-09-06 10:04:27 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-05-23 18:42:31 +08:00
|
|
|
"pinia": "^2.1.3",
|
|
|
|
"vue": "^3.3.4",
|
|
|
|
"vue-demi": "^0.14.5",
|
2022-09-06 10:04:27 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-05-23 18:42:31 +08:00
|
|
|
"vue-router": "^4.2.1"
|
2022-09-06 10:04:27 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-23 18:42:31 +08:00
|
|
|
"@antfu/eslint-config": "^0.39.1",
|
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-05-23 18:42:31 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
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-05-23 18:42:31 +08:00
|
|
|
"cypress": "^12.12.0",
|
|
|
|
"eslint": "^8.41.0",
|
|
|
|
"eslint-plugin-cypress": "^2.13.3",
|
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-05-23 18:42:31 +08:00
|
|
|
"markdown-it-shiki": "^0.9.0",
|
|
|
|
"pnpm": "^8.5.1",
|
|
|
|
"shiki": "^0.14.2",
|
|
|
|
"taze": "^0.10.1",
|
2023-04-18 19:56:00 +08:00
|
|
|
"typescript": "^5.0.4",
|
2023-05-23 18:42:31 +08:00
|
|
|
"unocss": "^0.52.1",
|
|
|
|
"unplugin-auto-import": "^0.16.2",
|
2023-03-19 05:01:39 +08:00
|
|
|
"unplugin-vue-components": "^0.24.1",
|
2023-05-23 18:42:31 +08:00
|
|
|
"vite": "^4.3.8",
|
|
|
|
"vite-plugin-inspect": "^0.7.26",
|
|
|
|
"vite-plugin-pages": "^0.30.1",
|
|
|
|
"vite-plugin-pwa": "^0.15.0",
|
2023-02-25 06:59:07 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
2023-05-23 18:42:31 +08:00
|
|
|
"vite-plugin-vue-markdown": "^0.23.5",
|
2023-04-18 19:56:00 +08:00
|
|
|
"vite-ssg": "^0.22.2",
|
2023-05-23 18:42:31 +08:00
|
|
|
"vite-ssg-sitemap": "^0.5.1",
|
|
|
|
"vitest": "^0.31.1",
|
|
|
|
"vue-tsc": "^1.6.5"
|
2022-09-06 10:04:27 +08:00
|
|
|
}
|
|
|
|
}
|