{ "name": "stripe_to_invoice", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@aws-sdk/client-ses": "^3.958.0", "@tailwindcss/postcss": "^4", "drizzle-orm": "^0.45.1", "next": "16.0.10", "pg": "^8.16.3", "react": "19.2.1", "react-dom": "19.2.1", "stripe": "^20.2.0", "tailwindcss": "^4", "typescript": "^5.5.0", "xero-node": "^13.3.1" }, "devDependencies": { "@types/node": "^20", "@types/pg": "^8.16.0", "@types/react": "^19", "@types/react-dom": "^19", "drizzle-kit": "^0.31.8", "eslint": "^9", "eslint-config-next": "16.0.10" } }