-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
44
45
46
47
{
"name": "event-planning-assistant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsc && node --loader ts-node/esm server.ts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts5": "^5.9.13",
"@amcharts/amcharts5-fonts": "^5.0.1",
"@amcharts/amcharts5-geodata": "^5.1.4",
"@prisma/client": "^5.16.2",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"axios": "^1.6.8",
"cookies-next": "^4.2.1",
"ethers": "^5.7.2",
"langchain": "^0.2.9",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.1",
"sass": "^1.71.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prisma": "^5.16.2",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"type": "module"
}