website/package.json
2025-08-09 09:33:07 +12:00

50 lines
1.2 KiB
JSON

{
"name": "ial-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"payload": "cross-env PAYLOAD_CONFIG_PATH=./payload.config.ts payload"
},
"type": "module",
"dependencies": {
"@heroicons/react": "^2.2.0",
"@payloadcms/db-postgres": "^3.35.1",
"@payloadcms/next": "^3.35.1",
"@payloadcms/richtext-lexical": "^3.35.1",
"cross-env": "^7.0.3",
"graphql": "^16.10.0",
"motion": "^12.7.4",
"next": "15.2.4",
"payload": "^3.35.1",
"pg": "^8.14.1",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.33.5",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.17.30",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"clsx": "^2.1.1",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"core-js",
"es5-ext",
"sharp"
]
}
}