Files
memind/ops/package.json
John 2e14873f2d Initial commit: Memind H5 portal with MindSpace, Plaza, and agent jobs.
Track application source and tests; exclude local env, user workspaces, and runtime data via .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 15:04:43 -07:00

24 lines
510 B
JSON

{
"name": "ops",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port 3002",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --port 3002"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.0"
}
}