mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
33 lines
921 B
JSON
33 lines
921 B
JSON
{
|
|
"name": "unplugin-docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"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.20",
|
|
"@iconify-json/lucide": "^1.1.181",
|
|
"@iconify-json/radix-icons": "^1.1.14",
|
|
"@iconify-json/simple-icons": "^1.1.99",
|
|
"case-police": "^0.6.1",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.57.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-github-alerts": "^0.3.0",
|
|
"ofetch": "^1.3.4",
|
|
"tsx": "^4.7.2",
|
|
"unocss": "^0.59.2",
|
|
"unplugin": "workspace:*",
|
|
"unplugin-icons": "^0.18.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vitepress": "^1.1.0",
|
|
"vitepress-plugin-twoslash": "^0.10.2",
|
|
"vue": "^3.4.21"
|
|
}
|
|
}
|