python-account-miner/tableNext/package.json

29 lines
599 B
JSON

{
"name": "my-table-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-table": "^8.21.3",
"lucide-react": "^0.525.0",
"next": "15.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"redis": "^5.6.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}