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-06-12 15:24:31 +08:00
|
|
|
"@vueuse/core": "^5.0.2",
|
|
|
|
"@vueuse/head": "^0.6.0",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-03-26 01:53:01 +08:00
|
|
|
"prism-theme-vars": "^0.2.2",
|
2021-06-12 15:24:31 +08:00
|
|
|
"vue": "^3.1.1",
|
2021-04-20 06:52:27 +08:00
|
|
|
"vue-i18n": "^9.1.6",
|
2021-05-23 18:32:38 +08:00
|
|
|
"vue-router": "^4.0.8"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-12 15:24:31 +08:00
|
|
|
"@antfu/eslint-config": "^0.6.6",
|
|
|
|
"@iconify/json": "^1.1.355",
|
|
|
|
"@intlify/vite-plugin-vue-i18n": "^2.2.1",
|
2020-12-02 19:43:43 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-06-12 15:24:31 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
2021-06-01 08:28:47 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.2.3",
|
2021-06-12 15:24:31 +08:00
|
|
|
"@vue/compiler-sfc": "^3.1.1",
|
|
|
|
"@vue/server-renderer": "^3.1.1",
|
2020-12-02 19:56:10 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-06-12 15:24:31 +08:00
|
|
|
"eslint": "^7.28.0",
|
2021-05-11 15:25:16 +08:00
|
|
|
"https-localhost": "^4.6.5",
|
2021-03-08 02:23:29 +08:00
|
|
|
"markdown-it-prism": "^2.1.6",
|
2021-06-12 15:24:31 +08:00
|
|
|
"pnpm": "^6.7.6",
|
2021-05-30 10:59:28 +08:00
|
|
|
"typescript": "^4.3.2",
|
2021-06-12 15:24:31 +08:00
|
|
|
"vite": "^2.3.7",
|
|
|
|
"vite-plugin-components": "^0.11.1",
|
|
|
|
"vite-plugin-icons": "^0.6.2",
|
2021-05-23 18:32:38 +08:00
|
|
|
"vite-plugin-md": "^0.6.7",
|
2021-06-12 15:24:31 +08:00
|
|
|
"vite-plugin-pages": "^0.13.1",
|
|
|
|
"vite-plugin-pwa": "^0.8.0",
|
2021-05-11 15:25:16 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.3.1",
|
2021-06-12 15:24:31 +08:00
|
|
|
"vite-plugin-windicss": "^1.0.3",
|
2021-05-30 10:59:28 +08:00
|
|
|
"vite-ssg": "^0.11.2",
|
2021-06-12 15:24:31 +08:00
|
|
|
"vue-tsc": "^0.1.7"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|