-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
{
"name": "blocify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.0.9",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@google/generative-ai": "^0.11.1",
"@huggingface/inference": "^2.7.0",
"@mui/material": "^5.15.18",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@splinetool/react-spline": "^2.2.6",
"@tabler/icons-react": "^3.3.0",
"@types/mongoose": "^5.11.97",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.1.2",
"ethers": "^6.13.1",
"flowbite-react": "^0.9.0",
"framer-motion": "^11.1.9",
"hardhat": "^2.22.5",
"lucide-react": "^0.378.0",
"mongoose": "^8.3.4",
"next": "14.2.3",
"next-themes": "^0.3.0",
"node-appwrite": "^13.0.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-moment": "^1.1.3",
"react-resizable-panels": "^2.0.19",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.11.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}