forked from mem0ai/memory-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "memory-benchmarks",
"version": "0.1.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^10.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}