-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
84 lines (84 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
{
"name": "community",
"version": "0.0.1",
"main": "index.js",
"repository": "[email protected]:OmniFlix/community-ui.git",
"license": "MIT",
"private": true,
"dependencies": {
"@cosmjs/amino": "0.32.2",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.32.2",
"@cosmjs/stargate": "0.32.2",
"@cosmostation/cosmos-client": "0.0.5",
"@cosmostation/extension-client": "^0.1.7",
"@emotion/react": "^11.11.3",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@redux-devtools/extension": "^3.3.0",
"buffer": "^6.0.3",
"classnames": "2.5.1",
"crypto-browserify": "^3.12.0",
"history": "^5.0.0",
"js-base64": "^3.6.0",
"latest": "^0.2.0",
"long": "^5.2.0",
"moment": "2.30.1",
"mui-datatables": "^3.7.7",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "18.2.0",
"react-redux": "9.1.0",
"react-router": "6.22.0",
"react-router-dom": "6.22.0",
"react-scripts": "5.0.1",
"redux": "5.0.1",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.3.3",
"web-vitals": "^3.5.2",
"webpack": "^5.89.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.23.2",
"axios": "^0.21.1",
"env-cmd": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1"
},
"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"
]
}
}