-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
70 lines (70 loc) · 1.93 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
{
"name": "ui.multisafe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^2.5.2",
"@ledgerhq/hw-transport-webhid": "^6.4.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@near-wallet-selector/core": "^5.0.2",
"@near-wallet-selector/ledger": "^5.0.2",
"@near-wallet-selector/modal-ui": "^5.0.2",
"@near-wallet-selector/my-near-wallet": "^5.0.2",
"@near-wallet-selector/near-wallet": "^5.0.2",
"big.js": "5.2.2",
"bn.js": "5.2.0",
"borsh": "^0.5.0",
"camelcase": "^6.2.0",
"classnames": "^2.3.1",
"dateformat": "^4.5.1",
"easy-peasy": "^5.0.3",
"eslint-plugin-es": "^4.1.0",
"history": "4.10.1",
"ky": "^0.28.5",
"near-api-js": "0.44.2",
"near-ledger-js": "^0.2.0",
"query-string": "^7.0.0",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.8.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "react-scripts start",
"start-mainnet": "set REACT_APP_NETWORK=mainnet&& react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js --ext .jsx .",
"fix": "eslint --ext .js --ext .jsx . --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}