-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 972 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
39
{
"name": "novabank",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.1",
"crypto": "^1.0.1",
"framer-motion": "^11.11.9",
"js-cookie": "^3.0.5",
"mongoose": "^8.7.1",
"next": "^14.2.23",
"nodemailer": "^6.10.0",
"react": "^18",
"react-chatbot-kit": "^2.2.2",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.13.1",
"swiper": "^11.1.14"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}