-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 860 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@clerk/clerk-js": "^5.14.0",
"@clerk/nextjs": "^5.3.1",
"@google/generative-ai": "^0.15.0",
"autoprefixer": "^10.4.19",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.3",
"date-fns": "^3.6.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.5.0",
"next": "latest",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.1",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "18.7.5",
"@types/react": "16.9.17",
"@types/react-modal": "^3.16.3",
"daisyui": "^4.12.10",
"tailwindcss": "^3.4.6",
"typescript": "4.6.3"
}
}