-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sql-ai-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-sql": "^6.5.4",
"@lezer/highlight": "^1.1.6",
"@neondatabase/serverless": "^0.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.10.7",
"@uiw/codemirror-theme-github": "^4.21.20",
"@uiw/codemirror-themes": "^4.21.20",
"@uiw/react-codemirror": "^4.21.20",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.23.3",
"ai": "^2.2.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"jotai": "^2.4.3",
"monaco-editor": "^0.44.0",
"next": "13.5.5",
"next-themes": "^0.2.1",
"openai": "^4.12.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-hotkeys-hook": "^4.4.1",
"react-resizable-panels": "^0.0.55",
"react-use-clipboard": "^1.0.9",
"tailwind-merge": "^1.14.0",
"usehooks-ts": "^2.9.1",
"vaul": "^0.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}