-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "nextjs-course",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@hookform/error-message": "^2.0.1",
"@ionic/react": "^7.3.3",
"@react-email/components": "0.0.14",
"@sendgrid/mail": "^6.5.5",
"@svgr/webpack": "^8.1.0",
"bcryptjs": "^2.4.3",
"bson": "^6.0.0",
"chalk": "^5.3.0",
"chart.js": "^4.4.0",
"crypto-random-string": "^5.0.0",
"cryptr": "^6.3.0",
"fs": "^0.0.1-security",
"ionicons": "^7.1.2",
"mongodb": "^3.7.4",
"multer": "^1.4.5-lts.1",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-email": "2.0.0",
"react-icons": "^4.12.0",
"react-ionicons": "^4.2.1",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^10.0.4",
"recharts": "^2.10.1",
"safer-buffer": "^2.1.2",
"saslprep": "^1.0.3",
"update": "^0.4.2"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}