-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
210 lines (210 loc) · 6.59 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "govrn-monorepo",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"clean": "rm -rf node_modules dist",
"check-prettier": "prettier --check .",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"protocol": "nx serve protocol-api",
"reset": "ps aux | grep node | grep govrn-monorepo | awk '{print $2}' | xargs kill -9"
},
"lint-staged": {
"**/*.{js, ts, tsx, md, graphql}": [
"eslint --fix",
"prettier --write"
]
},
"dependencies": {
"@alexkeating/nx-foundry": "^0.0.2",
"@alexkeating/nx-skynet": "0.0.7",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
"@fontsource/inter": "^4.5.10",
"@graphprotocol/graph-ts": "^0.27.0",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typed-document-node": "^2.2.8",
"@graphql-codegen/typescript-graphql-request": "^4.4.5",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-urql": "^3.5.7",
"@guildxyz/sdk": "^1.1.1",
"@hookform/resolvers": "^2.8.8",
"@linear/sdk": "^1.22.0",
"@material-ui/core": "^4.12.3",
"@mui/lab": "^5.0.0-alpha.71",
"@mui/material": "^5.4.4",
"@mui/x-date-pickers": "^5.0.6",
"@nivo/bar": "^0.80.0",
"@nivo/calendar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@nx-tools/docker-metadata": "^2.2.1",
"@nx-tools/nx-docker": "^2.3.0",
"@prisma/client": "^4.7.1",
"@qualifyze/airtable": "^2.0.1",
"@rainbow-me/rainbowkit": "^0.4.7",
"@rollup/plugin-strip": "^2.1.0",
"@rsksmart/mock-web3-provider": "^1.0.2-beta1",
"@stablelib/random": "^1.0.1",
"@storybook/core-server": "6.5.12",
"@supercharge/promise-pool": "^2.3.2",
"@tanstack/react-query": "^4.3.9",
"@tanstack/react-query-devtools": "^4.24.4",
"@tanstack/react-table": "^8.7.0",
"@types/express-session": "^1.17.4",
"@types/graphql-fields": "^1.3.4",
"@types/react-datepicker": "^4.4.1",
"@urql/core": "^2.4.4",
"@walletconnect/ethereum-provider": "^1.7.8",
"@walletconnect/web3-provider": "^1.7.8",
"add": "^2.0.6",
"airtable": "^0.11.2",
"apg-js": "^4.1.2",
"axios": "^0.26.0",
"buffer": "^6.0.3",
"class-validator": "^0.13.2",
"cookie-session": "^2.0.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"dayjs": "^1.10.8",
"ethers": "^5.6.9",
"express": "4.18.1",
"express-graphql": "^0.12.0",
"express-session": "^1.17.3",
"framer-motion": "^6",
"graphql": "^15.3.0",
"graphql-fields": "^2.0.3",
"graphql-middleware": "^6.1.29",
"graphql-request": "^4.2.0",
"graphql-scalars": "^1.17.0",
"graphql-shield": "^7.5.0",
"graphql-tag": "^2.12.6",
"ipfs-http-client": "56.0.0",
"lodash": "^4.17.21",
"nats": "^2.10.2",
"notistack": "^1.0.10",
"nx": "14.7.13",
"pg": "^8.8.0",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-is": "18.0.0",
"react-rewards": "^2.0.4",
"react-router-dom": "6.4.1",
"react-select": "^5.3.2",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"siwe": "2.0.3",
"tslib": "^2.0.0",
"twitter-api-sdk": "^1.0.6",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "0.23.1",
"valid-url": "^1.0.9",
"vite-plugin-externals": "^0.5.0",
"vite-tsconfig-paths": "^3.4.1",
"wagmi": "^0.6.2",
"winston": "^3.8.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@chakra-ui/storybook-addon": "^4.0.4",
"@emotion/babel-plugin": "11.10.0",
"@graphql-codegen/near-operation-file-preset": "^2.2.12",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nrwl/cli": "14.7.13",
"@nrwl/cypress": "14.7.13",
"@nrwl/eslint-plugin-nx": "14.7.13",
"@nrwl/express": "14.7.13",
"@nrwl/jest": "14.7.13",
"@nrwl/linter": "14.7.13",
"@nrwl/node": "14.7.13",
"@nrwl/react": "14.7.13",
"@nrwl/storybook": "14.7.13",
"@nrwl/web": "14.7.13",
"@nrwl/workspace": "14.7.13",
"@nx-tools/nx-prisma": "^4.0.2",
"@nxext/react": "14.0.4",
"@nxext/vite": "^14.0.3",
"@nxlv/python": "^15.7.0",
"@openzeppelin/hardhat-upgrades": "^1.18.1",
"@storybook/addon-essentials": "6.5.12",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"@storybook/react": "6.5.12",
"@svgr/webpack": "^5.4.0",
"@testing-library/react": "13.4.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/express": "4.17.13",
"@types/jest": "28.1.8",
"@types/node": "18.7.18",
"@types/pluralize": "^0.0.29",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@vitejs/plugin-react": "^1.3.0",
"babel-jest": "28.1.3",
"babel-loader": "8.1.0",
"buffer-es6": "^4.9.3",
"child_process": "^1.0.2",
"crypto-browserify": "^3.12.0",
"cypress": "^10.7.0",
"electron": "^19.0.5",
"electron-fetch": "^1.7.4",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"ethereum-waffle": "^3.4.4",
"get-graphql-schema": "^2.1.2",
"hardhat": "^2.9.7",
"hardhat-preprocessor": "^0.1.4",
"http-browserify": "^1.7.0",
"husky": "^8.0.2",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.0.3",
"lint-staged": "^13.0.3",
"nx": "14.7.13",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"prettier": "2.7.1",
"prisma": "^4.7.0",
"process-es6": "^0.11.6",
"react-test-renderer": "17.0.2",
"readable-stream": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.9.0",
"solhint": "^3.3.7",
"stream-browserify": "^3.0.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typechain": "^8.0.0",
"typescript": "4.7.4",
"url-loader": "^3.0.0",
"url-polyfill": "^1.1.12",
"vite": "^2.9.9",
"vite-plugin-eslint": "1.3.0"
},
"volta": {
"node": "16.19.0",
"yarn": "1.22.19"
}
}