-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "web3deals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@glideapps/glide-data-grid": "^5.2.1",
"@heroicons/react": "^1.0.6",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next-auth/prisma-adapter": "^1.0.7",
"@preline/dropdown": "^1.3.0",
"@prisma/client": "^5.0.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.9.3",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"convertkit-react": "^1.5.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"firebase": "^10.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.260.0",
"mongoose": "^7.3.3",
"next": "13.4.9",
"next-auth": "^4.22.3",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.4",
"postcss": "8.4.25",
"prisma": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-modal": "^3.16.1",
"react-redux": "^8.1.1",
"react-select": "^5.7.3",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"typescript": "5.1.6"
}
}