vitesse/package.json

67 lines
1.9 KiB
JSON
Raw Normal View History

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-11-30 08:12:50 +08:00
"packageManager": "pnpm@7.17.1",
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-11-30 08:12:50 +08:00
"@unocss/reset": "^0.47.2",
"@vueuse/core": "^9.6.0",
2022-11-22 19:06:42 +08:00
"@vueuse/head": "^1.0.18",
2020-12-02 19:43:43 +08:00
"nprogress": "^0.2.0",
2022-11-30 08:12:50 +08:00
"pinia": "^2.0.27",
2022-11-22 19:06:42 +08:00
"vue": "^3.2.45",
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-11-01 14:57:18 +08:00
"vue-router": "^4.1.6"
2020-08-10 02:43:04 +08:00
},
"devDependencies": {
2022-11-30 09:05:59 +08:00
"@antfu/eslint-config": "^0.33.0",
2022-11-22 19:08:05 +08:00
"@iconify-json/carbon": "^1.1.11",
2022-09-29 17:47:50 +08:00
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@types/markdown-it-link-attributes": "^3.0.1",
2020-12-02 19:43:43 +08:00
"@types/nprogress": "^0.2.0",
2022-11-01 14:57:18 +08:00
"@vitejs/plugin-vue": "^3.2.0",
2022-11-29 19:43:13 +08:00
"@vue-macros/volar": "^0.5.4",
2022-11-22 19:06:42 +08:00
"@vue/test-utils": "^2.2.4",
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-11-30 08:12:50 +08:00
"cypress": "^11.2.0",
2022-11-22 19:06:42 +08:00
"eslint": "^8.28.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-11-30 08:12:50 +08:00
"markdown-it-shiki": "^0.7.2",
"pnpm": "^7.17.1",
2022-09-26 12:04:12 +08:00
"shiki": "^0.11.1",
2022-11-22 19:06:42 +08:00
"taze": "^0.8.4",
"typescript": "^4.9.3",
2022-11-30 08:12:50 +08:00
"unocss": "^0.47.2",
"unplugin-auto-import": "^0.12.0",
2022-11-22 19:08:05 +08:00
"unplugin-vue-components": "^0.22.11",
2022-11-30 08:12:50 +08:00
"unplugin-vue-macros": "^1.0.3",
2022-11-22 19:06:42 +08:00
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9",
2022-11-01 14:57:18 +08:00
"vite-plugin-pages": "^0.27.1",
2022-11-09 15:59:51 +08:00
"vite-plugin-pwa": "^0.13.3",
2022-09-29 17:47:50 +08:00
"vite-plugin-vue-component-preview": "^0.3.3",
"vite-plugin-vue-inspector": "^2.0.0",
"vite-plugin-vue-layouts": "^0.7.0",
2022-09-26 12:04:12 +08:00
"vite-plugin-vue-markdown": "^0.22.1",
2022-11-22 19:06:42 +08:00
"vite-ssg": "^0.22.0",
2022-09-26 12:04:12 +08:00
"vite-ssg-sitemap": "^0.4.3",
2022-11-30 08:12:50 +08:00
"vitest": "^0.25.3",
"vue-tsc": "^1.0.10"
2020-08-10 02:43:04 +08:00
}
2022-03-10 20:00:36 +08:00
}