Files
chorus-services/modules/teaser/package.json
tony 9e1e1ccd6d Deploy logo scaling fixes to production
- Updated teaser website image to v1.0.1 with logo scaling fixes
- Incremented package.json version to 1.0.1
- Deployed to chorus-website stack on https://chorus.services
- Both replicas now running with improved responsive logo scaling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 20:37:53 +10:00

52 lines
1.4 KiB
JSON

{
"name": "chorus-teaser-website",
"version": "1.0.1",
"description": "Ultra-minimalist teaser website for CHORUS Services",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"type-check": "tsc --noEmit",
"docker:build": "docker build -t chorus-teaser .",
"docker:run": "docker run -p 3001:3000 chorus-teaser",
"docker:compose": "docker-compose up -d"
},
"dependencies": {
"@types/node": "^20.0.0",
"@types/nodemailer": "^6.4.0",
"@types/pg": "^8.15.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.179.0",
"autoprefixer": "^10.4.0",
"clsx": "^2.1.0",
"libphonenumber-js": "^1.10.0",
"next": "^15.0.0",
"nodemailer": "^6.9.0",
"pg": "^8.16.3",
"postcss": "^8.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.4.0",
"three": "^0.179.1",
"typescript": "^5.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"eslint": "^8.0.0",
"eslint-config-next": "^15.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "http://ironwood:3000/tony/chorus.services.git"
},
"author": "Anthony Lewis Rawlins <cto@deepblack.cloud>",
"license": "PROPRIETARY"
}