-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.11 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "syntra",
"version": "0.2.1",
"author": {
"name": "Leo Sagan",
"url": "https://x.com/ethsagan",
"email": "[email protected]"
},
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"build": "next build"
},
"dependencies": {
"@lighthouse-web3/sdk": "^0.3.7",
"@privy-io/react-auth": "^1.76.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@snapshot-labs/snapshot.js": "^0.12.20",
"@types/mime-types": "^2.1.4",
"@web3-storage/w3up-client": "^16.5.2",
"@worldcoin/idkit": "^1.3.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethereum-blockies": "^0.1.1",
"firebase": "^10.14.1",
"firebase-admin": "^12.5.0",
"form-data": "^4.0.1",
"formidable": "^3.5.2",
"framer-motion": "^11.3.31",
"install": "^0.13.0",
"js-sha256": "^0.11.0",
"lucide-react": "^0.414.0",
"marked": "^14.0.0",
"mdx-float": "^0.0.1-development",
"mime-types": "^2.1.35",
"mixpanel": "^0.18.0",
"mixpanel-browser": "^2.55.1",
"next": "14.2.5",
"next-themes": "^0.3.0",
"npm": "^10.8.3",
"pinata-web3": "^0.5.2",
"react": "^18",
"react-dom": "^18",
"siwe": "^2.3.2",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.17.9",
"web3.storage": "^4.5.5",
"ws": "^8.18.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/ethereum-blockies": "^0.1.2",
"@types/formidable": "^3.4.5",
"@types/mixpanel-browser": "^2.50.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.12",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}