advdoors/apps/web/package.json
Снесарев Максим a240d523e1 init
2026-04-01 22:34:50 +03:00

40 lines
952 B
JSON

{
"name": "@advdoors/web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"generate:types": "payload generate:types"
},
"dependencies": {
"@advdoors/shared": "workspace:*",
"@payloadcms/db-postgres": "^3",
"@payloadcms/next": "^3",
"@payloadcms/richtext-lexical": "^3",
"@payloadcms/storage-s3": "^3",
"graphql": "^16",
"next": "~15.4",
"payload": "^3",
"react": "^19",
"react-dom": "^19",
"sharp": "^0.33"
},
"devDependencies": {
"@advdoors/eslint-config": "workspace:*",
"@advdoors/tsconfig": "workspace:*",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"@tailwindcss/postcss": "^4",
"postcss": "^8",
"typescript": "^5",
"eslint": "^9"
}
}