forked from axelarnetwork/axelar-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.24 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
{
"name": "@axelar-network/axelarjs-ui",
"version": "0.6.0",
"private": true,
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.9.0",
"@cosmjs/launchpad": "^0.26.5",
"@cosmjs/stargate": "^0.26.5",
"@datadog/browser-logs": "^4.7.1",
"@keplr-wallet/cosmos": "0.9.9",
"@keplr-wallet/types": "0.9.9",
"@metamask/onboarding": "^1.0.1",
"@terra-money/terra.js": "^3.0.8",
"@terra-money/wallet-provider": "^3.9.4",
"@types/react-google-recaptcha": "^2.1.2",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"copy-to-clipboard": "^3.3.1",
"decimal.js": "^10.3.1",
"dotenv": "^10.0.0",
"ethers": "^5.5.2",
"html2canvas": "^1.3.2",
"lodash.debounce": "^4.0.8",
"long": "^5.2.0",
"react": "^17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-confirm-box": "^1.2.0",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-google-recaptcha": "^2.1.0",
"react-inlinesvg": "^2.3.0",
"react-joyride": "^2.3.2",
"react-notifications-component": "^3.1.0",
"react-router-dom": "^5.3.0",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"recoil": "^0.4.1",
"recoil-devtools-logger": "^0.4.0",
"recoil-persist": "^3.0.0",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.1",
"typescript": "^4.4.2",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.181",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^12.20.24",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-notifications-component": "^3.1.1",
"@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^8.3.1",
"react-scripts": "4.0.3"
}
}