mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
36 lines
927 B
JSON
36 lines
927 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": "^2.2.278",
|
|
"@shikijs/vitepress-twoslash": "^1.24.0",
|
|
"case-police": "^0.7.2",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^9.16.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-github-alerts": "^0.3.0",
|
|
"ofetch": "^1.4.1",
|
|
"tsx": "^4.19.2",
|
|
"unocss": "^0.64.1",
|
|
"unplugin": "workspace:*",
|
|
"unplugin-icons": "^0.20.2",
|
|
"unplugin-vue-components": "^0.27.5",
|
|
"vitepress": "^1.5.0",
|
|
"vitepress-plugin-group-icons": "^1.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|