-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 833 Bytes
/
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
{
"name": "racs-items",
"main": "server.js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "firebase deploy --only functions,hosting"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@openzeppelin/contracts": "^4.6.0",
"@truffle/hdwallet-provider": "^2.0.8",
"axios": "^0.27.2",
"ethers": "^5.6.7",
"firebase": "^9.8.1",
"js-ipfs-fetch": "^4.0.0",
"next": "^12.2.0",
"nextjs-progressbar": "^0.0.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}