- Update version to 0.0.5 in all components - Python packages: memora, memora-dev, memora-dev/benchmarks - Rust CLI: memora-cli - Control Plane: memora-control-plane - Helm chart
37 lines
958 B
JSON
37 lines
958 B
JSON
{
|
|
"name": "control-plane",
|
|
"version": "0.0.5",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "Control plane for the temporal semantic memory system",
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/node": "^24.10.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cytoscape": "^3.33.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "^16.0.1",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "^16.0.1",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.0",
|
|
"react-cytoscape": "^1.0.6",
|
|
"react-dom": "^19.2.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|