This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "cosmos-staking-dapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "^12.6.6",
"axios": "^0.18.0",
"big.js": "^5.2.2",
"cogo-toast": "^1.0.4",
"dayjs": "^1.8.12",
"emotion": "~9.1.2",
"eventemitter3": "^3.1.0",
"global": "~4.3.2",
"immer": "^3.0.0",
"intersection-observer": "~0.5.0",
"numeral": "^2.0.6",
"open-app": "git+https://github.com/xwartz/open-app#a9842f508",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intersection-observer": "~3.0.3",
"react-modal": "^3.8.1",
"react-motion": "~0.5.2",
"react-redux": "^7.0.2",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^12.6.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.7",
"node-sass": "^4.13.0",
"react-scripts": "3.0.0-next.68",
"typescript": "3.5.3"
},
"homepage": "http://staking.token.im/cosmos",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}