2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-02-27 16:51:01 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vite-ssg build",
|
|
|
|
"dev": "vite --port 3333 --open"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-24 23:26:10 +08:00
|
|
|
"@vueuse/core": "^4.2.2",
|
2021-02-26 15:17:08 +08:00
|
|
|
"@vueuse/head": "^0.3.1",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-02-03 01:23:02 +08:00
|
|
|
"prism-theme-vars": "^0.1.4",
|
2021-02-26 15:17:08 +08:00
|
|
|
"vue": "^3.0.6",
|
2021-02-27 16:51:01 +08:00
|
|
|
"vue-i18n": "^9.0.0",
|
2021-02-20 16:13:13 +08:00
|
|
|
"vue-router": "^4.0.4"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-23 15:55:10 +08:00
|
|
|
"@antfu/eslint-config": "^0.4.3",
|
2021-02-26 21:49:27 +08:00
|
|
|
"@iconify/json": "^1.1.309",
|
2021-02-14 13:05:11 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.17",
|
2020-12-02 19:43:43 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-02-24 23:26:10 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
2021-02-27 16:51:01 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.1.5",
|
2021-02-26 15:17:08 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.6",
|
|
|
|
"@vue/server-renderer": "^3.0.6",
|
2020-12-02 19:56:10 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-02-14 13:05:11 +08:00
|
|
|
"eslint": "^7.20.0",
|
2021-01-07 13:49:19 +08:00
|
|
|
"markdown-it-prism": "^2.1.4",
|
2021-02-26 15:17:08 +08:00
|
|
|
"pnpm": "^5.18.1",
|
2021-02-24 23:26:10 +08:00
|
|
|
"typescript": "^4.2.2",
|
2021-02-27 16:51:01 +08:00
|
|
|
"vite": "^2.0.4",
|
|
|
|
"vite-plugin-components": "^0.7.4",
|
2021-02-26 21:49:27 +08:00
|
|
|
"vite-plugin-icons": "^0.3.1",
|
|
|
|
"vite-plugin-md": "^0.6.0",
|
2021-02-24 23:26:10 +08:00
|
|
|
"vite-plugin-pages": "^0.4.5",
|
2021-02-26 15:17:08 +08:00
|
|
|
"vite-plugin-pwa": "^0.5.5",
|
2021-02-15 23:39:01 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.2.2",
|
2021-02-26 21:49:27 +08:00
|
|
|
"vite-plugin-windicss": "^0.5.4",
|
2021-02-26 15:17:08 +08:00
|
|
|
"vite-ssg": "^0.8.11"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|