32 lines
735 B
JSON
32 lines
735 B
JSON
{
|
|
"name": "flowfi-network",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"next": "^16.1.6",
|
|
"d3-sankey": "^0.12.3",
|
|
"d3-shape": "^3.2.0",
|
|
"@xyflow/react": "^12.6.0",
|
|
"framer-motion": "^12.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/d3-sankey": "^0.12.5",
|
|
"@types/d3-shape": "^3.1.7",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|