mirror of
https://github.com/unjs/unplugin.git
synced 2026-01-18 16:03:09 +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>
35 lines
909 B
JSON
35 lines
909 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": "case-police '**/*.md'",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ri": "^1.2.5",
|
|
"@shikijs/vitepress-twoslash": "^3.6.0",
|
|
"case-police": "^2.0.0",
|
|
"consola": "^3.4.2",
|
|
"dotenv": "^16.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-github-alerts": "^1.0.0",
|
|
"ofetch": "^1.4.1",
|
|
"tsx": "^4.19.4",
|
|
"unocss": "^66.1.3",
|
|
"unplugin": "workspace:*",
|
|
"unplugin-icons": "^22.1.0",
|
|
"unplugin-vue-components": "^28.7.0",
|
|
"vitepress": "2.0.0-alpha.5",
|
|
"vitepress-plugin-group-icons": "^1.6.0",
|
|
"vue": "^3.5.16",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|