-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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
{
"name": "documentation",
"version": "1.0.0",
"description": "Caido User Documentation",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "bash ./scripts/lint.sh",
"lint-prod": "bash ./scripts/lint-prod.sh",
"typecheck": "tsc --noEmit",
"validate": "pnpm lint && pnpm typecheck && pnpm build"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"author": "Caido Labs Inc. <dev@caido.io>",
"license": "CC-BY-4.0",
"devDependencies": {
"@caido/eslint-config": "0.6.0",
"@eslint/markdown": "7.2.0",
"eslint": "9.28.0",
"mermaid": "11.12.2",
"typescript": "5.6.2",
"vitepress": "1.6.3",
"vitepress-plugin-llms": "1.5.1",
"vue": "3.4.27"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/vue-fontawesome": "3.1.1"
}
}