2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-08-29 06:02:33 +08:00
|
|
|
"dev": "vite --port 3333 --open",
|
2021-02-05 09:34:09 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vite-ssg build"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-07 00:33:00 +08:00
|
|
|
"@vueuse/core": "^4.1.0",
|
2021-01-20 19:31:13 +08:00
|
|
|
"@vueuse/head": "^0.2.3",
|
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-01-07 13:49:19 +08:00
|
|
|
"vue": "^3.0.5",
|
2021-02-11 23:17:40 +08:00
|
|
|
"vue-i18n": "^9.0.0-rc.6",
|
2021-01-20 03:37:06 +08:00
|
|
|
"vue-router": "^4.0.3"
|
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-11 23:17:40 +08:00
|
|
|
"@iconify/json": "^1.1.301",
|
|
|
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.16",
|
2021-01-20 03:37:06 +08:00
|
|
|
"@tailwindcss/typography": "^0.4.0",
|
2020-12-02 19:43:43 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-02-11 23:17:40 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
2021-02-03 01:23:02 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.1.4",
|
2021-01-07 13:49:19 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
|
|
"@vue/server-renderer": "^3.0.5",
|
2021-02-03 01:23:02 +08:00
|
|
|
"autoprefixer": "^10.2.4",
|
2020-12-02 19:56:10 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-02-03 01:23:02 +08:00
|
|
|
"eslint": "^7.19.0",
|
2021-01-07 13:49:19 +08:00
|
|
|
"markdown-it-prism": "^2.1.4",
|
2021-02-11 23:17:40 +08:00
|
|
|
"pnpm": "^5.17.1",
|
|
|
|
"postcss": "^8.2.6",
|
2020-12-14 14:58:40 +08:00
|
|
|
"postcss-nested": "^5.0.3",
|
2021-02-11 23:17:40 +08:00
|
|
|
"tailwindcss": "^2.0.3",
|
|
|
|
"typescript": "^4.1.5",
|
2021-02-12 23:33:42 +08:00
|
|
|
"vite": "^2.0.0-beta.69",
|
|
|
|
"vite-plugin-components": "^0.6.7",
|
2021-01-07 13:49:19 +08:00
|
|
|
"vite-plugin-icons": "^0.2.1",
|
2021-02-03 01:23:02 +08:00
|
|
|
"vite-plugin-md": "^0.4.2",
|
2021-02-12 23:33:42 +08:00
|
|
|
"vite-plugin-pages": "^0.4.2",
|
2021-02-07 02:57:56 +08:00
|
|
|
"vite-plugin-pwa": "^0.4.6",
|
2021-02-12 23:33:42 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.1.2",
|
|
|
|
"vite-ssg": "^0.8.6"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2021-01-23 15:55:10 +08:00
|
|
|
"extends": "@antfu/eslint-config",
|
2020-11-28 14:14:36 +08:00
|
|
|
"rules": {
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
|
|
}
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|