2023-02-05 18:11:34 +08:00
|
|
|
{
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"packageManager": "pnpm@7.17.1",
|
|
|
|
"scripts": {
|
|
|
|
"build": "vite-ssg build",
|
2023-06-25 22:59:49 +08:00
|
|
|
"dev": "vite --port 3333 --host",
|
2023-02-05 18:11:34 +08:00
|
|
|
"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-06-23 09:34:27 +08:00
|
|
|
"@unocss/preset-typography": "^0.53.3",
|
2023-06-24 16:38:11 +08:00
|
|
|
"@unocss/reset": "^0.53.3",
|
|
|
|
"@vueuse/core": "^10.2.0",
|
2023-06-23 09:34:27 +08:00
|
|
|
"@vueuse/head": "^1.1.26",
|
2023-02-05 18:11:34 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-06-24 16:38:11 +08:00
|
|
|
"rollup": "^3.2.0",
|
2023-02-16 22:28:04 +08:00
|
|
|
"vite-plugin-vuetify": "^1.0.2",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vue": "^3.3.4",
|
2023-06-24 16:38:11 +08:00
|
|
|
"vue-demi": "^0.14.5",
|
2023-06-24 16:54:03 +08:00
|
|
|
"vue-i18n": "^9.3.0-beta.19",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vue-router": "^4.2.2",
|
|
|
|
"vuetify": "^3.3.5"
|
2023-02-05 18:11:34 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-24 16:38:11 +08:00
|
|
|
"@antfu/eslint-config": "^0.39.5",
|
2023-06-23 09:34:27 +08:00
|
|
|
"@iconify-json/carbon": "^1.1.18",
|
|
|
|
"@iconify-json/simple-icons": "^1.1.57",
|
2023-06-24 16:38:11 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
2023-06-23 09:34:27 +08:00
|
|
|
"@mdi/font": "^7.2.96",
|
2023-02-05 18:11:34 +08:00
|
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
|
|
"@types/nprogress": "^0.2.0",
|
2023-06-23 09:34:27 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
2023-06-24 16:38:11 +08:00
|
|
|
"@vue-macros/volar": "^0.11.0",
|
2023-06-23 09:34:27 +08:00
|
|
|
"@vue/test-utils": "^2.4.0",
|
2023-02-05 18:11:34 +08:00
|
|
|
"critters": "^0.0.16",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-06-23 09:34:27 +08:00
|
|
|
"cypress": "^12.15.0",
|
|
|
|
"eslint": "^8.43.0",
|
|
|
|
"eslint-plugin-cypress": "^2.13.3",
|
2023-02-05 18:11:34 +08:00
|
|
|
"https-localhost": "^4.7.1",
|
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
2023-06-24 16:38:11 +08:00
|
|
|
"markdown-it-shiki": "^0.9.0",
|
|
|
|
"pnpm": "^7.33.2",
|
|
|
|
"shiki": "^0.14.2",
|
|
|
|
"taze": "^0.10.2",
|
|
|
|
"typescript": "^5.1.3",
|
|
|
|
"unocss": "^0.53.3",
|
|
|
|
"unplugin-auto-import": "^0.16.4",
|
|
|
|
"unplugin-vue-components": "^0.25.1",
|
|
|
|
"unplugin-vue-macros": "^2.3.0",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vite": "^4.3.9",
|
|
|
|
"vite-plugin-inspect": "^0.7.28",
|
2023-06-24 16:38:11 +08:00
|
|
|
"vite-plugin-pages": "^0.31.0",
|
|
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
|
|
"vite-plugin-vue-component-preview": "^1.1.6",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vite-plugin-vue-inspector": "^3.4.2",
|
2023-06-24 16:38:11 +08:00
|
|
|
"vite-plugin-vue-markdown": "^0.23.5",
|
2023-06-24 16:54:03 +08:00
|
|
|
"vite-plugin-vue-meta-layouts": "^0.2.2",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vite-ssg": "^0.22.2",
|
2023-06-24 16:38:11 +08:00
|
|
|
"vite-ssg-sitemap": "^0.5.1",
|
|
|
|
"vitest": "^0.32.2",
|
2023-06-23 09:34:27 +08:00
|
|
|
"vue-tsc": "^1.8.1"
|
2023-07-25 19:20:46 +08:00
|
|
|
},
|
2023-07-25 19:34:47 +08:00
|
|
|
"version": "0.0.2"
|
2023-02-05 18:11:34 +08:00
|
|
|
}
|