2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
2022-03-10 19:29:07 +08:00
|
|
|
"packageManager": "pnpm@6.32.3",
|
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",
|
2021-10-02 08:44:27 +08:00
|
|
|
"typecheck": "vue-tsc --noEmit"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-16 09:07:50 +08:00
|
|
|
"@vueuse/core": "^8.2.6",
|
|
|
|
"@vueuse/head": "^0.7.6",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-04-05 18:14:10 +08:00
|
|
|
"pinia": "^2.0.13",
|
2021-03-26 01:53:01 +08:00
|
|
|
"prism-theme-vars": "^0.2.2",
|
2022-04-16 09:07:50 +08:00
|
|
|
"vue": "^3.2.33",
|
2022-04-05 18:14:10 +08:00
|
|
|
"vue-demi": "^0.12.5",
|
2021-10-07 14:53:19 +08:00
|
|
|
"vue-i18n": "^9.1.9",
|
2022-03-11 16:50:38 +08:00
|
|
|
"vue-router": "^4.0.14"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-16 09:07:50 +08:00
|
|
|
"@antfu/eslint-config": "^0.20.3",
|
2022-04-05 18:14:10 +08:00
|
|
|
"@iconify-json/carbon": "^1.1.3",
|
2022-04-07 05:56:24 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
|
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-04-05 18:14:10 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
2022-04-16 09:07:50 +08:00
|
|
|
"@vue/test-utils": "^2.0.0-rc.20",
|
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-04-16 09:07:50 +08:00
|
|
|
"cypress": "^9.5.4",
|
2022-04-10 10:28:44 +08:00
|
|
|
"eslint": "^8.13.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",
|
2021-12-26 13:08:09 +08:00
|
|
|
"markdown-it-link-attributes": "^4.0.0",
|
2022-02-23 02:51:08 +08:00
|
|
|
"markdown-it-prism": "^2.2.3",
|
2022-04-16 09:07:50 +08:00
|
|
|
"pnpm": "^6.32.7",
|
2022-03-30 22:59:35 +08:00
|
|
|
"typescript": "^4.6.3",
|
2022-04-16 09:07:50 +08:00
|
|
|
"unocss": "^0.31.3",
|
|
|
|
"unplugin-auto-import": "^0.7.1",
|
|
|
|
"unplugin-vue-components": "^0.19.3",
|
|
|
|
"vite": "^2.9.5",
|
|
|
|
"vite-plugin-inspect": "^0.5.0",
|
2022-03-30 22:59:35 +08:00
|
|
|
"vite-plugin-md": "^0.12.4",
|
2022-03-16 01:33:16 +08:00
|
|
|
"vite-plugin-pages": "^0.22.0",
|
2022-01-14 17:05:29 +08:00
|
|
|
"vite-plugin-pwa": "^0.11.13",
|
2022-02-07 10:08:07 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.6.0",
|
2022-04-07 05:56:24 +08:00
|
|
|
"vite-ssg": "^0.19.2",
|
2022-04-10 10:28:44 +08:00
|
|
|
"vite-ssg-sitemap": "^0.2.2",
|
2022-04-10 19:30:19 +08:00
|
|
|
"vitest": "^0.9.3",
|
2022-04-16 09:07:50 +08:00
|
|
|
"vue-tsc": "^0.34.6"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
2022-03-10 20:00:36 +08:00
|
|
|
}
|