-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "mec-trade-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 4041",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.5",
"@next/third-parties": "^14.0.4",
"@nextui-org/react": "^2.2.9",
"@phosphor-icons/react": "^2.0.15",
"@prisma/client": "^5.15.0",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.1",
"framer-motion": "^10.16.12",
"html-react-parser": "^5.0.11",
"jose": "^5.1.3",
"next": "14.0.4",
"next-cloudinary": "^5.16.0",
"nextjs-toploader": "^1.6.4",
"nodemailer": "^6.9.7",
"react": "^18",
"react-countup": "^6.5.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-quill": "^2.0.0",
"sharp": "^0.33.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.15.0",
"tailwindcss": "^3.3.0"
}
}