← back to Patty
package.json
30 lines
{
"name": "patty-petitions",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dw/nextjs-admin-login": "file:/tmp/dw-nextjs-admin-login-0.3.0.tgz",
"@types/pg": "^8.16.0",
"@types/sanitize-html": "^2.16.1",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"pg": "^8.19.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"sanitize-html": "^2.17.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}