-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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": "gbdc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.5.0",
"@headlessui/react": "^1.7.16",
"@tinymce/tinymce-react": "^5.0.1",
"@types/node": "^20.4.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.7",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "10.4.14",
"clsx": "^2.1.0",
"eslint": "8.46.0",
"eslint-config-next": "^14.2.5",
"formik": "^2.4.6",
"framer-motion": "^10.15.1",
"isomorphic-dompurify": "^2.6.0",
"mongodb": "^6.5.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-cloudinary": "^5.6.0",
"next-pwa": "^5.6.0",
"postcss": "^8.4.35",
"react": "^18.3.1",
"react-countup": "^6.4.2",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"swiper": "^10.1.0",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.3",
"tinymce": "^7.0.0",
"typescript": "5.1.6",
"yup": "^1.4.0"
},
"devDependencies": {
"@prisma/client": "^5.11.0",
"daisyui": "^4.12.10",
"npm": "^10.5.0",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"prisma": "^5.11.0"
}
}