-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 963 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 963 Bytes
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
{
"name": "launchpool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-tailwind/react": "^2.1.10",
"@prisma/client": "^6.1.0",
"@thirdweb-dev/chains": "^0.1.120",
"@thirdweb-dev/react": "^4.9.4",
"@thirdweb-dev/sdk": "^4.0.99",
"anvil": "^0.0.6",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"ethers": "^5.7.2",
"lucide-react": "^0.468.0",
"next": "13.5.7",
"react": "^18",
"react-dom": "^18",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/node": "^20.17.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"daisyui": "^4.12.22",
"eslint": "^8",
"eslint-config-next": "13.5.7",
"postcss": "^8",
"prisma": "^6.1.0",
"tailwindcss": "^3",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}