mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
33 lines
829 B
JSON
33 lines
829 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": "^2.2.230",
|
|
"@shikijs/vitepress-twoslash": "^1.11.0",
|
|
"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",
|
|
"vue": "^3.4.33"
|
|
}
|
|
}
|