rfunds-online/package.json

29 lines
588 B
JSON

{
"name": "rfunds-online",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@xyflow/react": "^12.10.0",
"lz-string": "^1.5.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/lz-string": "^1.5.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}