forked from UriJaun/HectorDAO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 3.84 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
{
"name": "@scaffold-eth/react-app",
"version": "1.1.0",
"homepage": ".",
"browserslist": {
"production": [
">0.2% or last 2 versions",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apollo/client": "~3.3.20",
"@apollo/react-hooks": "~4.0.0",
"@ethersproject/address": "~5.0.5",
"@ethersproject/bignumber": "~5.4.0",
"@ethersproject/bytes": "~5.0.5",
"@ethersproject/contracts": "~5.0.5",
"@ethersproject/providers": "~5.0.12",
"@ethersproject/solidity": "~5.0.9",
"@ethersproject/units": "~5.4.0",
"@ledgerhq/iframe-provider": "~0.4.2",
"@material-ui/core": "~4.12.3",
"@material-ui/icons": "~4.11.2",
"@material-ui/lab": "~4.0.0-alpha.58",
"@popperjs/core": "~2.9.2",
"@ramp-network/ramp-instant-sdk": "~2.2.0",
"@reduxjs/toolkit": "~1.6.1",
"@testing-library/jest-dom": "~5.14.1",
"@testing-library/react": "~12.0.0",
"@testing-library/user-event": "~13.1.9",
"@uniswap/sdk": "~3.0.3",
"@uniswap/v2-periphery": "~1.1.0-beta.0",
"@walletconnect/web3-provider": "~1.3.1",
"apollo-boost": "~0.4.9",
"apollo-client": "~2.6.10",
"apollo-utilities": "~1.3.4",
"axios": "~0.24.0",
"bnc-notify": "~1.5.0",
"burner-provider": "~1.0.38",
"classnames": "~2.3.1",
"date-fns": "~2.23.0",
"dotenv": "~10.0.0",
"ethers": "~5.4.0",
"graphiql": "~1.5.7",
"graphql": "~15.3.0",
"intl": "~1.2.5",
"isomorphic-fetch": "~3.0.0",
"lodash": "~4.17.21",
"node-sass": "~6.0.1",
"node-watch": "~0.7.1",
"postcss": "~8.3.5",
"qrcode.react": "~1.0.0",
"query-string": "7.0.1",
"react": "~16.14.0",
"react-blockies": "~1.4.1",
"react-css-theme-switcher": "~0.2.2",
"react-dom": "~16.14.0",
"react-ga4": "~1.0.5",
"react-qr-reader": "~2.2.1",
"react-query": "~3.34.5",
"react-redux": "~7.2.4",
"react-router-dom": "~5.2.0",
"react-scripts": "~4.0.3",
"recharts": "~2.0.10",
"redux": "~4.1.0",
"redux-logger": "~3.0.6",
"redux-thunk": "~2.3.0",
"sass": "~1.35.1",
"typescript": "~4.3.2",
"web3modal": "~1.9.1"
},
"devDependencies": {
"@testing-library/dom": "~8.0.0",
"@types/react": "~17.0.15",
"@types/react-router-dom": "~5.1.7",
"@typescript-eslint/eslint-plugin": "~4.28.5",
"@typescript-eslint/parser": "~4.28.5",
"autoprefixer": "~10.2.4",
"chalk": "~4.1.0",
"eslint": "~7.31.0",
"eslint-config-airbnb": "~18.2.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-babel": "~5.3.1",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-prettier": "~3.1.4",
"eslint-plugin-react": "~7.22.0",
"eslint-plugin-react-hooks": "~4.2.0",
"gulp": "~4.0.2",
"gulp-csso": "~4.0.1",
"gulp-debug": "~4.0.0",
"gulp-less": "~5.0.0",
"gulp-postcss": "~9.0.0",
"ipfs-http-client": "~50.1.2",
"less-plugin-npm-import": "~2.1.0",
"prettier": "~2.0.5",
"surge": "~0.21.5"
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test",
"lint": "eslint --config ./.eslintrc.js --ignore-path ./.eslintignore ./src/",
"ipfs": "node ./scripts/ipfs.js",
"surge": "surge ./build",
"s3": "node ./scripts/s3.js",
"ship": "yarn surge",
"theme": "npx gulp less",
"watch": "node ./scripts/watch.js"
},
"resolutions": {
"**/immer": "9.0.6",
"**/axios": "0.23.0",
"**/set-value": "4.0.1",
"**/glob-parent": "5.1.2",
"**/browserslist": "4.16.5",
"**/node-fetch": "2.6.1",
"**/nth-check": "2.0.1",
"**/ansi-regex": "5.0.1",
"http-signature": "~1.3.6"
}
}