-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "charlotte",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev .vercel/output/static",
"deploy": "npm run pages:build && wrangler pages deploy .vercel/output/static"
},
"dependencies": {
"@axiomhq/js": "^1.0.0-rc.2",
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.9",
"@cloudflare/ai": "^1.0.53",
"ai": "^3.0.2",
"clsx": "^2.1.0",
"next": "14.1.1",
"next-axiom": "github:imlunahey/next-axiom#feat/middleware",
"openai": "^4.28.4",
"openmeteo": "^1.1.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-scroll-to-bottom": "^4.2.0",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.2.1",
"uploadthing": "^6.5.1-canary.1bafd62",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.9.0",
"@cloudflare/workers-types": "^4.20240222.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll-to-bottom": "^4.2.4",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.18",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"eslint-plugin-next-on-pages": "^1.9.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vercel": "^33.5.3",
"wrangler": "^3.30.1"
}
}