-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.2 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
{
"name": "giving-chain",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "npx hardhat test",
"gas": "REPORT_GAS=true npx hardhat test",
"run-node": "npx hardhat node",
"deploy-testnet": "npx hardhat run --network testnet scripts/deploy.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.2",
"@particle-network/auth": "^0.12.2",
"@particle-network/connect-react-ui": "^0.12.2",
"@particle-network/provider": "^0.12.2",
"@particle-network/solana-wallet": "^0.12.2",
"@solana/web3.js": "^1.75.0",
"@types/numeral": "^2.0.2",
"@walletconnect/ethereum-provider": "1.8.0",
"@web3modal/ethereum": "^2.3.6",
"antd": "^5.4.4",
"axios": "^1.4.0",
"javascript-time-ago": "^2.5.9",
"next": "^13.2.4",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-time-ago": "^7.2.1",
"tailwind-merge": "^1.12.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"chai": "^4.2.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"ethers": "^5.4.7",
"hardhat": "^2.13.1",
"hardhat-gas-reporter": "^1.0.8",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"solidity-coverage": "^0.8.0",
"tailwindcss": "^3.3.0",
"typechain": "^8.1.0",
"typescript": "^5.0.2"
},
"ct3aMetadata": {
"initVersion": "7.10.3"
}
}