Files
real-time-fund/package.json
2026-02-08 19:29:45 +08:00

24 lines
476 B
JSON

{
"name": "real-time-fund",
"version": "0.1.3",
"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",
"dayjs": "^1.11.19",
"framer-motion": "^12.29.2",
"next": "^16.1.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"engines": {
"node": ">=20.9.0"
}
}