mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
27 lines
679 B
JSON
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.3",
|
|
"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"
|
|
}
|
|
}
|