-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
232 lines (232 loc) · 7.98 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "colony-dapp",
"private": true,
"engines": {
"node": "14.18",
"npm": "8.1.4"
},
"version": "4.6.2",
"description": "",
"main": "index.js",
"scripts": {
"contracts:deploy": "scripts/deploy_contracts.js",
"cy:run": "cypress run",
"cy:open": "cypress open",
"dev": "scripts/start_all.js --foreground --skip-graph-node --skip-subgraph",
"dev:heavy": "scripts/start_all.js --foreground",
"ganache": "scripts/start_ganache.js",
"graphql:generate": "graphql-codegen --config codegen.yml",
"lint": "eslint --fix 'src/**/*.{ts,tsx}'",
"lint:ci": "eslint 'src/**/*.{ts,tsx}'",
"provision": "scripts/provision_submodules.sh",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"styleguide:deploy": "gh-pages -d styleguide -r [email protected]:JoinColony/colonyUI.git",
"stylelint": "stylelint --fix \"src/modules/**/*.css\" \"src/styles/**/*.css\"",
"stylelint:ci": "stylelint \"src/modules/**/*.css\" \"src/styles/**/*.css\"",
"test": "jest --config=jest.conf.json",
"test:ci": "jest -w 1 --ci --verbose=true --config=jest.conf.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"typecheck:watch": "tsc -p tsconfig.json --noEmit --watch",
"webpack": "webpack-dev-server --config webpack.dev.js --port 9090",
"webpack:build": "webpack-cli --config webpack.dev.js",
"webpack:build:prod": "NODE_OPTIONS=\"--max-old-space-size=4096\" NODE_ENV=production webpack-cli --config webpack.prod.js",
"wssproxy": "scripts/start_wss_proxy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoinColony/colonyDapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoinColony/colonyDapp/issues"
},
"homepage": "https://github.com/JoinColony/colonyDapp#readme",
"devDependencies": {
"@adobe/node-fetch-retry": "^1.1.0",
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@colony/eslint-config-colony": "^8.0.0",
"@graphql-codegen/cli": "^1.17.8",
"@graphql-codegen/fragment-matcher": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.8",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.6",
"@jackfranklin/test-data-bot": "^1.4.0",
"@svgr/webpack": "^5.4.0",
"@testing-library/cypress": "^8.0.2",
"@types/cleave.js": "^1.4.1",
"@types/enzyme": "^3.10.3",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.150",
"@types/nanoid": "^2.0.0",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.21",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.7",
"@types/react-modal": "^3.5.1",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/recompose": "^0.30.0",
"@types/reselect": "^2.2.0",
"@types/yup": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"caniuse-lite": "^1.0.30001048",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^1.0.0",
"cypress": "^9.5.2",
"dotenv-webpack": "^1.5.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.3.4",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jsdoc": "^30.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"file-loader": "^6.0.0",
"ganache-cli": "^6.12.0",
"ganache-core": "^2.13.0",
"graphql": "^15.0.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.0.0",
"jest": "^26.0.0",
"jest-enzyme": "^7.0.2",
"jest-sandbox": "^1.1.2",
"js-yaml": "^3.14.1",
"lint-staged": "^10.2.1",
"minimist": "^1.2.6",
"postcss": "^7.0.36",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.0.10",
"prettier": "^2.0.5",
"react-docgen": "^5.3.0",
"react-styleguidist": "^11.0.5",
"react-test-renderer": "^16.1.1",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"sudo-prompt": "^9.2.1",
"svg-sprite-loader": "^4.2.7",
"svgo": "^1.3.2",
"svgo-loader": "^2.1.0",
"terser-webpack-plugin": "^2.3.6",
"tree-kill": "^1.2.1",
"ts-jest": "^26.0.0",
"ts-loader": "^7.0.2",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.8.0",
"typescript": "^3.8.3",
"typings-for-css-modules-loader": "^1.7.0",
"wait-on": "^4.0.2",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"yarn": "^1.22.4"
},
"dependencies": {
"@apollo/client": "^3.0.2",
"@colony/colony-event-metadata-parser": "^1.1.5",
"@colony/colony-js": "^4.2.2-rc.3",
"@colony/redux-promise-listener": "^1.2.0",
"@colony/unicode-confusables-noascii": "^0.1.2",
"@formatjs/intl": "^2.5.1",
"@formatjs/intl-pluralrules": "^1.5.7",
"@formatjs/intl-relativetimeformat": "^4.5.14",
"@formatjs/intl-unified-numberformat": "^3.3.5",
"@popperjs/core": "^2.3.3",
"@purser/core": "^3.0.0",
"@purser/metamask": "^3.2.0",
"@purser/signer-ethers": "^1.0.3",
"@purser/software": "^2.0.0",
"@tiptap/extension-character-count": "^2.0.0-beta.31",
"@tiptap/extension-color": "^2.0.0-beta.12",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-text-style": "^2.0.0-beta.26",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@types/papaparse": "^5.2.6",
"@types/react-responsive": "^8.0.5",
"bn.js": "^5.1.1",
"camelcase": "^6.0.0",
"classnames": "^2.2.6",
"cleave.js": "^1.5.10",
"copy-to-clipboard": "^3.0.8",
"decimal.js": "^10.2.1",
"draft-js": "^0.11.4",
"eslint-plugin-eslint-comments": "^3.1.2",
"eth-ens-namehash-ms": "^2.2.0",
"ethereumjs-tx": "^2.1.2",
"ethers": "^4.0.47",
"format-number": "^3.0.0",
"formik": "2.2.1",
"graphql-tag": "^2.10.1",
"html-react-parser": "^3.0.4",
"immutable": "^4.0.0-rc.12",
"ipfs": "^0.43.1",
"jwt-decode": "^2.2.0",
"linkify-it": "^3.0.0",
"localforage": "^1.7.3",
"lodash": "^4.17.21",
"move-decimal-point": "^0.0.4",
"nanoid": "^3.1.31",
"numbro": "^2.3.6",
"p-event": "^4.1.0",
"papaparse": "^5.3.1",
"prop-types": "^15.6.2",
"punycode": "^2.1.1",
"qrcode": "^1.4.4",
"query-string": "^6.11.1",
"rc-slider": "^9.7.1",
"react": "^16.12.0",
"react-beautiful-dnd": "^13.0.0",
"react-day-picker": "^7.4.8",
"react-dom": "^16.12.0",
"react-dropzone": "^11.0.1",
"react-hot-loader": "^4.12.21",
"react-intl": "^4.5.1",
"react-modal": "^3.5.1",
"react-popper": "^2.0.0",
"react-popper-tooltip": "^4.3.1",
"react-redux": "^7.2.0",
"react-redux-promise-listener": "^1.0.0",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^5.1.2",
"react-tabs": "^3.1.0",
"react-textarea-autosize": "^8.3.3",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-react-hook": "^4.0.1",
"redux-saga": "^1.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"reselect": "^4.0.0",
"scroll-into-view-if-needed": "^2.2.16",
"subscriptions-transport-ws": "^0.9.18",
"user-agent-data-types": "^0.3.0",
"userflow.js": "^2.2.0",
"utility-types": "^3.7.0",
"web3": "^1.8.1",
"web3-utils": "^1.3.5",
"yup": "^0.29.0"
}
}