Shared memory and context tools for agentic work.
Code Rooms
{
"name": "m1nd-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx",
"violet-lint": "node scripts/violet-lint.mjs",
"icon-lint": "node scripts/icon-lint.mjs",
"lint:soft": "node scripts/violet-lint.mjs && node scripts/icon-lint.mjs",
"test": "node --import tsx --test --test-reporter=spec 'src/**/*.test.ts' 'src/**/*.test.tsx'",
"test:e2e": "playwright test"
},
"dependencies": {
"@xyflow/react": "^12.10.1",
"dagre": "^0.8.5",
"lucide-react": "^1.23.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.3"
"devDependencies": {
"@eslint/js": "^9.39.4",
"@playwright/test": "^1.61.1",
"@types/dagre": "^0.7.52",
"@types/node": "^22.20.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.4.21",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tsx": "^4.23.0",
"typescript": "~5.7.0",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.0"
}