-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "firma-faucet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cosmjs/crypto": "^0.26.0",
"@cosmjs/launchpad": "^0.26.0",
"@cosmjs/proto-signing": "^0.26.0",
"@cosmjs/stargate": "^0.26.0",
"@firmachain/firma-js": "^0.2.22",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"copy-to-clipboard": "^3.3.1",
"ipfs-http-client": "^52.0.3",
"react": "^17.0.2",
"react-app-env": "^1.2.3",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.1",
"typescript": "^4.4.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start-testnet": "react-app-env --env-file=.env.testnet start",
"build-testnet": "GENERATE_SOURCEMAP=false react-app-env --env-file=.env.testnet build",
"deploy-testnet": "aws s3 sync ./build s3://deploy-ecosystem/testnet/faucet --profile=firmachain-deploy --delete",
"invalidate-testnet": "aws cloudfront create-invalidation --profile=firmachain-deploy --distribution-id E3KRC3IQXC40MN --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"
]
}
}