-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "node-sale-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iframe-resizer/react": "^5.2.4",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.52.0",
"@web3auth/base": "^8.12.4",
"@web3auth/ethereum-provider": "^8.12.4",
"@web3auth/modal": "^8.12.4",
"@web3auth/no-modal": "^8.12.4",
"@web3auth/openlogin-adapter": "^8.12.4",
"@web3auth/wallet-services-plugin": "^8.12.4",
"@web3auth/web3auth-wagmi-connector": "^6.0.0",
"axios": "^1.7.4",
"framer-motion": "^11.3.29",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-qr-code": "^2.0.15",
"react-redux": "^9.1.2",
"react-yandex-metrika": "^2.6.0",
"usehooks-ts": "^3.1.0",
"viem": "^2.19.9",
"wagmi": "^2.12.7"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}