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,
|
2022-08-06 23:26:44 +08:00
|
|
|
"packageManager": "pnpm@7.8.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",
|
|
|
|
"up": "taze major -I"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-08 18:37:49 +08:00
|
|
|
"@unocss/reset": "^0.45.28",
|
2022-09-26 12:04:12 +08:00
|
|
|
"@vueuse/core": "^9.3.0",
|
2022-10-08 18:37:49 +08:00
|
|
|
"@vueuse/head": "^0.9.7",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-09-26 12:04:12 +08:00
|
|
|
"pinia": "^2.0.22",
|
2022-09-29 17:47:50 +08:00
|
|
|
"vue": "^3.2.40",
|
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-09-26 12:04:12 +08:00
|
|
|
"vue-router": "^4.1.5"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-26 12:04:12 +08:00
|
|
|
"@antfu/eslint-config": "^0.27.0",
|
|
|
|
"@iconify-json/carbon": "^1.1.8",
|
2022-09-29 17:47:50 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
2021-08-30 10:43:10 +08:00
|
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
2020-12-02 19:43:43 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-10-08 18:37:49 +08:00
|
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
2022-09-29 17:47:50 +08:00
|
|
|
"@vue/test-utils": "^2.1.0",
|
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",
|
2022-09-29 17:47:50 +08:00
|
|
|
"cypress": "^10.9.0",
|
2022-10-08 18:37:49 +08:00
|
|
|
"eslint": "^8.25.0",
|
2021-11-02 09:45:48 +08:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-02-17 20:27:00 +08:00
|
|
|
"https-localhost": "^4.7.1",
|
2022-09-26 12:04:12 +08:00
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
2022-07-24 19:29:27 +08:00
|
|
|
"markdown-it-shiki": "^0.5.1",
|
2022-10-08 18:37:49 +08:00
|
|
|
"pnpm": "^7.13.2",
|
2022-09-26 12:04:12 +08:00
|
|
|
"shiki": "^0.11.1",
|
|
|
|
"taze": "^0.8.2",
|
2022-09-29 17:47:50 +08:00
|
|
|
"typescript": "^4.8.4",
|
2022-10-08 18:37:49 +08:00
|
|
|
"unocss": "^0.45.28",
|
2022-09-26 12:04:12 +08:00
|
|
|
"unplugin-auto-import": "^0.11.2",
|
2022-10-08 18:37:49 +08:00
|
|
|
"unplugin-vue-components": "^0.22.8",
|
|
|
|
"vite": "^3.1.6",
|
|
|
|
"vite-plugin-inspect": "^0.7.5",
|
2022-09-26 12:04:12 +08:00
|
|
|
"vite-plugin-pages": "^0.26.0",
|
|
|
|
"vite-plugin-pwa": "^0.13.1",
|
2022-09-29 17:47:50 +08:00
|
|
|
"vite-plugin-vue-component-preview": "^0.3.3",
|
2022-07-27 02:58:16 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.7.0",
|
2022-09-26 12:04:12 +08:00
|
|
|
"vite-plugin-vue-markdown": "^0.22.1",
|
2022-10-08 18:37:49 +08:00
|
|
|
"vite-ssg": "^0.21.0",
|
2022-09-26 12:04:12 +08:00
|
|
|
"vite-ssg-sitemap": "^0.4.3",
|
2022-10-08 18:37:49 +08:00
|
|
|
"vitest": "^0.24.0",
|
|
|
|
"vue-tsc": "^1.0.0"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
2022-03-10 20:00:36 +08:00
|
|
|
}
|