19yuke2-frontend/package.json

74 lines
2.1 KiB
JSON
Raw Normal View History

2023-02-05 18:11:34 +08:00
{
"type": "module",
2023-07-28 16:52:07 +08:00
"version": "0.0.3",
2023-02-05 18:11:34 +08:00
"private": true,
2023-08-03 10:15:47 +08:00
"packageManager": "pnpm@8.6.11",
2023-02-05 18:11:34 +08:00
"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-08-12 10:45:51 +08:00
"@unocss/preset-typography": "^0.54.1",
"@unocss/reset": "^0.54.1",
2023-08-03 10:15:47 +08:00
"@vueuse/core": "^10.3.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-08-12 10:45:51 +08:00
"rollup": "^3.27.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-07-28 16:51:10 +08:00
"vue-i18n": "9.3.0-beta.14-77e850b",
"vue-router": "^4.2.4",
2023-08-12 10:45:51 +08:00
"vuetify": "^3.3.11"
2023-02-05 18:11:34 +08:00
},
"devDependencies": {
2023-08-12 10:45:51 +08:00
"@antfu/eslint-config": "^0.40.0",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/simple-icons": "^1.1.63",
2023-08-03 10:15:47 +08:00
"@intlify/unplugin-vue-i18n": "^0.12.2",
2023-06-23 09:34:27 +08:00
"@mdi/font": "^7.2.96",
2023-07-30 17:22:21 +08:00
"@types/fs-extra": "^11.0.1",
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-08-12 10:45:51 +08:00
"@vue-macros/volar": "^0.13.1",
2023-07-28 16:51:10 +08:00
"@vue/test-utils": "^2.4.1",
2023-08-03 13:23:22 +08:00
"critters": "^0.0.16",
2023-02-05 18:11:34 +08:00
"cross-env": "^7.0.3",
2023-08-03 10:15:47 +08:00
"cypress": "^12.17.3",
2023-07-30 15:29:37 +08:00
"eslint": "^8.46.0",
2023-08-12 10:45:51 +08:00
"eslint-plugin-cypress": "^2.13.3",
2023-07-30 17:22:21 +08:00
"fs-extra": "^11.1.1",
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",
2023-08-12 10:45:51 +08:00
"pnpm": "^8.6.11",
2023-07-28 16:51:10 +08:00
"shiki": "^0.14.3",
2023-08-03 10:15:47 +08:00
"taze": "^0.11.2",
2023-07-28 16:51:10 +08:00
"typescript": "^5.1.6",
2023-08-12 10:45:51 +08:00
"unocss": "^0.54.1",
2023-07-28 16:51:10 +08:00
"unplugin-auto-import": "^0.16.6",
2023-06-24 16:38:11 +08:00
"unplugin-vue-components": "^0.25.1",
2023-08-12 10:45:51 +08:00
"unplugin-vue-macros": "^2.4.2",
"vite": "^4.4.8",
2023-08-03 10:15:47 +08:00
"vite-plugin-inspect": "^0.7.35",
2023-07-30 15:29:37 +08:00
"vite-plugin-pages": "^0.31.0",
2023-06-24 16:38:11 +08:00
"vite-plugin-vue-component-preview": "^1.1.6",
2023-08-12 10:45:51 +08:00
"vite-plugin-vue-inspector": "^3.5.0",
2023-07-28 16:51:10 +08:00
"vite-plugin-vue-markdown": "^0.23.7",
2023-06-24 16:54:03 +08:00
"vite-plugin-vue-meta-layouts": "^0.2.2",
2023-08-03 13:27:35 +08:00
"vite-ssg": "^0.22.2",
2023-06-24 16:38:11 +08:00
"vite-ssg-sitemap": "^0.5.1",
2023-08-03 10:15:47 +08:00
"vitest": "^0.34.1",
2023-07-28 16:51:10 +08:00
"vue-tsc": "^1.8.8"
2023-07-27 20:41:49 +08:00
}
2023-02-05 18:11:34 +08:00
}