forked from HashFans/HashkeyFans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 1.74 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.74 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
61
62
63
64
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.744.0",
"@metamask/sdk": "^0.32.0",
"@prisma/client": "^6.3.1",
"@reown/appkit-adapter-wagmi": "^1.7.4",
"@reown/appkit-wallet-button": "^1.7.4",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.64.2",
"@upstash/redis": "^1.34.4",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/wagmi": "^5.1.11",
"crypto-js": "^4.2.0",
"ethers": "^6.13.5",
"framer-motion": "^12.4.1",
"html-to-image": "^1.11.11",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-intl": "^3.26.3",
"next-mdx-remote": "^5.0.0",
"nft.storage": "^7.2.0",
"pino-pretty": "^13.0.0",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.3.5",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.0",
"react-icons": "^5.3.0",
"react-toastify": "^11.0.3",
"viem": "^2.22.23",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.23",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}