-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.67 KB
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
{
"name": "paylock",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy_Mumbai": "npx hardhat run scripts/deploy.js --network polygonMumbai ",
"deploy_Goerli": "npx hardhat run scripts/deploy.js --network goerli"
},
"dependencies": {
"@chainlink/contracts": "^0.4.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@metamask/eth-sig-util": "^5.0.0",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.5.0",
"@rainbow-me/rainbowkit": "^0.5.1",
"@vercel/analytics": "^0.1.5",
"axios": "^1.1.3",
"defender-autotask-client": "^1.34.0",
"defender-relay-client": "^1.31.1",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.5.4",
"hardhat": "^2.8.4",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-nice-avatar": "^1.2.4",
"react-number-format": "^5.0.0-beta.5",
"react-phone-number-input": "^3.2.12",
"react-select": "^5.4.0",
"react-toastify": "^9.1.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.3",
"swiper": "^8.4.4",
"twilio": "^3.83.1",
"use-lodash-debounce": "^1.3.0",
"wagmi": "^0.6.5",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}