-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "lending_borrowing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.7.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@popperjs/core": "^2.11.5",
"@truffle/hdwallet-provider": "^1.4.1",
"babel-polyfill": "6.26.0",
"babel-register": "6.26.0",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"chart.js": "^3.7.1",
"dotenv": "^6.2.0",
"eth-gas-reporter": "^0.2.25",
"next": "12.2.5",
"next-transpile-modules": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-promise-tracker": "^2.1.0",
"swr": "^1.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"truffle": "5.1.39",
"truffle-contract-size": "^2.0.1",
"web3": "^1.2.11"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}