-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "aariyanapu.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.8",
"@ducanh2912/next-pwa": "^10.2.7",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.6.0",
"@tinymce/tinymce-react": "^5.0.0",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.0.0",
"formik": "^2.4.6",
"framer-motion": "^10.16.5",
"isomorphic-dompurify": "^2.6.0",
"mongodb": "^6.8.0",
"next": "14.0.3",
"next-auth": "^4.24.5",
"next-cloudinary": "^5.7.0",
"react": "^18",
"react-dom": "^18",
"react-github-calendar": "^4.0.6",
"react-icons": "^4.12.0",
"react-toastify": "^10.0.5",
"swr": "^2.2.4",
"tailwind-merge": "^2.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"webpack": "^5.92.1"
}
}