website/package.json

48 lines
1.2 KiB
JSON

{
"name": "ial-website-2",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"prestart": "cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/",
"start": "node .next/standalone/server.js",
"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",
"@types/d3": "^7.4.3",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"graphql": "^16.10.0",
"lenis": "^1.3.4",
"motion": "^12.15.0",
"next": "15.3.1",
"payload": "^3.35.1",
"pg": "8.11.3",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.5.3",
"typescript": "^5"
}
}