-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
92 lines (92 loc) · 2.51 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
{
"name": "cswap",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/ledger-amino": "^0.30.1",
"@cosmjs/math": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@keplr-wallet/common": "^0.11.51",
"@keplr-wallet/stores": "^0.11.51",
"@restart/context": "^2.1.4",
"@tharsis/proto": "^0.1.20",
"@tharsis/provider": "^0.2.4",
"@tharsis/transactions": "^0.2.6",
"antd": "^5.3.3",
"babel-plugin-import": "^1.13.0",
"bignumber.js": "^9.0.2",
"browserify": "^17.0.0",
"classnames": "^2.3.1",
"coingecko-api": "^1.0.10",
"comdex-codec": "comdex-official/proto-codecs#development",
"cosmjs-types": "^0.7.1",
"highcharts": "^10.3.2",
"highcharts-react-official": "^3.2.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"long": "^5.2.1",
"moment": "^2.29.1",
"postcss-normalize": "^10.0.1",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-custom-scrollbars": "4.2.1",
"react-dom": "^18.0.0",
"react-icons": "^4.8.0",
"react-responsive": "^9.0.0-beta.4",
"react-router": "^6.9.0",
"react-scripts": "^5.0.1",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.1.2",
"react-uuid": "^2.0.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"stridejs": "^0.5.0",
"web-vitals": "^3.3.0",
"websocket": "^1.0.34"
},
"scripts": {
"start-old": "react-scripts start",
"build-old": "react-scripts build",
"test-old": "react-scripts test --env=jsdom",
"start": "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"
]
},
"devDependencies": {
"@ledgerhq/cryptoassets": "^9.1.0",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"axios": "^1.3.4",
"customize-cra": "^1.0.0",
"less": "^4.1.2",
"less-loader": "5.0.0",
"prop-types": "^15.7.2",
"react-app-rewired": "^2.1.5",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"sass": "^1.60.0"
}
}