banatie-service/apps/landing/package.json

33 lines
797 B
JSON

{
"name": "@banatie/landing",
"version": "1.0.0",
"description": "Banatie Landing Page - Next.js landing page with image generation demo",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.9.2"
},
"devDependencies": {
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}