-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "wpokt-staking-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/manrope": "^4.5.0",
"@rainbow-me/rainbowkit": "^1.0.6",
"@types/node": "^18.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@walletconnect/jsonrpc-http-connection": "^1.0.7",
"@walletconnect/sign-client": "^2.9.2",
"@zeit/next-css": "^1.0.1",
"abitype": "^0.9.6",
"cross-fetch": "^4.0.0",
"css-loader": "^6.8.1",
"encoding": "^0.1.13",
"framer-motion": "^10.12.16",
"google": "link:next/fonts/google",
"next": "^13.2",
"node-fetch": "^2",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"style-loader": "^3.3.3",
"swr": "^2.2.0",
"url-loader": "^4.1.1",
"usehooks-ts": "^2.9.1",
"viem": "^1.4.2",
"wagmi": "^1.3.9"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"lokijs": "^1.5.12",
"node-fetch": "^2",
"typescript": "5.2.2"
}
}