Midday / apps /website /package.json
Jules
Final deployment with all fixes and verified content
c09f67c
{
"name": "@midday/website",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production next build --turbopack",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "TZ=UTC next dev --turbopack -p 3000",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.29",
"@ai-sdk/react": "^3.0.88",
"@midday/app-store": "workspace:*",
"@midday/ui": "workspace:*",
"@openpanel/nextjs": "^1.1.3",
"@openstatus/react": "^0.0.3",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.2",
"ai": "^6.0.86",
"hls.js": "^1.6.15",
"motion": "^12.34.0",
"next": "16.1.6",
"next-mdx-remote": "^6.0.0",
"nuqs": "^2.8.8",
"react": "catalog:",
"react-dom": "catalog:",
"remark-gfm": "^4.0.1",
"streamdown": "1.2.0",
"sugar-high": "^0.9.5"
},
"devDependencies": {
"@midday/tsconfig": "workspace:*",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14"
}
}