2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-03-16 00:35:52 +08:00
|
|
|
"dev": "vite --port 3333 --open",
|
2021-02-27 16:51:01 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vite-ssg build",
|
2021-03-16 00:35:52 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"preview-https": "serve dist"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-16 07:53:37 +08:00
|
|
|
"@vueuse/core": "^6.0.0",
|
2021-06-12 15:24:31 +08:00
|
|
|
"@vueuse/head": "^0.6.0",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-08-24 15:19:20 +08:00
|
|
|
"pinia": "^2.0.0-rc.6",
|
2021-03-26 01:53:01 +08:00
|
|
|
"prism-theme-vars": "^0.2.2",
|
2021-08-25 23:38:01 +08:00
|
|
|
"vue": "^3.2.6",
|
2021-08-16 07:53:37 +08:00
|
|
|
"vue-demi": "^0.11.3",
|
2021-07-14 00:51:31 +08:00
|
|
|
"vue-i18n": "^9.1.7",
|
2021-08-12 02:06:35 +08:00
|
|
|
"vue-router": "^4.0.11"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-06 22:18:49 +08:00
|
|
|
"@antfu/eslint-config": "^0.7.0",
|
2021-08-30 17:33:27 +08:00
|
|
|
"@iconify/json": "^1.1.395",
|
2021-07-31 21:01:11 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^2.4.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",
|
2021-08-25 23:38:01 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.6.0",
|
|
|
|
"@vue/compiler-sfc": "^3.2.6",
|
|
|
|
"@vue/server-renderer": "^3.2.6",
|
2021-08-01 02:18:45 +08:00
|
|
|
"critters": "^0.0.10",
|
2020-12-02 19:56:10 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-31 21:01:11 +08:00
|
|
|
"eslint": "^7.32.0",
|
2021-05-11 15:25:16 +08:00
|
|
|
"https-localhost": "^4.6.5",
|
2021-06-13 14:39:22 +08:00
|
|
|
"markdown-it-link-attributes": "^3.0.0",
|
2021-08-24 15:19:20 +08:00
|
|
|
"markdown-it-prism": "^2.2.0",
|
2021-08-30 17:33:27 +08:00
|
|
|
"pnpm": "^6.14.5",
|
|
|
|
"typescript": "^4.4.2",
|
|
|
|
"unplugin-auto-import": "^0.2.4",
|
|
|
|
"unplugin-icons": "^0.7.3",
|
|
|
|
"unplugin-vue-components": "^0.14.3",
|
2021-08-25 23:38:01 +08:00
|
|
|
"vite": "^2.5.1",
|
2021-08-24 15:19:20 +08:00
|
|
|
"vite-plugin-md": "^0.11.0",
|
2021-08-30 17:33:27 +08:00
|
|
|
"vite-plugin-pages": "^0.17.5",
|
2021-08-25 23:38:01 +08:00
|
|
|
"vite-plugin-pwa": "^0.11.2",
|
2021-05-11 15:25:16 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.3.1",
|
2021-08-25 23:38:01 +08:00
|
|
|
"vite-plugin-windicss": "^1.3.0",
|
2021-08-30 17:33:27 +08:00
|
|
|
"vite-ssg": "^0.14.7",
|
2021-08-24 15:19:20 +08:00
|
|
|
"vue-tsc": "^0.3.0"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|