forked from Balmy-protocol/dca-fe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
179 lines (179 loc) · 5.75 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "dca-fe",
"version": "0.0.0",
"description": "FE for Mean Finance",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "TS_NODE_SKIP_IGNORE=true webpack serve --config webpack.dev.js",
"lint": "run-p lint-es",
"lint-es": "eslint --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint-ts": "tsc --noEmit",
"test": "jest",
"prettier": "prettier --write --ignore-unknown ./src",
"prepare-husky": "husky install",
"prepare": "husky install",
"extract": "formatjs extract",
"compile": "formatjs compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mean-Finance/dca-fe.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mean-Finance/dca-fe/issues"
},
"homepage": "https://github.com/Mean-Finance/dca-fe#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@formatjs/cli": "^6.0.4",
"@formatjs/ts-transformer": "^3.12.0",
"@inrupt/jest-jsdom-polyfills": "^1.7.0",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@svgr/webpack": "^6.2.1",
"@types/canvas-confetti": "^1.6.0",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.170",
"@types/luxon": "^1.27.0",
"@types/md5": "^2.3.2",
"@types/node": "^15.6.1",
"@types/react": "^17.0.7",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-stickynode": "^4.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.3",
"@types/styled-components": "^5.1.10",
"@types/uuid": "^9.0.0",
"@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"axios-mock-adapter": "^1.21.4",
"babel-loader": "^8.2.2",
"babel-plugin-formatjs": "^10.2.15",
"babel-plugin-graphql-tag": "^3.3.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-formatter-pretty": "^4.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-formatjs": "^4.9.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock": "^29.5.0",
"lint-staged": ">=10",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"process": "^0.11.10",
"react-hot-loader": "^4.13.0",
"redux-devtools": "^3.7.0",
"style-loader": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"typescript": "^4.9.5",
"typescript-plugin-styled-components": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.2"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@arcxmoney/analytics": "^1.6.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@gnosis.pm/safe-apps-sdk": "^6.1.0",
"@gnosis.pm/safe-apps-web3modal": "^6.0.0",
"@mean-finance/dca-v2-core": "^3.1.5",
"@mean-finance/dca-v2-periphery": "^3.3.0",
"@mean-finance/oracles": "^2.1.4",
"@mean-finance/sdk": "0.0.97",
"@mean-finance/transformers": "^1.0.0",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@mui/styled-engine-sc": "^5.6.1",
"@mui/styles": "^5.6.2",
"@rainbow-me/rainbowkit": "^0.12.4",
"@reduxjs/toolkit": "^1.6.0",
"@safe-global/safe-apps-sdk": "^7.10.1",
"@types/react-redux": "^7.1.16",
"@web3modal/ethereum": "^2.2.2",
"@web3modal/react": "^2.2.2",
"@web3modal/standalone": "^2.2.2",
"assert": "^2.0.0",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"canvas-confetti": "^1.6.0",
"crypto-browserify": "^3.12.0",
"cryptocurrency-icons": "^0.17.2",
"decimal.js-light": "^2.5.1",
"eth-provider": "^0.12.1",
"ethereumjs-util": "^7.1.3",
"ethers": "^5",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"https-browserify": "^1.0.0",
"jsbi": "^3.1.5",
"lodash": "^4.17.21",
"luxon": "^2.1.1",
"material-ui-popup-state": "^1.8.3",
"md5": "^2.3.0",
"notistack": "^2.0.4",
"os-browserify": "^0.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^6.3.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-stickynode": "^4.0.0",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"recharts": "^2.1.9",
"redux": "^4.1.0",
"redux-localstorage-simple": "^2.4.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"toformat": "^2.0.0",
"url": "^0.11.0",
"uuid": "^9.0.0",
"wagmi": "^0.12.7",
"web3modal": "^1.9.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": [
"prettier --write"
]
},
"madge": {
"webpackConfig": "./webpack.common.js"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
}
}