-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.75 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
{
"name": "auditai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^1.1.1",
"@google/generative-ai": "^0.21.0",
"@headlessui/react": "^2.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ignition": "^0.15.4",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.7",
"@tabler/icons-react": "^3.11.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/prismjs": "^1.26.4",
"auditai-cli": "^1.0.2",
"chai": "4.3.7",
"clsx": "^2.1.1",
"ethers": "5.7.2",
"framer-motion": "^11.2.6",
"hardhat": "^2.22.4",
"hardhat-gas-reporter": "^2.2.0",
"next": "14.2.3",
"openai": "^4.47.1",
"prismjs": "^1.29.0",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^15.5.0",
"simplex-noise": "^4.0.1",
"solidity-coverage": "^0.8.12",
"tailwind-merge": "^2.3.0",
"thirdweb": "5.24.0",
"typechain": "^8.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}