-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 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
{
"scripts": {
"build": "doc-kit generate -t web -t orama-db --config-file doc-kit.config.mjs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@node-core/doc-kit": "1.3.1",
"@node-core/remark-lint": "^1.3.0",
"eslint": "^10.1.0",
"eslint-plugin-mdx": "^3.7.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"remark-frontmatter": "^5.0.0",
"typescript-eslint": "^8.57.2"
},
"dependencies": {
"@node-core/ui-components": "^1.6.3",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0"
},
"engines": {
"node": "24.x"
}
}