mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
34 lines
876 B
JSON
34 lines
876 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.272",
|
|
"@shikijs/vitepress-twoslash": "^1.23.0",
|
|
"case-police": "^0.7.0",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^9.14.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.1",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vitepress": "^1.5.0",
|
|
"vitepress-plugin-group-icons": "^1.3.0",
|
|
"vue": "^3.5.13"
|
|
}
|
|
}
|