-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (48 loc) · 1.22 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": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.0.0",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^5.18.0",
"cloudinary": "^2.4.0",
"framer-motion": "^11.0.21",
"katex": "^0.16.10",
"material-file-icons": "^2.4.0",
"next": "14.1.4",
"next-auth": "^5.0.0-beta.16",
"next-mdx-remote": "^4.4.1",
"next-nprogress-bar": "^2.3.11",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"postcss": "^8",
"prisma": "^5.18.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}