-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "sentinelstack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@better-auth/core": "^1.6.11",
"@better-auth/passkey": "^1.6.11",
"@google/genai": "^1.0.0",
"@rainbow-me/rainbowkit": "^2.2.11",
"@react-three/fiber": "^8.17.10",
"@tanstack/react-query": "^5.101.0",
"@types/qrcode": "^1.5.6",
"@worldcoin/idkit": "^1.3.0",
"better-auth": "^1.6.11",
"better-call": "^1.3.5",
"date-fns": "^4.4.0",
"ethers": "^6.16.0",
"gsap": "^3.15.0",
"lucide-react": "^0.468.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.0",
"next": "^14.2.18",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-globe.gl": "^2.31.2",
"resend": "^6.12.3",
"three": "^0.171.0",
"ua-parser-js": "^2.0.0",
"viem": "^2.53.1",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@openzeppelin/contracts": "^5.6.1",
"@playwright/test": "^1.60.0",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"dotenv": "^17.4.2",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"hardhat": "^2.28.6",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}