mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
* chore(deps): update all non-major dependencies * fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
36 lines
966 B
JSON
36 lines
966 B
JSON
{
|
|
"name": "unplugin-docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18.19.0"
|
|
},
|
|
"scripts": {
|
|
"gen-files": "tsx ./.vitepress/data/gen-files.ts",
|
|
"dev": "vitepress dev --open",
|
|
"build": "pnpm gen-files && vitepress build",
|
|
"lint": "eslint . && case-police '**/*.md'"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/heroicons": "^1.1.22",
|
|
"@iconify-json/lucide": "^1.1.201",
|
|
"@iconify-json/radix-icons": "^1.1.14",
|
|
"@iconify-json/simple-icons": "^1.1.109",
|
|
"case-police": "^0.6.1",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^9.7.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-github-alerts": "^0.3.0",
|
|
"ofetch": "^1.3.4",
|
|
"tsx": "^4.16.2",
|
|
"unocss": "^0.61.5",
|
|
"unplugin": "workspace:*",
|
|
"unplugin-icons": "^0.19.0",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vitepress": "^1.3.1",
|
|
"vitepress-plugin-twoslash": "^0.10.2",
|
|
"vue": "^3.4.33"
|
|
}
|
|
}
|