vite/docs/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
406 B
JSON
Raw Normal View History

{
"name": "docs",
"private": true,
"type": "module",
"scripts": {
"docs": "vitepress dev",
"docs-build": "vitepress build",
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.23.1",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
2024-11-04 17:19:36 +00:00
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.13"
}
}