-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.93 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.93 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "rem",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"vercel-build": "next build",
"db:push": "npx drizzle-kit push",
"db:generate": "npx drizzle-kit generate"
},
"dependencies": {
"@daveyplate/better-auth-tanstack": "^1.3.4",
"@daveyplate/better-auth-ui": "^1.5.2",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.0.1",
"@langchain/community": "^0.3.48",
"@langchain/google-genai": "^0.2.14",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tooltip": "^1.2.4",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-query": "^5.74.9",
"@tanstack/react-query-devtools": "^5.74.11",
"@tavily/core": "^0.5.9",
"ai": "^4.3.19",
"arxiv-api": "^1.1.1",
"autoprefixer": "^10.4.21",
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"better-auth": "1.2.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.42.0",
"faiss-node": "^0.5.1",
"framer-motion": "^12.10.5",
"langchain": "^0.3.29",
"lucide-react": "^0.503.0",
"mermaid": "^10.9.0",
"motion": "^12.10.5",
"next": "15.3.1",
"next-mdx-remote": "^5.0.0",
"next-themes": "1.0.0-beta.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pg": "^8.15.6",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.1",
"react-pdf": "^9.2.1",
"react-resizable-panels": "^2.1.9",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwind-variants": "^1.0.0",
"tailwindcss-animate": "^1.0.7",
"xml2js": "^0.6.2",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@better-auth/cli": "^1.2.7",
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.14.1",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.11.14",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-pdf": "^6.2.0",
"@types/xml2js": "^0.4.14",
"dotenv": "^16.5.0",
"drizzle-kit": "^0.31.1",
"esbuild": "^0.25.2",
"eslint": "^9.26.0",
"eslint-config-next": "^15.3.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"tailwindcss": "^4.1.4",
"tailwindcss-safe-area": "^0.6.0",
"turbo": "^2.5.0",
"tw-animate-css": "^1.2.8",
"typescript": "^5.8.3"
},
"packageManager": "bun@1.2.5"
}