-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.81 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.81 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "nextjs",
"version": "0.1.0",
"pnpm": {
"overrides": {
"next": "15.4.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
}
},
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"heroku-postbuild": "npm run build",
"format": "prettier --write",
"format:check": "prettier --check",
"prepare": "husky",
"lint-staged": "lint-staged",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "npx drizzle-kit push",
"db:seed": "tsx scripts/seed.ts",
"db:studio": "drizzle-kit studio",
"db:import": "npx tsx scripts/import-data.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.45",
"@ai-sdk/openai": "^2.0.68",
"@clerk/nextjs": "^6.33.3",
"@clerk/themes": "^2.4.25",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@google/generative-ai": "^0.24.1",
"@lobehub/icons": "^2.43.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@next/third-parties": "15.4.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@supabase/supabase-js": "^2.83.0",
"@types/papaparse": "^5.5.0",
"ai": "^5.0.93",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"csv-parse": "^5.6.0",
"csv-parser": "^3.2.0",
"dotenv": "^16.6.1",
"drizzle-orm": "^0.44.6",
"framer-motion": "^11.18.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.25",
"lucide-react": "^0.460.0",
"motion": "^12.23.24",
"next": "15.4.10",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"papaparse": "^5.5.3",
"pg": "^8.16.3",
"postgres": "^3.4.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-markdown": "^9.1.0",
"react-spinners": "^0.14.1",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.6.6",
"react-tweet": "^3.2.2",
"recharts": "^2.15.4",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"styled-jsx": "^5.1.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.22.0",
"youtube-search-api": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20.19.21",
"@types/pg": "^8.15.6",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"drizzle-kit": "^0.31.5",
"eslint-config-next": "15.4.10",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"postcss": "^8.5.6",
"prettier": "3.5.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^3.4.18",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"overrides": {
"prismjs": "^1.30.0"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
}