-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@kitajs/docs",
"version": "1.0.0",
"private": true,
"repository": "[email protected]:kitajs/docs.git",
"license": "MIT",
"author": "Arthur Fiorette <[email protected]>",
"scripts": {
"build": "kita build && vitepress build",
"dev": "vitepress dev",
"format": "prettier --write .",
"postinstall": "husky install",
"preview": "vitepress preview"
},
"dependencies": {
"@arthurfiorette/prettier-config": "^1.0.12",
"@shikijs/vitepress-twoslash": "^1.11.1",
"@vueuse/core": "^10.11.0",
"husky": "^9.1.1",
"prettier": "^3.3.3",
"vitepress": "1.3.1",
"vue": "^3.4.33"
},
"devDependencies": {
"@fastify/jwt": "^8.0.1",
"@fastify/multipart": "^8.3.0",
"@fastify/sensible": "^5.6.0",
"@fastify/swagger": "^8.15.0",
"@kitajs/cli": "^1.1.36",
"@kitajs/html": "^4.2.0",
"@kitajs/runtime": "^1.1.19",
"@types/node": "^20.14.11",
"close-with-grace": "^1.3.0",
"fastify": "^4.28.1",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.13",
"pnpm": ">=9"
}
}