forked from GouthamJM/pulse-pattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.26 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
{
"name": "nextjs-website-boiler-plate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@nouns/assets": "^0.5.0",
"@nouns/sdk": "^0.4.0",
"@privy-io/react-auth": "^1.43.2",
"@safe-global/auth-kit": "^1.2.0",
"@safe-global/protocol-kit": "^1.2.0",
"@sentry/react": "^7.64.0",
"@walletconnect/chat-client": "^0.8.2",
"@walletconnect/core": "2.10.1-665f0a23",
"@walletconnect/identity-keys": "^0.2.0",
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/notify-client": "0.13.1",
"@walletconnect/notify-message-decrypter": "^0.1.0",
"@walletconnect/sync-client": "^0.3.8",
"@web3auth/base": "^6.1.7",
"@web3auth/ethereum-provider": "^6.1.5",
"@web3auth/modal": "^6.1.7",
"@web3auth/no-modal": "^6.1.7",
"@web3auth/openlogin-adapter": "^6.1.7",
"@web3inbox/core": "^0.0.13",
"@web3inbox/widget-react": "^0.6.17",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"@web3modal/wagmi": "^3.0.0-beta.4",
"@xmtp/content-type-remote-attachment": "^1.1.4",
"@xmtp/xmtp-js": "^11.2.0",
"daisyui": "^3.9.3",
"dayjs": "^1.11.10",
"framer-motion": "^7.6.15",
"fs": "0.0.1-security",
"lodash": "^4.17.21",
"lru-cache": "^10.0.1",
"nanoid": "^5.0.2",
"next": "13.4.11",
"pino": "^8.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"viem": "^1.12.2",
"wagmi": "^1.4.3"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.18",
"postcss-import": "^15.1.0",
"prettier": "2.7.1",
"tailwindcss": "^3.2.1"
}
}