supermemory/apps/memory-graph-playground/package.json
@aaronjmars 377bc979d5
fix(deps): bump next to 16.0.7 in memory-graph-playground (critical CVE) (#1082)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-16 21:10:32 -07:00

27 lines
679 B
JSON

{
"name": "memory-graph-playground",
"version": "0.1.0",
"private": true,
"portless": { "name": "graph.dev.supermemory", "script": "dev:app" },
"scripts": {
"dev": "portless",
"dev:app": "next dev --port ${PORT:-3004}",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supermemory/memory-graph": "workspace:*",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}