-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "auditfi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@phosphor-icons/react": "^2.1.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.10",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"framer-motion": "^11.15.0",
"next": "^15.2.3",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@langchain/google-genai": "^0.1.6",
"@types/aos": "^3.0.7",
"aos": "^2.3.4",
"chromadb": "^1.9.4",
"ethers": "^6.13.4",
"phosphor-react": "^1.4.1",
"solc": "^0.8.19"
}
}