-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 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
{
"name": "ngrok-docs-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "mint dev --port 3333",
"check-redirect-conflicts": "node custom/scripts/check-redirect-conflicts.js",
"test-links": "mint broken-links",
"vale": "vale --glob='!{snippets/**,errors/**,.skills/**,agent/cli-api.mdx,agent/cli.mdx,style-guide.mdx}' .",
"postinstall": "bash custom/scripts/glossary/install-hook.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"pnpm": {
"overrides": {
"react": "19.2.4"
}
},
"dependencies": {
"@babel/parser": "^7.29.2",
"@babel/traverse": "^7.29.0",
"@types/react": "^19.1.13",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"mint": "^4.2.426",
"mdx2vast": "^0.3.1",
"react": "^19.1.1",
"react-markdown": "^10.1.0"
}
}