-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.99 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
{
"name": "yield-protocol-info",
"version": "0.0.18",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.6",
"@craco/craco": "^6.2.0",
"@ethersproject/abi": "^5.4.1",
"@headlessui/react": "^1.4.1",
"@web3-react/core": "^8.0.23-beta.0",
"@web3-react/network": "8.0.18-beta.0",
"@web3-react/types": "^8.0.12-beta.0",
"axios": "^0.21.4",
"date-fns": "^2.18.0",
"decimal.js": "^10.2.1",
"ethers": "^5.0.32",
"focus-visible": "^5.2.0",
"graphql": "^16.2.0",
"identicon.js": "^2.3.3",
"next": "^12.1.5",
"next-redux-wrapper": "^7.0.5",
"react": "^18.0.0",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.11.0",
"react-spring": "^9.4.5-beta.1",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sharp": "^0.30.4",
"swr": "^1.3.0",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"type-contracts": "typechain --target=ethers-v5 './src/contracts/abis/*.json' --out-dir './src/contracts/'",
"license-checker": "license-checker --csv --out licenses.csv"
},
"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"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@typechain/ethers-v5": "^7.0.0",
"@types/identicon.js": "^2.3.1",
"@types/jest": "^26.0.15",
"@types/node": "^15.3.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"autoprefixer": "^9.8.6",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^7.0.36",
"postcss-focus-visible": "^6.0.1",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"source-map-explorer": "^2.5.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.14",
"ts-node": "^9.1.1",
"typechain": "^5.2.0",
"typescript": "^4.2.2"
}
}