-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "wpokt-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.5",
"@ledgerhq/hw-transport": "^6.30.1",
"@ledgerhq/hw-transport-webhid": "^6.28.1",
"@ledgerhq/hw-transport-webusb": "^6.28.1",
"@pokt-foundation/pocketjs-signer": "^2.2.0-beta.0",
"@pokt-network/pocket-js": "^0.9.2-rc",
"@web3modal/ethereum": "2.7.1",
"@web3modal/react": "2.7.1",
"axios": "^1.6.2",
"fast-sha256": "^1.3.0",
"framer-motion": "^10.16.14",
"mongodb": "^6.3.0",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"swr": "^2.2.4",
"viem": "^1.19.11",
"wagmi": "^1.4.8"
},
"devDependencies": {
"@types/node": "20.10.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"concurrently": "^8.2.2",
"eslint": "8.55.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "5.3.2"
}
}