-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "fade",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.10",
"@google/generative-ai": "^0.21.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.17.4",
"dedent": "^1.5.3",
"lucide-react": "^0.471.0",
"next": "^16.0.10",
"next-themes": "^0.4.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^9.0.3",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"uuid4": "^2.0.3"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}