-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
63 lines (63 loc) · 1.77 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
{
"name": "web3-domain-manager",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@apollo/client": "^3.7.1",
"@gitgraph/react": "1.5.4",
"@gnosis.pm/safe-apps-provider": "0.9.2",
"@gnosis.pm/safe-apps-react-sdk": "4.0.8",
"@gnosis.pm/safe-react-components": "0.5.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@metamask/jazzicon": "^2.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"@web3-react/walletlink-connector": "^6.2.3",
"crypto-js": "^4.0.0",
"ethers": "^5.5.1",
"graphql": "^16.6.0",
"react": "^17.0.1",
"react-app-rewired": "2.1.8",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.1",
"react-ga4": "^2.1.0",
"react-github-btn": "^1.4.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.1",
"styled-components": "5.2.3",
"uns": "https://github.com/unstoppabledomains/uns#v0.8.36",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-app-rewired start",
"start:sapp": "REACT_APP_SAPP_TARGET=true react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}