-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
108 lines (108 loc) · 4.39 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
104
105
106
107
108
{
"name": "tgrade-app",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.7.0",
"@cosmjs/cosmwasm-stargate": "^0.28.1",
"@cosmjs/crypto": "^0.28.1",
"@cosmjs/encoding": "^0.28.1",
"@cosmjs/faucet-client": "^0.28.1",
"@cosmjs/ledger-amino": "^0.28.1",
"@cosmjs/math": "^0.28.1",
"@cosmjs/proto-signing": "^0.28.1",
"@cosmjs/stargate": "^0.28.1",
"@cosmjs/tendermint-rpc": "^0.28.1",
"@craco/craco": "^6.4.0",
"@ledgerhq/hw-transport-webusb": "^6.24.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/cypress-cucumber-preprocessor": "^4.0.1",
"@types/jest": "^27.0.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"@types/react-burger-menu": "^2.8.2",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.15",
"@types/yup": "^0.29.13",
"antd": "^4.16.13",
"babel-jest": "26.6.0",
"babel-plugin-import": "^1.13.5",
"clipboard-copy": "^4.0.1",
"craco-antd": "^1.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"formik": "^2.2.9",
"formik-antd": "^2.0.1",
"i18next": "^21.6.16",
"prettier": "^2.6.2",
"public-ip": "^4.0.4",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-code-blocks": "^0.0.9-0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.9.0",
"react-query": "^3.28.0",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-toastify": "^8.0.3",
"styled-components": "^5.3.5",
"typescript": "4.6.3",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@testing-library/cypress": "^8.0.2",
"axios": "^0.26.1",
"cypress": "9.7.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"firebase-tools": "^10.7.0",
"ts-proto": "^1.110.4",
"wait-on": "^6.0.1"
},
"scripts": {
"start:base": "craco start",
"start:local": "REACT_APP_NETWORK=local yarn start:base",
"start:tgradeInternal": "REACT_APP_NETWORK=tgradeInternal yarn start:base",
"start:tgradeTestnet": "REACT_APP_NETWORK=tgradeTestnet yarn start:base",
"start:tgradeMainnet": "REACT_APP_NETWORK=tgradeMainnet yarn start:base",
"build:base": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",
"build:local": "REACT_APP_NETWORK=local yarn build:base",
"build:tgradeInternal": "REACT_APP_NETWORK=tgradeInternal yarn build:base",
"build:tgradeTestnet": "REACT_APP_NETWORK=tgradeTestnet yarn build:base",
"build:tgradeMainnet": "REACT_APP_NETWORK=tgradeMainnet yarn build:base",
"postbuild": "./.appflow/build_native_apps.sh",
"deploy:dapp": "firebase deploy --only hosting:dapp.tgrade.finance",
"deploy:staging": "firebase deploy --only hosting:staging.tgrade.finance",
"deploy:dev": "firebase deploy --only hosting:dev.tgrade.finance",
"deploy:demo": "firebase deploy --only hosting:demo.tgrade.finance",
"test": "craco test",
"test:coverage": "yarn craco test --coverage --watchAll=false",
"lint": "npx eslint src/**/*.ts{,x} --max-warnings 0",
"compile": "tsc",
"format": "prettier --write --loglevel warn \"./src/**/*.ts{,x}\" --ignore-path \"./.custom-prettierignore\"",
"proto": "./scripts/proto/get-proto.sh && ./scripts/proto/codegen.sh && prettier --write --loglevel warn \"./src/codec/**/*.ts\"",
"cy:open:local": "cypress open --config-file cypress/localhost-config.json",
"cy:run:local": "cypress run --browser chrome --config-file cypress/localhost-config.json",
"cy:local": "yarn start:local & wait-on http://localhost:3000 && cypress run --browser chrome --config-file cypress/localhost-config.json --spec 'cypress/integration/volumeTests/**.ts', 'cypress/integration/**'"
},
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"cypress-cucumber-preprocessor": {
"step_definitions": "cypress/steps-definition/"
}
}