-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"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.3.0",
"@vueuse/core": "^10.9.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"vitepress": "1.1.4",
"vue": "^3.4.22"
},
"devDependencies": {
"@fastify/jwt": "^8.0.1",
"@fastify/multipart": "^8.2.0",
"@fastify/sensible": "^5.6.0",
"@fastify/swagger": "^8.14.0",
"@kitajs/cli": "^1.1.36",
"@kitajs/html": "^4.1.0",
"@kitajs/runtime": "^1.1.19",
"@types/node": "^20.12.7",
"close-with-grace": "^1.3.0",
"fastify": "^4.26.2",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}