-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "final-shit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.3.7",
"@clerk/themes": "^2.1.25",
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/poppins": "^5.0.15",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.7",
"@prisma/client": "^5.19.0",
"@types/canvas-confetti": "^1.6.4",
"@types/mdx": "^2.0.13",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.4.0",
"clsx": "^2.1.1",
"firebase": "^10.13.1",
"framer-motion": "^11.5.4",
"groq-sdk": "^0.6.1",
"keen-slider": "^6.8.6",
"lucide-react": "^0.439.0",
"mysql2": "^3.11.0",
"next": "14.2.7",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-image-crop": "^11.0.6",
"react-markdown": "^9.0.1",
"react-responsive-carousel": "^3.2.23",
"react-syntax-highlighter": "^15.5.0",
"rsuite": "^5.70.0",
"showdown": "^2.1.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/showdown": "^2.0.6",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"prisma": "^5.19.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}