-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.68 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
{
"name": "firmachain-contract",
"version": "0.1.0",
"private": true,
"homepage": "./",
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@firmachain/firma-js": "^0.2.48",
"@firmachain/firma-js-ledger": "^0.0.4",
"@ledgerhq/hw-transport-webhid": "^6.20.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.0.6",
"@nivo/core": "^0.74.0",
"@nivo/pie": "^0.74.0",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.20",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.3.2",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.15",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"hamburger-react": "^2.4.1",
"moment": "^2.29.1",
"notistack": "^2.0.5",
"react": "^17.0.2",
"react-app-env": "^1.2.3",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-idle-timer": "^4.6.4",
"react-redux": "^7.2.6",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-select": "^5.1.0",
"react-spinners": "^0.11.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"recharts": "^2.1.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.0",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-app-env --env-file=.env start",
"build": "cross-env GENERATE_SOURCEMAP=false react-app-env --env-file=.env build",
"deploy-testnet": "aws s3 sync ./build s3://deploy-ecosystem/testnet/cosmwasm --profile=firmachain-deploy --delete",
"invalidate-testnet": "aws cloudfront create-invalidation --profile=firmachain-deploy --distribution-id E1QL119PNJ27VX --paths '/*'"
},
"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": {
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"wait-on": "^6.0.0"
}
}