File size: 1,070 Bytes
c09f67c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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"
  }
}