-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "thegarden",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.38.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tremor/react": "^3.12.1",
"ai": "^2.2.30",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"formidable": "^3.5.1",
"imagekit": "^4.1.4",
"mini-svg-data-uri": "^1.4.4",
"next": "14.0.3",
"openai": "^4.24.1",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-github-contribution-calendar": "^2.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"short-unique-id": "^5.0.3",
"sonner": "^1.3.1",
"svg-loaders-react": "^2.2.1",
"vector-storage": "^1.0.55"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}