website/package.json
2025-04-20 09:20:35 +12:00

36 lines
836 B
JSON

{
"name": "ial-website-2",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@payloadcms/db-postgres": "^3.35.1",
"@payloadcms/next": "^3.35.1",
"@payloadcms/richtext-lexical": "^3.35.1",
"@tailwindcss/postcss": "^4.1.4",
"graphql": "^16.10.0",
"next": "15.3.1",
"payload": "^3.35.1",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.1",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"typescript": "^5"
}
}