50 lines
1.3 KiB
JSON
50 lines
1.3 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.4",
|
|
"nprogress": "^0.2.0",
|
|
"vue": "^3.0.5",
|
|
"vue-i18n": "9.0.0-rc.1",
|
|
"vue-router": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config-vue": "^0.4.3",
|
|
"@iconify/json": "^1.1.283",
|
|
"@tailwindcss/typography": "^0.3.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@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",
|
|
"autoprefixer": "^10.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.17.0",
|
|
"markdown-it-prism": "^2.1.4",
|
|
"pnpm": "^5.14.3",
|
|
"postcss": "^8.2.3",
|
|
"postcss-nested": "^5.0.3",
|
|
"tailwindcss": "^2.0.2",
|
|
"typescript": "^4.1.3",
|
|
"vite": "^2.0.0-beta.12",
|
|
"vite-plugin-components": "^0.6.3",
|
|
"vite-plugin-icons": "^0.2.1",
|
|
"vite-plugin-md": "^0.2.1",
|
|
"vite-plugin-pwa": "^0.3.2",
|
|
"vite-plugin-voie": "^0.7.1",
|
|
"vite-ssg": "^0.3.1",
|
|
"voie-pages": "^0.4.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config-vue",
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
}
|
|
}
|
|
}
|