Files
kilocode/packages/kilo-console/package.json
T
2026-07-17 11:48:54 +02:00

34 lines
912 B
JSON
Executable File

{
"name": "@kilocode/kilo-console",
"version": "7.4.11",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 3017",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1 --port 3018",
"test": "bun test src",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@kilocode/kilo-indexing": "workspace:*",
"@kilocode/kilo-web-ui": "workspace:*",
"@kilocode/sdk": "workspace:*",
"@lottiefiles/dotlottie-web": "0.74.0",
"@pierre/diffs": "catalog:",
"@solidjs/router": "catalog:",
"ghostty-web": "0.4.0",
"solid-js": "catalog:",
"yaml": "2.8.3"
},
"devDependencies": {
"@tsconfig/node22": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-solid": "catalog:"
},
"peerDependencies": {}
}