-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
146 lines (146 loc) · 4.99 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
{
"name": "governance-portal-v2",
"license": "AGPL-3.0-only",
"version": "0.11.10",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"prepare": "husky install",
"dev": "next",
"dev:mock": "NEXT_PUBLIC_USE_MOCK_WALLET=true next",
"dev-https": "node server.js",
"build": "node ./scripts/fetchTags.mjs && yarn build-sdk && next build",
"start": "next start",
"export": "next export",
"test": "jest --config=jest.config.js --runInBand --watch",
"test:ci": "jest --runInBand --ci --coverage --detectOpenHandles --forceExit",
"prettier": "prettier --config .prettierrc --write pages/ modules/ lib/",
"lint": "eslint --ext .tsx,.ts pages/ modules/ lib/",
"gql-generate": "graphql-codegen --config codegen.yml",
"build-sdk": "eth-sdk --path modules/contracts && yarn contracts:compile:abi",
"contracts:compile:abi": "typechain --target ethers-v5 \"./modules/contracts/ethers/**/*.json\"",
"e2e": "playwright test --trace on",
"e2e:ui": "playwright test --ui"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@ensdomains/ens-avatar": "^0.1.6",
"@ethersproject/experimental": "^5.7.0",
"@makerdao-dux/gnosis-safe": "^8.0.6-beta.1",
"@makerdao/dai-ui-icons": "^0.0.39",
"@makerdao/dai-ui-icons-branding": "^0.0.39",
"@makerdao/i18n-helper": "^0.1.8",
"@metamask/post-message-stream": "^7.0.0",
"@metamask/providers": "^14.0.2",
"@octokit/core": "^4.0.5",
"@reach/dialog": "^0.16.2",
"@reach/listbox": "^0.18.0",
"@reach/menu-button": "^0.16.2",
"@reach/tabs": "^0.10.3",
"@reach/tooltip": "^0.16.2",
"@theme-ui/color": "^0.14.4",
"@theme-ui/css": "^0.12.0",
"@theme-ui/match-media": "^0.12.0",
"@vercel/analytics": "^0.1.11",
"@web3-react/coinbase-wallet": "^8.2.0",
"@web3-react/core": "^8.2.0",
"@web3-react/eip1193": "^8.2.0",
"@web3-react/metamask": "^8.2.0",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/walletconnect-v2": "^8.3.5",
"babel-plugin-superjson-next": "^0.3.0",
"color": "^4.2.3",
"d3-hierarchy": "^3.0.1",
"d3-selection": "^3.0.0",
"date-fns": "^2.24.0",
"date-fns-tz": "^1.1.6",
"defender-relay-client": "^1.23.0",
"ethers": "^5.7.0",
"graphql-request": "^4.0.0",
"gray-matter": "^4.0.2",
"ioredis": "^5.0.6",
"ipfs-only-hash": "^4.0.0",
"lodash": "^4.17.21",
"lottie-web": "^5.7.1",
"mersenne-twister": "^1.1.0",
"mongodb": "^3.6.2",
"next": "^14.2.10",
"next-swagger-doc": "^0.1.10",
"nextjs-progressbar": "^0.0.13",
"react": "^18.3.1",
"react-device-detect": "^2.2.2",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.1.0",
"react-loading-skeleton": "^2.0.1",
"react-qr-svg": "^2.2.2",
"react-sticky": "^6.0.3",
"react-toastify": "^8.1.1",
"recharts": "2.9.0",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"superjson": "^1.8.1",
"swagger-ui-react": "^4.11.0",
"swr": "^1.0.1",
"theme-ui": "^0.12.0",
"tiny-invariant": "^1.1.0",
"unified": "^10.1.2",
"uuid": "^8.3.0",
"valid-url": "^1.0.9",
"zustand": "^2.2.3"
},
"devDependencies": {
"@dethcrypto/eth-sdk": "^0.3.3",
"@dethcrypto/eth-sdk-client": "^0.1.6",
"@graphql-codegen/cli": "^2.16.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@graphql-codegen/typescript-react-apollo": "^3.2.8",
"@graphql-codegen/urql-introspection": "^2.1.1",
"@playwright/test": "^1.43.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/testing-library__jest-dom": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"babel-plugin-istanbul": "^6.1.1",
"bignumber.js": "^9.0.1",
"dotenv": "^8.2.0",
"eslint": "^8.38.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-testing-library": "^5.10.2",
"glob": "^8.0.3",
"graphql": "^16.8.1",
"husky": "^6.0.0",
"istanbul-lib-coverage": "^3.2.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.0.2",
"node-fetch": "^3.2.4",
"node-mocks-http": "^1.11.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"start-server-and-test": "^1.14.0",
"ts-node": "^10.4.0",
"typechain": "^8.1.0",
"typescript": "^4.9.5",
"wait-for-expect": "^3.0.2"
}
}