-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.34 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": "wonkypedia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"debug": "NODE_OPTIONS='--inspect' next dev"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.9.0",
"@next/third-parties": "^14.1.4",
"@types/better-sqlite3": "^7.6.9",
"@types/fs-extra": "^11.0.4",
"@types/throttle-debounce": "^5.0.2",
"@vercel/blob": "^0.23.2",
"@vercel/kv": "^1.0.1",
"@vercel/postgres": "^0.8.0",
"app-root-path": "^3.1.0",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.8",
"fs-extra": "^11.2.0",
"groq-sdk": "^0.3.2",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.16",
"openai": "^4.33.0",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
"sharp": "^0.33.3",
"strip-markdown": "^6.0.0",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "^14.2.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5"
}
}