-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "gigfreehire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@aave/core-v3": "^1.19.3",
"@chainlink/contracts-ccip": "^1.4.0",
"@google-ai/generativelanguage": "^2.6.0",
"@google/generative-ai": "^0.16.0",
"@prisma/client": "^5.19.1",
"@supabase/supabase-js": "^2.44.3",
"ethers": "^6.13.2",
"google-auth-library": "^9.11.0",
"next": "^14.2.5",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"thirdweb": "^5.40.0",
"web3": "^4.11.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"autoprefixer": "^10.4.19",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}