-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
153 lines (153 loc) · 4.75 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": "bao-ui",
"version": "2.0.4",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true yarn build && serve .next -n",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "npx next build && npm run export",
"winBuild": "cross-env ANALYZE=true next build",
"start": "npx next start",
"export": "npx next export",
"lint": "npx next lint --fix",
"prettier": "npx prettier --write 'src/**/*.{ts,tsx}'",
"unused": "npx next-unused",
"typechain": "npx typechain --glob 'src/bao/lib/abi/*.json' --target ethers-v5 --out-dir src/typechain --discriminate-types --always-generate-overloads"
},
"eslintConfig": {
"extends": "next"
},
"browserslist": {
"production": [
">0.3%",
"not dead",
"not op_mini all",
"not IE > 0",
"not samsung 4",
"not and_uc 12.12"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 2 Edge major versions ",
"last 2 iOS major versions ",
"not iOS 12.5"
]
},
"devDependencies": {
"@dethcrypto/eth-sdk": "^0.3.3",
"@dethcrypto/eth-sdk-client": "^0.1.6",
"@next/bundle-analyzer": "^12.2.4",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
},
"next-unused": {
"debug": true,
"include": [
"src"
],
"exclude": [],
"entrypoints": [
"src/pages"
]
},
"nextBundleAnalysis": {
"budget": 3584000,
"budgetPercentIncreaseRed": 40,
"showDetails": true
},
"dependencies": {
"@apollo/client": "^3.4.1",
"@enzoferey/ethers-error-parser": "^0.2.3",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@gnosis.pm/safe-apps-web3-react": "^1.5.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@material-tailwind/react": "^1.2.3",
"@material-ui/pickers": "^3.3.10",
"@metamask/providers": "^10.2.1",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.11.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/bignumber.js": "^5.0.0",
"@types/d3-array": "^3.0.3",
"@types/jest": "^27.5.1",
"@types/lodash": "^4.14.182",
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.2.0",
"@unstoppabledomains/resolution": "^8.3.3",
"@visx/curve": "^2.1.0",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.1.0",
"@visx/shape": "^2.10.0",
"@visx/visx": "^2.10.0",
"@walletconnect/ethereum-provider": "^2.9.0",
"@walletconnect/modal": "^2.5.9",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/walletlink-connector": "^6.2.13",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.8",
"bignumber.js": "^9.0.1",
"chalk": "^5.1.2",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"d3-array": "^3.0.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"eth-ui": "^1.0.1",
"ethereum-multicall": "^2.15.0",
"ethers": "^5",
"framer-motion": "^7.2.1",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"heroicons": "^2.0.10",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"merkletreejs": "^0.3.0",
"next": "^12.2.5",
"next-seo": "^5.5.0",
"next-unused": "^0.0.6",
"polished": "^4.1.3",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rc-slider": "^10.1.0",
"react": "^18.1.0",
"react-circular-progressbar": "^2.0.4",
"react-datepicker": "^4.8.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-latex-next": "^2.2.0",
"react-notifications-component": "^4.0.1",
"react-responsive": "^9.0.0-beta.10",
"react-scripts": "4.0.3",
"react-spinners": "^0.13.4",
"react-spring": "^9.2.4",
"tailwindcss": "^3.3.1",
"tailwindcss-text-fill-stroke": "^2.0.0-beta.1",
"typechain": "^8.1.1",
"typescript": "4.7.4"
}
}