website/package.json
2025-04-13 10:47:45 +12:00

41 lines
942 B
JSON

{
"name": "ial-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"payload": "cross-env PAYLOAD_CONFIG_PATH=./payload.config.ts payload"
},
"type": "module",
"dependencies": {
"@payloadcms/db-postgres": "^3.31.0",
"@payloadcms/next": "^3.31.0",
"@payloadcms/richtext-lexical": "^3.31.0",
"cross-env": "^7.0.3",
"graphql": "^16.10.0",
"next": "15.2.4",
"payload": "^3.31.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "^5"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}