-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.83 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
58
59
{
"name": "truthlens",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"hardhat:compile": "hardhat compile",
"hardhat:test": "hardhat test",
"hardhat:node": "hardhat node",
"hardhat:deploy": "hardhat run scripts/deploy.ts --network localhost",
"hardhat:deploy:amoy": "hardhat run scripts/deploy.ts --network amoy"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@openzeppelin/contracts": "^5.1.0",
"clsx": "^2.1.1",
"ethers": "^6.13.5",
"firebase": "^10.14.1",
"firebase-admin": "^12.7.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.474.0",
"next": "^14.2.23",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.1.2",
"@nomicfoundation/hardhat-ethers": "^3.1.3",
"@nomicfoundation/hardhat-ignition": "^0.15.16",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.17",
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@nomicfoundation/ignition-core": "^0.15.15",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.16",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"chai": "^4.5.0",
"hardhat": "^2.22.18",
"hardhat-gas-reporter": "^1.0.10",
"postcss": "^8.5.1",
"solidity-coverage": "^0.8.17",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.7.3"
}
}