52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open",
|
|
"build": "cross-env NODE_ENV=production vite-ssg build --script async"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^4.0.8",
|
|
"@vueuse/head": "^0.2.3",
|
|
"nprogress": "^0.2.0",
|
|
"prism-theme-vars": "^0.0.2",
|
|
"vue": "^3.0.5",
|
|
"vue-i18n": "^9.0.0-rc.4",
|
|
"vue-router": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config-vue": "^0.4.3",
|
|
"@iconify/json": "^1.1.290",
|
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.12",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
|
"@vitejs/plugin-vue": "^1.1.0",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"@vue/server-renderer": "^3.0.5",
|
|
"@vuedx/typescript-plugin-vue": "^0.6.0",
|
|
"autoprefixer": "^10.2.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.18.0",
|
|
"markdown-it-prism": "^2.1.4",
|
|
"pnpm": "^5.15.2",
|
|
"postcss": "^8.2.4",
|
|
"postcss-nested": "^5.0.3",
|
|
"tailwindcss": "^2.0.2",
|
|
"typescript": "^4.1.3",
|
|
"vite": "2.0.0-beta.36",
|
|
"vite-plugin-components": "^0.6.6",
|
|
"vite-plugin-icons": "^0.2.1",
|
|
"vite-plugin-md": "^0.4.1",
|
|
"vite-plugin-pages": "^0.1.5",
|
|
"vite-plugin-pwa": "^0.3.9",
|
|
"vite-ssg": "^0.4.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config-vue",
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
}
|
|
}
|
|
}
|