38 lines
870 B
JSON
38 lines
870 B
JSON
{
|
|
"name": "hooklab",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"payload": "payload"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-postgres": "^3.78.0",
|
|
"@payloadcms/next": "^3.78.0",
|
|
"@payloadcms/richtext-lexical": "^3.78.0",
|
|
"clsx": "^2.1.1",
|
|
"next": "15.3.9",
|
|
"payload": "^3.78.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"resend": "^6.9.1",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20.19.33",
|
|
"@types/react": "^18.3.28",
|
|
"@types/react-dom": "^18.3.7",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "^15.5.12",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|