2025-05-09 07:05:17 -04:00
|
|
|
{
|
2025-05-11 00:37:32 -04:00
|
|
|
"name": "ever-givin-pod",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
|
"debug": "node --inspect-brk node_modules/next/dist/bin/next dev --turbopack",
|
|
|
|
|
"server": "node server/server.js",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/lowdb": "^1.0.15",
|
|
|
|
|
"formidable": "^3.5.4",
|
|
|
|
|
"lowdb": "^7.0.1",
|
|
|
|
|
"mime-types": "^3.0.1",
|
|
|
|
|
"multer": "^1.4.5-lts.2",
|
|
|
|
|
"multiparty": "^4.2.3",
|
|
|
|
|
"next": "15.3.2",
|
|
|
|
|
"podcast": "^2.0.1",
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"react-hook-form": "^7.56.3",
|
|
|
|
|
"uuid": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/eslintrc": "^3",
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/express": "^5.0.1",
|
|
|
|
|
"@types/formidable": "^3.4.5",
|
|
|
|
|
"@types/mime-types": "^2.1.4",
|
|
|
|
|
"@types/multer": "^1.4.12",
|
|
|
|
|
"@types/multiparty": "^4.2.1",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.3.2",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
2025-05-09 07:05:17 -04:00
|
|
|
}
|