-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.73 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
{
"name": "world-republic",
"version": "0.1.0",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check",
"lint:fix": "biome check --write",
"format": "biome format --write"
},
"dependencies": {
"@auth/neon-adapter": "^1.11.1",
"@formatjs/intl-localematcher": "^0.6.2",
"@neondatabase/serverless": "^1.0.2",
"@selfxyz/core": "^1.1.0-beta.7",
"@selfxyz/qrcode": "^1.0.17",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"@worldcoin/mini-apps-ui-kit-react": "^1.3.2",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.7",
"negotiator": "^1.0.0",
"next": "^16.0.7",
"next-auth": "^5.0.0-beta.30",
"postgres": "^3.4.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"react-swipeable": "^7.0.2",
"server-only": "^0.0.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"@tailwindcss/postcss": "^4.1.17",
"@types/negotiator": "^0.6.4",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.7",
"knip": "^5.70.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}