vitesse/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2020-08-10 02:43:04 +08:00
{
"private": true,
2022-05-01 11:51:35 +08:00
"packageManager": "pnpm@7.0.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",
2021-10-02 08:44:27 +08:00
"typecheck": "vue-tsc --noEmit"
2020-08-10 02:43:04 +08:00
},
"dependencies": {
2022-05-01 11:51:35 +08:00
"@vueuse/core": "^8.3.1",
2022-04-16 09:07:50 +08:00
"@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",
2022-05-03 04:36:52 +08:00
"vue-i18n": "^9.1.10",
2022-03-11 16:50:38 +08:00
"vue-router": "^4.0.14"
2020-08-10 02:43:04 +08:00
},
"devDependencies": {
2022-05-01 11:51:35 +08:00
"@antfu/eslint-config": "^0.22.0",
2022-05-03 04:36:52 +08:00
"@iconify-json/carbon": "^1.1.4",
2022-04-07 05:56:24 +08:00
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
"@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-21 20:44:33 +08:00
"@vue/test-utils": "^2.0.0-rc.21",
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-05-01 11:51:35 +08:00
"cypress": "^9.6.0",
"eslint": "^8.14.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-04-18 21:21:48 +08:00
"markdown-it-prism": "^2.2.4",
2022-05-01 11:51:35 +08:00
"pnpm": "^7.0.0",
"typescript": "^4.6.4",
2022-05-03 04:36:52 +08:00
"unocss": "^0.32.9",
2022-04-16 09:07:50 +08:00
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
2022-05-03 04:36:52 +08:00
"vite": "^2.9.7",
2022-04-16 09:07:50 +08:00
"vite-plugin-inspect": "^0.5.0",
2022-05-01 11:51:35 +08:00
"vite-plugin-md": "^0.13.0",
2022-04-18 21:21:48 +08:00
"vite-plugin-pages": "^0.23.0",
2022-04-21 20:44:33 +08:00
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-layouts": "^0.6.0",
2022-04-07 05:56:24 +08:00
"vite-ssg": "^0.19.2",
2022-05-03 04:36:52 +08:00
"vite-ssg-sitemap": "^0.2.6",
"vitest": "^0.10.1",
2022-05-01 11:51:35 +08:00
"vue-tsc": "^0.34.11"
2020-08-10 02:43:04 +08:00
}
2022-03-10 20:00:36 +08:00
}