-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
128 lines (128 loc) · 4.37 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "yearn-finance-v3",
"version": "1.5.16",
"private": true,
"scripts": {
"start": "craco start",
"dev": "cross-env REACT_APP_VERSION=$(git rev-parse HEAD) craco start",
"dev-win": "cross-env REACT_APP_VERSION=x && craco start",
"build": "cross-env REACT_APP_VERSION=$(git rev-parse HEAD) INLINE_RUNTIME_CHUNK=false IMAGE_INLINE_SIZE_LIMIT=0 GENERATE_SOURCEMAP=false craco build",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts .",
"test": "craco test",
"prettier": "prettier --write --ignore-unknown './src/**/*.{js,jsx,ts,tsx,css,scss,md}'",
"eject": "react-scripts eject",
"upgrade-sdk": "yarn add yearn/yearn-sdk",
"syncDevLocales": "locize sync --project-id=1c6d6900-5989-49fe-b221-0001423041d2 --api-key=xxxx --ver=develop --path=./public/locales --format json --reference-language-only false",
"downloadProdLocales": "locize download --project-id=1c6d6900-5989-49fe-b221-0001423041d2 --ver=latest --path=./public/locales --clean true",
"downloadDevLocales": "locize download --project-id=1c6d6900-5989-49fe-b221-0001423041d2 --ver=develop --path=./public/locales --clean true",
"checkDevLocales": "yarn syncDevLocales --dry true"
},
"dependencies": {
"@craco/craco": "6.4.3",
"@ethersproject/abi": "5.4.0",
"@ethersproject/address": "5.4.0",
"@ethersproject/contracts": "5.4.1",
"@ethersproject/providers": "5.4.4",
"@headlessui/react": "^1.7.3",
"@ledgerhq/iframe-provider": "0.4.2",
"@metamask/post-message-stream": "6.0.0",
"@metamask/providers": "9.0.0",
"@nivo/core": "0.79.0",
"@nivo/line": "0.79.1",
"@popperjs/core": "2.11.5",
"@reduxjs/toolkit": "1.8.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.172",
"@types/node": "12.20.19",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "7.1.18",
"@types/react-router-dom": "5.1.8",
"@types/react-transition-group": "4.4.1",
"@types/redux-logger": "3.0.9",
"@types/styled-components": "5.1.12",
"@types/styled-system": "5.1.13",
"@uauth/bnc-onboard": "^2.2.0",
"@web3-onboard/coinbase": "^2.1.3",
"@web3-onboard/core": "^2.10.1",
"@web3-onboard/fortmatic": "^2.0.14",
"@web3-onboard/gnosis": "^2.1.5",
"@web3-onboard/injected-wallets": "^2.4.0",
"@web3-onboard/keystone": "^2.3.2",
"@web3-onboard/ledger": "^2.3.2",
"@web3-onboard/mew-wallet": "^2.0.0",
"@web3-onboard/portis": "^2.1.3",
"@web3-onboard/torus": "^2.1.3",
"@web3-onboard/trezor": "^2.3.2",
"@web3-onboard/uauth": "^2.0.0",
"@web3-onboard/walletconnect": "^2.2.0",
"@yfi/sdk": "3.0.0-alpha.11",
"awilix": "7.0.2",
"axios": "0.21.2",
"bignumber.js": "9.0.2",
"bnc-notify": "1.9.4",
"bnc-onboard": "1.38.2",
"craco-alias": "3.0.1",
"cross-env": "7.0.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"ethers": "5.4.5",
"framer-motion": "6.2.4",
"html-webpack-plugin": "4.5.0",
"husky": "5.2.0",
"i18next": "21.6.16",
"i18next-browser-languagedetector": "6.1.4",
"i18next-http-backend": "1.4.0",
"lint-staged": "10.5.4",
"lodash": "4.17.21",
"nprogress": "^0.2.0",
"prettier": "2.6.2",
"react": "17.0.2",
"react-countup": "6.2.0",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "11.11.4",
"react-markdown": "7.0.1",
"react-popper": "2.2.5",
"react-redux": "7.2.8",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "4.4.2",
"redux-localstorage-simple": "2.4.1",
"redux-logger": "3.0.6",
"styled-components": "5.3.5",
"styled-system": "5.1.5",
"typescript": "4.3.5",
"webpack-subresource-integrity": "1.5.2"
},
"devDependencies": {
"babel-plugin-styled-components": "2.0.7",
"locize-cli": "7.10.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}