forked from honojs/website
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "hono.dev",
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"prebuild": "tsx ./scripts/build-llm-docs.ts",
"build": "vitepress build",
"preview": "vitepress preview",
"format": "yarn prettier --check ./docs ./examples ./scripts index.md",
"format:fix": "yarn prettier --check --write ./docs ./examples ./scripts index.md"
},
"repository": "[email protected]:honojs/website.git",
"author": "Yusuke Wada <[email protected]>",
"private": true,
"license": "MIT",
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.23.0",
"@types/node": "^22.13.1",
"hono": "^4.6.3",
"prettier": "^3.3.2",
"tsx": "^4.19.2",
"typescript": "^5.6.2",
"vitepress": "1.6.3",
"vitepress-plugin-group-icons": "^1.0.4",
"vue": "^3.3.4"
}
}