This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
89 lines (89 loc) · 2.35 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.5.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@monaco-editor/react": "^4.0.11",
"@oraichain/cosmosjs": "^0.0.70",
"@oraichain/oraiwasm-js": "^0.0.4",
"@reduxjs/toolkit": "^1.5.1",
"@rjsf/core": "^2.5.0",
"antd": "^4.15.3",
"axios": "^0.21.1",
"big.js": "^6.0.3",
"bootstrap": "^4.6.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.9.1",
"country-flag-icons": "^1.2.9",
"crypto-js": "^4.0.0",
"i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.0.1",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"numeral": "^2.0.6",
"path-to-regexp": "^6.2.0",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-block-ui": "^1.3.3",
"react-bootstrap": "^1.5.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.3.4",
"react-i18next": "^11.8.8",
"react-input-range": "^1.3.0",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "4.0.3",
"react-select": "^4.2.1",
"react-toast-notifications": "^2.4.4",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"restful-react": "^15.6.0",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"firebase-tools": "^9.12.1",
"i18next-scanner": "^3.0.0"
},
"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"
]
}
}