-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
190 lines (190 loc) · 6.6 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
{
"name": "mstable-apps",
"version": "0.0.0",
"description": "mStable Apps",
"license": "LGPL-3.0-or-later",
"author": "Stability Labs Pty. Ltd. <[email protected]>",
"homepage": "./",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"codegen:graphql": "yarn run graphql-codegen --config ./libs/artifacts/codegen.yml",
"codegen:typechain:prepare": "cp ./node_modules/@mstable/protocol/abis/*.json ./libs/artifacts/src/abi/external && cp ./node_modules/@mstable/merkle-drop/build/contracts/MerkleDrop.sol/MerkleDrop.json ./libs/artifacts/src/abi/external/MerkleDrop.json",
"codegen:typechain:generate": "yarn typechain --target ethers-v5 --out-dir ./libs/artifacts/src/typechain './libs/artifacts/src/abi/**/*.json'",
"codegen:typechain": "yarn codegen:typechain:prepare && yarn codegen:typechain:generate",
"commit": "commit",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/prompt-cli": "^14.1.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/logger": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@gnosis.pm/safe-apps-wagmi": "^1.0.1",
"@jameslefrere/react-apollo-network-status": "^5.1.0",
"@mstable/delegatee-lists": "^0.1.0-alpha2",
"@mstable/merkle-drop": "2.0.0",
"@mstable/protocol": "^2.4.2",
"@rainbow-me/rainbowkit": "^0.4.2",
"@types/date-fns": "^2.6.0",
"@types/jest": "^27.0.3",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.groupby": "^4.6.6",
"@types/lossless-json": "^1.0.0",
"@types/node": "^16.3.0",
"@types/numeral": "^0.0.28",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-is": "17.0.0",
"@types/react-router-dom": "^5.1.8",
"@types/react-slider": "^1.3.1",
"@types/react-transition-group": "^4.4.2",
"@types/react-typist": "^2.0.2",
"@types/recharts": "^1.8.16",
"@types/styled-components": ">5.0.0",
"apollo-boost": "^0.4.9",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-timeout": "^4.0.0",
"apollo-utilities": "^1.3.4",
"apollo3-cache-persist": "^0.14.0",
"babel-plugin-transform-typescript": "^7.0.0-alpha.19",
"bignumber.js": "^9.0.1",
"core-js": "^3.15.2",
"date-fns": "^2.25.0",
"document-register-element": "^1.14.10",
"ethers": "^5.6.8",
"firebase": "^9.10.0",
"jazzicon": "^1.5.0",
"merkletreejs": "^0.2.24",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-apollo-network-status": "^5.1.0",
"react-countdown": "^2.3.2",
"react-countup": "^4.3.3",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.0",
"react-is": "^17.0.2",
"react-loading-skeleton": "^2.2.0",
"react-modal-hook": "^3.0.0",
"react-router-dom": "^5.2.0",
"react-slider": "^1.3.1",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"react-typist": "^2.0.5",
"react-use": "^17.2.4",
"recharts": "1.8.5",
"regenerator-runtime": "0.13.7",
"styled-components": ">5.0.0",
"styled-reset": "^4.3.4",
"ts-pipe-compose": "^0.2.1",
"tslib": "^2.3.0",
"use-clipboard-copy": "^0.2.0",
"use-onclickoutside": "^0.4.0",
"use-sound": "^4.0.1",
"util": "^0.12.4",
"wagmi": "^0.5.9"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.14.5",
"@graphql-codegen/cli": "^2.0.1",
"@graphql-codegen/fragment-matcher": "^3.0.0",
"@graphql-codegen/import-types-preset": "^2.0.0",
"@graphql-codegen/schema-ast": "^2.0.0",
"@graphql-codegen/typescript": "^2.0.0",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.1.6",
"@graphql-codegen/typescript-operations": "^2.1.8",
"@graphql-codegen/typescript-react-apollo": "^3.1.6",
"@nrwl/cli": "12.9.0",
"@nrwl/eslint-plugin-nx": "12.9.0",
"@nrwl/jest": "12.9.0",
"@nrwl/linter": "12.9.0",
"@nrwl/node": "12.9.0",
"@nrwl/nx-cloud": "12.3.12",
"@nrwl/react": "12.9.0",
"@nrwl/tao": "12.9.0",
"@nrwl/web": "12.9.0",
"@nrwl/workspace": "12.9.0",
"@nxtend/firebase": "^12.1.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^13.1.9",
"@typechain/ethers-v5": "7.0.1",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"babel-jest": "26.2.2",
"babel-plugin-styled-components": "1.10.7",
"cz-conventional-changelog": "3.3.0",
"dotenv": "10.0.0",
"env-cmd": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.2.0",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"husky": "^8.0.1",
"jest": "27.0.3",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^12.4.1",
"prettier": "^2.3.1",
"react-app-rewired": "^2.1.8",
"react-scripts": "^4.0.3",
"react-test-renderer": "^17.0.2",
"ts-essentials": "^8.0.0",
"ts-jest": "^27.0.3",
"ts-node": "~9.1.1",
"typechain": "^5.1.1",
"typescript": "4.3.5",
"url-loader": "^3.0.0",
"web-vitals": "^2.1.0"
},
"browser": {
"fs": false,
"http": false,
"https": false,
"os": false,
"stream": false,
"crypto": false
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mdx}": "eslint --cache --fix"
}
}