-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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
36
37
38
{
"name": "little-einsteins",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.14.1",
"@react-google-maps/api": "^2.19.3",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"next": "14.2.4",
"next-auth": "^5.0.0-beta.19",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-scroll": "^1.9.0",
"resend": "^3.5.0",
"rsuite": "^5.65.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4"
}
}