23 lines
451 B
JSON
23 lines
451 B
JSON
{
|
|
"name": "real-time-fund",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@dicebear/collection": "^9.3.1",
|
|
"@dicebear/core": "^9.3.1",
|
|
"@supabase/supabase-js": "^2.78.0",
|
|
"framer-motion": "^12.29.2",
|
|
"next": "^16.1.5",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.9.0"
|
|
}
|
|
}
|