Files
real-time-fund/package.json
2026-02-01 17:34:45 +08:00

17 lines
297 B
JSON

{
"name": "real-time-fund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"framer-motion": "^12.29.2",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}