-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.59 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": "web3_profile",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"testnetDeploy": "npx hardhat run scripts/testnetDeploy.cjs --network arbitrumSepolia",
"testnetVerify": "npx hardhat verify --network arbitrumSepolia 0xAa18a3cc59778EF1D4cCcCaca061F0a1AFd1F461 '0xF1c188c6B876D81EC335a019524A2C7b40B2c26b'",
"arbitrumDeploy": "npx hardhat run scripts/arbitrumDeploy.cjs --network arbitrum",
"arbitrumVerify": "npx hardhat verify --network arbitrum 0xC3B7bfcB1bAFA098b065A187c2528C9C4D96a77c '0x8E11D12876633885629ffA329Eb7bdAb4AD0Cd3B'"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@react-pdf/renderer": "^3.4.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@web3modal/ethers": "^4.1.1",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"hardhat": "^2.22.1",
"pdfjs-dist": "^4.0.379",
"react": "^18.2.0",
"react-calendly": "^4.3.0",
"react-dom": "^18.2.0",
"react-pdf": "^7.7.1",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.4.3",
"vite": "^5.1.4"
}
}