csv import

This commit is contained in:
2024-12-20 09:49:54 -05:00
parent d03bcf5746
commit 0eb54c6024
30 changed files with 10068 additions and 300 deletions

View File

@@ -30,25 +30,31 @@
"lucide-react": "^0.460.0",
"next": "15.1.0",
"next-themes": "^0.4.3",
"path": "^0.12.7",
"pg": "^8.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.7.4",
"@types/bun": "^1.1.13",
"@types/node": "^20.17.6",
"@types/node": "^20.17.10",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"csv-parse": "^5.6.0",
"csv-parser": "^3.0.0",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.38.2",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"fs": "^0.0.1-security",
"next-auth": "^5.0.0-beta.25",
"postcss": "^8",
"tailwindcss": "^3.4.15",