-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "edulaunch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.4",
"@reduxjs/toolkit": "^2.2.7",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"axios": "^1.7.4",
"cloudinary": "^2.4.0",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"ethers": "^6.13.2",
"lucide-react": "^0.424.0",
"multer": "^1.4.5-lts.1",
"next": "14.2.5",
"pino-pretty": "^11.2.2",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-spinners": "^0.14.1",
"sonner": "^1.5.0",
"sweetalert2": "^11.12.4",
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"use-debounce": "^10.0.2",
"viem": "^2.19.1",
"wagmi": "^2.12.4"
},
"devDependencies": {
"@prisma/client": "^5.18.0",
"@types/multer": "^1.4.11",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^10.0.0",
"encoding": "^0.1.13",
"prisma": "^5.18.0",
"ts-node": "^10.9.2"
}
}