-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
153 lines (153 loc) · 4.95 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "thebadge-dapp",
"version": "0.0.1",
"private": true,
"scripts": {
"analyze": "ANALYZE=true yarn build",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "eslint --fix \"./**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install",
"prettier:fix": "prettier --write \"./**/*.{js,jsx,ts,tsx}\"",
"start": "next start",
"typechain": "typechain --target=ethers-v5 ./src/contracts/abis/**/*.json --out-dir ./types/generated/typechain/",
"subgraph-codegen": "graphql-codegen --config subgraph-config.js",
"types-gen": "yarn typechain && yarn subgraph-codegen",
"postinstall": "yarn typechain && yarn subgraph-codegen",
"bundle-analyzer": "ANALYZE=true yarn build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.133",
"@mui/material": "^5.11.3",
"@next/mdx": "^13.2.4",
"@tanstack/react-query": "^5.28.14",
"@thebadge/quill-to-pdf": "^1.0.7",
"@thebadge/ui-library": "^1.9.18",
"@toruslabs/openlogin-utils": "^6.0.0",
"@ts-react/form": "1.2.0",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@walletconnect/modal": "^2.6.2",
"@web3auth/default-evm-adapter": "^8.0.1",
"@web3auth/modal": "^8.0.1",
"@web3auth/wallet-connect-v2-adapter": "^8.0.1",
"@web3auth/web3auth-wagmi-connector": "^6.0.0",
"@web3modal/siwe": "^4.1.5",
"@web3modal/wagmi": "^4.1.5",
"add": "^2.0.6",
"axios": "^1.2.3",
"big-number-input": "^1.0.3",
"dataloader": "^2.2.2",
"dayjs": "^1.11.7",
"dom-to-image": "^2.6.0",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"lottie-web": "^5.10.2",
"modern-screenshot": "^4.4.34",
"next": "^13.4.9",
"next-export-i18n": "^2.1.0",
"nextjs-google-analytics": "^2.2.2",
"nullthrows": "^1.1.1",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-18-blockies": "^1.0.6",
"react-animate-height": "^3.2.2",
"react-countdown": "^2.3.5",
"react-countup": "^6.4.2",
"react-debounce-input": "^3.3.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-grid-layout": "^1.3.4",
"react-headroom": "^3.2.1",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.0",
"react-images-uploading": "^3.1.7",
"react-in-viewport": "^1.0.0-alpha.30",
"react-markdown": "^8.0.5",
"react-share": "^5.0.3",
"react-sticky-el": "^2.0.9",
"react-swipeable-views": "^0.14.0",
"remark-gfm": "^3.0.1",
"sanitize.css": "^13.0.0",
"swiper": "^9.0.5",
"swr": "^2.0.0",
"viem": "^2.9.8",
"wagmi": "^2.5.18",
"yarn": "^1.22.22",
"zod": "^3.20.6"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/introspection": "2.2.3",
"@graphql-codegen/typescript": "2.8.6",
"@graphql-codegen/typescript-graphql-request": "4.5.8",
"@graphql-codegen/typescript-operations": "2.5.11",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@next/bundle-analyzer": "^13.1.1",
"@typechain/ethers-v5": "^10.2.0",
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.14.191",
"@types/react": "^18.2.14",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.2.6",
"@types/react-grid-layout": "^1.3.2",
"@types/react-headroom": "^3.2.0",
"@types/react-sticky-el": "^1.0.3",
"@types/react-swipeable-views": "^0.13.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.5.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"eslint-plugin-unused-imports": "^2.0.0",
"graphql-codegen-plugin-typescript-swr": "0.8.3",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"typechain": "^8.1.1",
"typescript": "^5.0.4",
"typescript-graphql-request": "^4.4.6"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.16.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix",
"prettier --write",
"bash -c tsc"
]
},
"resolutions": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"ethers": "^5.7.2"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}