2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-08-29 06:02:33 +08:00
|
|
|
"dev": "vite --port 3333 --open",
|
2020-12-21 17:34:47 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vite-ssg build --script async"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-09 23:38:52 +08:00
|
|
|
"@vueuse/core": "^4.0.5",
|
2020-12-02 19:43:43 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-01-07 13:49:19 +08:00
|
|
|
"vue": "^3.0.5",
|
|
|
|
"vue-i18n": "9.0.0-rc.1",
|
|
|
|
"vue-router": "^4.0.2"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-21 15:14:57 +08:00
|
|
|
"@antfu/eslint-config-vue": "^0.4.3",
|
2021-01-09 00:22:55 +08:00
|
|
|
"@iconify/json": "^1.1.283",
|
2021-01-09 23:36:30 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.11",
|
2020-12-14 14:58:40 +08:00
|
|
|
"@tailwindcss/typography": "^0.3.1",
|
2020-12-02 19:43:43 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-01-07 13:49:19 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.12.0",
|
|
|
|
"@vitejs/plugin-vue": "^1.0.4",
|
|
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
|
|
"@vue/server-renderer": "^3.0.5",
|
|
|
|
"@vuedx/typescript-plugin-vue": "^0.4.1",
|
2021-01-09 00:22:55 +08:00
|
|
|
"autoprefixer": "^10.2.1",
|
2020-12-02 19:56:10 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-01-07 13:49:19 +08:00
|
|
|
"eslint": "^7.17.0",
|
|
|
|
"markdown-it-prism": "^2.1.4",
|
|
|
|
"pnpm": "^5.14.3",
|
2021-01-09 23:38:52 +08:00
|
|
|
"postcss": "^8.2.4",
|
2020-12-14 14:58:40 +08:00
|
|
|
"postcss-nested": "^5.0.3",
|
|
|
|
"tailwindcss": "^2.0.2",
|
|
|
|
"typescript": "^4.1.3",
|
2021-01-09 23:38:52 +08:00
|
|
|
"vite": "^2.0.0-beta.15",
|
2021-01-07 13:49:19 +08:00
|
|
|
"vite-plugin-components": "^0.6.3",
|
|
|
|
"vite-plugin-icons": "^0.2.1",
|
|
|
|
"vite-plugin-md": "^0.2.1",
|
|
|
|
"vite-plugin-pwa": "^0.3.2",
|
2021-01-09 23:38:52 +08:00
|
|
|
"vite-plugin-voie": "^0.7.3",
|
2021-01-09 00:22:55 +08:00
|
|
|
"vite-ssg": "^0.3.1",
|
2020-09-08 20:42:09 +08:00
|
|
|
"voie-pages": "^0.4.0"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2020-11-28 14:14:36 +08:00
|
|
|
"extends": "@antfu/eslint-config-vue",
|
|
|
|
"rules": {
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
|
|
}
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|