-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 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
{
"name": "quicksheet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.14.3",
"@google-ai/generativelanguage": "^3.1.0",
"@google/genai": "^0.10.0",
"@google/generative-ai": "^0.24.0",
"@langchain/community": "^0.3.41",
"@langchain/core": "^0.3.46",
"@neondatabase/serverless": "^1.0.0",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-slot": "^1.1.2",
"@uploadthing/react": "^7.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"gemini-ai": "^2.2.1",
"lucide-react": "^0.487.0",
"motion": "^12.11.3",
"next": "15.2.4",
"pdf-parse": "^1.1.1",
"razorpay": "^2.9.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"stripe": "^18.1.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5",
"uploadthing": "^7.6.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.17.48",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"eslint-config-next": "^15.3.2",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-tailwindcss": "^1.17.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"typescript": "^5"
}
}