-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 2.79 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
93
94
95
96
97
98
99
100
101
102
103
{
"name": "barn",
"version": "0.2.0",
"private": true,
"homepage": ".",
"license": "MIT",
"dependencies": {
"@cosmjs/amino": "0.28.4",
"@cosmjs/proto-signing": "0.28.4",
"@cosmjs/stargate": "0.28.4",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@keplr-wallet/common": "^0.10.13",
"@keplr-wallet/wc-client": "^0.10.13",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@reduxjs/toolkit": "^1.8.2",
"@stomp/stompjs": "6.1.2",
"@types/react": "17.0.45",
"@walletconnect/browser-utils": "^1.7.8",
"@walletconnect/client": "^1.7.8",
"@walletconnect/types": "^1.7.8",
"axios": "^0.25.0",
"chart.js": "^3.6.0",
"classnames": "^2.3.1",
"cosmjs-types": "^0.5.0",
"history": "^5.3.0",
"js-base64": "^3.7.2",
"jss-rtl": "^0.3.0",
"latest": "^0.2.0",
"markdown-to-jsx": "^7.1.6",
"moment": "^2.29.3",
"notistack": "^2.0.3",
"qrcode.react": "^3.1.0",
"react": "^17.0.0",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.7",
"react-ga4": "^2.1.0",
"react-i18next": "^11.15.3",
"react-redux": "^8.0.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"redux-thunk": "^2.4.1",
"typescript": "^4.5.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.9",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"assert": "^2.0.0",
"babel-plugin-direct-import": "^1.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"customize-cra": "^1.0.0",
"env-cmd": "^10.1.0",
"https-browserify": "^1.0.0",
"i18next": "^21.6.6",
"ncp": "^2.0.0",
"next-tick": "^1.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-error-overlay": "^6.0.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"scripts": {
"start": "env-cmd -f .env.development react-app-rewired start",
"build": "env-cmd -f .env.production react-app-rewired 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"
]
}
}