-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
121 lines (121 loc) · 4.16 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
{
"name": "ambire-wallet",
"version": "0.7.8",
"private": true,
"homepage": "./",
"dependencies": {
"@0x/subproviders": "^6.6.5",
"@account-abstraction/contracts": "^0.4.0",
"@ambire/signature-validator": "^1.3.0",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/transactions": "5.4.0",
"@fontsource/poppins": "^4.5.9",
"@fontsource/ubuntu-mono": "^4.5.11",
"@json-rpc-tools/utils": "^2.0.0-beta.12",
"@ledgerhq/hw-app-eth": "6.6.0",
"@ledgerhq/hw-transport-webhid": "^6.11.2",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@safe-global/safe-apps-sdk": "^9.0.0",
"@transak/transak-sdk": "^1.0.31",
"@trezor/connect-web": "^9.1.6",
"@unstoppabledomains/resolution": "^7.1.4",
"@walletconnect/core": "^2.9.0",
"@walletconnect/types": "^2.8.6",
"@walletconnect/utils": "^2.8.6",
"@walletconnect/web3wallet": "^1.8.6",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"adex-protocol-eth": "git+https://[email protected]/AmbireTech/adex-protocol-eth.git#2606263234a7e01ece1af9826e6084fd800dae8f",
"ambire-common": "npm:@ambire/[email protected]",
"bip44-constants": "^128.0.0",
"blockies-ts": "^1.0.0",
"chart.js": "^3.9.1",
"classnames": "^2.3.2",
"eth-keyring-controller": "^6.2.1",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.2",
"gridplus-sdk": "^1.3.5",
"js-sha1": "^0.6.0",
"lottie-react": "^2.3.1",
"node-fetch": "^2.3.0",
"node-sass": "^6.0.1",
"otplib": "^12.0.1",
"qrcode": "^1.5.0",
"react": "^17.0.2",
"react-chartjs-2": "^4.3.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"react-page-visibility": "^7.0.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"rewire": "^6.0.0",
"url": "^0.11.0",
"validator": "^13.7.0",
"walletconnect-legacy-client": "npm:@walletconnect/client@^1.7.1",
"walletconnect-legacy-core": "npm:@walletconnect/core@^1.7.1",
"walletconnect-legacy-iso-crypto": "npm:@walletconnect/iso-crypto@^1.7.1",
"walletconnect-legacy-utils": "npm:@walletconnect/utils@^1.7.1",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "CHOKIDAR_USEPOLLING=true react-scripts --max_old_space_size=4096 start",
"postinstall": "node scripts/hackWebpack.js",
"analyze": "node analyzeBundle.js",
"build": "node --max_old_space_size=4096 ./scripts/build-no-chunks.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js,.jsx",
"prettify": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"lint:fix": "eslint src/ --ext .js,.jsx --fix"
},
"engines": {
"node": "^16.0.0",
"npm": "^8.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/validator": "^13.7.6",
"@web3-react/types": "^6.0.7",
"cypress": "^12.17.4",
"cypress-localstorage-commands": "^2.2.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"imapflow": "^1.0.121",
"jest-canvas-mock": "^2.4.0",
"progress-bar-webpack-plugin": "^2.1.0",
"web-vitals": "^1.1.2",
"webpack-bundle-analyzer": "^4.6.1"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!(ambire-common|react-donut-chart|validator))"
]
}
}