Files
Kilo-Org_kilocode/packages/kilo-docs/package.json
kilo-maintainer[bot] 1181567b26 release: v7.3.40
2026-06-06 02:29:27 +00:00

41 lines
1.0 KiB
JSON

{
"name": "@kilocode/kilo-docs",
"version": "7.3.40",
"private": true,
"scripts": {
"dev": "next dev --webpack --port 3002",
"build": "next build --webpack",
"lint": "bun run --cwd ../.. lint packages/kilo-docs",
"start": "next start",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@docsearch/css": "^4",
"@docsearch/js": "^4",
"@markdoc/markdoc": "^0.5.4",
"@markdoc/next.js": "^0.5.0",
"@vscode/codicons": "^0.0.44",
"@xyflow/react": "12.10.2",
"js-yaml": "^4.1.0",
"mermaid": "11.15.0",
"next": "^16.1.5",
"posthog-js": "^1.335.3",
"prismjs": "^1.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vitest": "4.1.0"
},
"peerDependencies": {}
}