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 .",
"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",
"test:e2e:a11y": "playwright test --config playwright.a11y.config.ts",
"test:e2e:live:contract": "node --import tsx --test --test-reporter=spec 'e2e-live/*.test.ts'",
"test:e2e:live": "npm run test:e2e:live:contract && playwright test --config playwright.live.config.ts"
},
"dependencies": {
"@shikijs/langs": "^4.3.1",
"@xyflow/react": "^12.11.2",
"dagre": "^0.8.5",
"lucide-react": "^1.27.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^4.3.1",
"zustand": "^5.0.14"
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.62.0",
"@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.4",
"autoprefixer": "^10.5.4",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.8.0",
"postcss": "^8.5.24",
"tailwindcss": "^3.4.17",
"tsx": "^4.23.1",
"typescript": "~5.7.0",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5"
"overrides": {
"brace-expansion": "^5.0.8"
}