-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1008 Bytes
/
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
{
"type": "module",
"name": "hackthenorth-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@convex-dev/auth": "^0.0.47",
"@mappedin/react-sdk": "^6.0.1-beta.2",
"@types/node-fetch": "^2.6.11",
"axios": "^1.7.7",
"cohere-ai": "^7.13.1",
"convex": "^1.16.0",
"convex-helpers": "^0.1.58",
"framer-motion": "^11.5.4",
"groq-sdk": "^0.7.0",
"jose": "^5.9.2",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next-auth": "^5.0.0-beta.20",
"node-fetch": "^3.3.2",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.11",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}