48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
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": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@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",
|
|
"motion": "^12.6.5",
|
|
"next": "15.2.4",
|
|
"payload": "^3.31.0",
|
|
"postcss": "^8.5.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.17",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"clsx": "^2.1.1",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "^4.0.17",
|
|
"typescript": "^5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"core-js",
|
|
"es5-ext",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|