-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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": "wpokt-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ledgerhq/hw-transport": "^6.3.0",
"@ledgerhq/hw-transport-webhid": "^6.27.19",
"@ledgerhq/hw-transport-webusb": "^6.27.19",
"@pokt-foundation/pocketjs-signer": "^2.1.3",
"@pokt-network/pocket-js": "^0.9.2-rc",
"@rainbow-me/rainbowkit": "^1.0.6",
"axios": "^1.5.0",
"cors": "^2.8.5",
"ethers": "^6.6.7",
"fast-sha256": "^1.3.0",
"framer-motion": "^10.12.12",
"mongodb": "^5.4.0",
"next": "13.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.0",
"typedoc": "^0.22.7",
"typescript": "5.0.4",
"viem": "^1.2.14",
"wagmi": "^1.3.8"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"typescript": "5.0.4"
}
}