forked from DimensionDev/Maskbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
250 lines (250 loc) · 9.42 KB
/
package.json
File metadata and controls
250 lines (250 loc) · 9.42 KB
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
"name": "maskbook",
"version": "1.21.2",
"private": true,
"license": "AGPL-3.0-or-later",
"workspaces": [
"packages/maskbook"
],
"scripts": {
"build": "webpack --mode production",
"build-ci": "node --max_old_space_size=4096 -r ts-node/register/transpile-only scripts/ci-build.ts",
"build-storybook": "build-storybook -s public --quiet",
"build:base": "webpack --mode production",
"build:chromium-beta": "webpack --mode production --env chromium --env beta",
"build:chromium": "webpack --mode production --env chromium",
"build:e2e": "webpack --mode production --env e2e",
"build:firefox": "webpack --mode production --env firefox --env reproducible-build",
"build:gecko": "webpack --mode production --env firefox-gecko",
"build:ios": "run-s build:ios:webpack build:ios:ext:prebuilt",
"build:ios:ext:prebuilt": "ts-node scripts/webextensiom-shim-prebuilt.ts",
"build:ios:webpack": "webpack --mode production --env wk-webview",
"compile:contracts": "./scripts/contracts.sh",
"lint": "eslint packages/maskbook/src/ --ext .ts,.tsx --fix",
"lint:report": "eslint packages/maskbook/src/ --ext .ts,.tsx --format junit -o reports/junit/eslint-results.xml",
"lint:typecoverage": "type-coverage --strict --ignore-catch --ignore-files packages/maskbook/src/plugins/Wallet/contracts/** --ignore-files **/__tests__/** --ignore-files **\\__tests__\\** --detail --at-least 98",
"locale-kit": "ts-node scripts/locale-kit.ts",
"profile:build": "npm run build -- --env profile",
"profile:start": "npm run start -- --env profile",
"start": "webpack serve --mode development",
"start:android": "webpack serve --env firefox-android --mode development",
"start:chromium": "webpack serve --env chromium --mode development",
"start:e2e": "webpack serve --env e2e --mode development",
"start:firefox": "webpack serve --env firefox --mode development",
"start:gecko": "webpack serve --env firefox-gecko --mode development",
"start:ios": "webpack serve --env wk-webview --mode development",
"storybook": "start-storybook -p 9009 -s public --quiet",
"test": "jest --verbose --watch",
"test:ci": "jest --verbose --ci --collectCoverage=true --reporters=default --reporters=jest-junit -w 1 --forceExit",
"test:e2e": "jest --verbose --runInBand --config=jest-e2e.config.js",
"preinstall": "npx --yes only-allow npm"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run locale-kit -- --sync-key",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint --ext .ts,.tsx --fix"
]
},
"dependencies": {
"@dimensiondev/common-protocols": "1.6.0-20201027083702-d0ae6e2",
"@dimensiondev/holoflows-kit": "0.8.0-20201120014835-093748f",
"@dimensiondev/kit": "0.0.0-20201126061915-b58b8f0",
"@dimensiondev/matrix-js-sdk-type": "=1.0.0-20200731085604-dc2de92",
"@dimensiondev/stego-js": "=0.11.1-20201027083223-8ab41be",
"@emotion/cache": "^11",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/contracts": "^5.0.4",
"@ethersproject/networks": "^5.0.4",
"@ethersproject/providers": "^5.0.9",
"@ethersproject/solidity": "^5.0.4",
"@material-ui/core": "5.0.0-alpha.18",
"@material-ui/icons": "5.0.0-alpha.15",
"@material-ui/lab": "5.0.0-alpha.18",
"@material-ui/unstyled": "5.0.0-alpha.17",
"@msgpack/msgpack": "^2.3.0",
"@openzeppelin/contracts": "^3.2.0",
"@servie/events": "^1.0.0",
"@types/bn.js": "^4.11.6",
"@types/classnames": "^2.2.11",
"@types/d3": "^6.2.0",
"@types/elliptic": "^6.4.12",
"@types/gun": "^0.9.2",
"@types/json-stable-stringify": "^1.0.32",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash-es": "^4.17.3",
"@types/node": "^14.14.9",
"@types/qrcode": "^1.3.5",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-highlight-words": "^0.16.1",
"@types/react-router-dom": "^5.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/tiny-secp256k1": "^1.0.0",
"@types/use-subscription": "^1.0.0",
"@types/uuid": "^8.3.0",
"@ungap/promise-all-settled": "^1.1.2",
"@uniswap/sdk": "^3.0.3-beta.1",
"@walletconnect/client": "^1.2.2",
"anchorme": "^2.1.2",
"arweave": "^1.9.1",
"async-call-rpc": "^4.2.1",
"bignumber.js": "^9.0.1",
"bip39": "^3.0.2",
"classnames": "^2.2.6",
"clipboard-polyfill": "^3.0.1",
"d3": "^5.16.0",
"date-fns": "^2.16.1",
"elliptic": "^6.5.3",
"eth-contract-metadata": "^1.15.0",
"ethereum-blockies": "^0.1.1",
"event-iterator": "^2.0.0",
"fuse.js": "^6.4.3",
"gun": "0.2020.520",
"husky": "^4.3.0",
"i18next": "^19.8.4",
"idb": "^5.0.7",
"immer": "^8.0.0",
"json-stable-stringify": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"jsqr": "^1.3.1",
"jsx-jsonml-devtools-renderer": "^1.4.3",
"lodash-es": "npm:lodash@^4.17.11",
"loglevel": "^1.7.0",
"matrix-js-sdk": "^9.1.0",
"metamask-extension-provider": "^2.0.0",
"notistack": "^1.0.2",
"promievent": "^0.1.4",
"pvtsutils": "^1.0.14",
"qrcode": "^1.4.4",
"react": "=0.0.0-experimental-94c0244ba",
"react-dom": "=0.0.0-experimental-94c0244ba",
"react-draggable": "^4.4.3",
"react-feather": "^2.0.9",
"react-highlight-words": "^0.16.0",
"react-i18next": "^11.7.3",
"react-middle-ellipsis": "^1.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-tilt": "^0.1.4",
"react-use": "^15.3.4",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
"string.prototype.matchall": "^4.0.2",
"swr": "0.3.9",
"tiny-secp256k1": "^1.1.5",
"ts-results": "^3.0.0",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.38",
"use-subscription": "^1.5.1",
"uuid": "^8.3.1",
"wallet.ts": "^1.0.1",
"web-ext-types": "^3.1.0",
"web3": "^1.2.11",
"web3-core": "^1.2.11",
"web3-eth-contract": "^1.3.0",
"web3-utils": "^1.3.0",
"webcrypto-liner": "1.2.3",
"webextension-polyfill": "^0.7.0",
"z-schema": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@dimensiondev/webextension-shim": "0.0.3-20201103060201-1bd22b9",
"@dimensiondev/webpack-web-ext-plugin": "=0.0.3-20200731084410-7de6117",
"@magic-works/commonjs-import.meta": "^1.0.0",
"@material-ui/codemod": "^5.0.0-alpha.17",
"@nice-labs/git-rev": "^3.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@sinonjs/text-encoding": "^0.7.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-info": "^5.3.20",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-viewport": "^5.3.19",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.19",
"@testing-library/react-hooks": "^3.4.2",
"@types/elliptic": "^6.4.12",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/expect-puppeteer": "^4.4.5",
"@types/jest": "^26.0.15",
"@types/jest-environment-puppeteer": "^4.4.0",
"@types/puppeteer": "^5.4.0",
"@types/webpack": "^4.41.24",
"@types/webpack-dev-server": "^3.11.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.8.1",
"babel-loader": "^8.1.0",
"chrome-launcher": "^0.13.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.0.0",
"esm": "^3.2.25",
"expect-puppeteer": "^4.4.0",
"fake-indexeddb": "^3.1.2",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^5.2.1",
"html-webpack-plugin": "^4.5.0",
"jest": "26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-esm-transformer": "^1.0.0",
"jest-junit": "^12.0.0",
"jest-puppeteer": "^4.4.0",
"jest-webextension-mock": "^3.7.3",
"lint-staged": "^10.5.1",
"npm-run-all": "^4.1.5",
"only-allow": "^1.0.0",
"openzeppelin-solidity": "^3.2.0",
"prettier": "^2.1.2",
"puppeteer": "^5.5.0",
"react-dev-utils": "^11.0.1",
"react-devtools": "^4.9.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-refresh": "^0.9.0",
"react-refresh-typescript": "^1.1.0",
"react-test-renderer": "^17.0.1",
"source-map-loader": "^1.1.2",
"storybook-addon-designs": "^5.4.2",
"storybook-addon-i18n": "^5.1.13",
"ts-jest": "26.4.4",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"ttypescript": "^1.5.12",
"type-coverage": "^2.14.3",
"typechain": "^2.0.0",
"typechain-target-web3-v1": "^1.0.4",
"typescript": "^4.1.2",
"web-ext": "^5.3.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-extension-manifest-plugin": "^0.6.0",
"webpack-notifier": "^1.8.0",
"webpack-target-webextension": "^0.2.1",
"worker-plugin": "^5.0.0"
},
"engines": {
"node": ">=14.4.0",
"npm": ">=7"
}
}