-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 882 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
{
"name": "car-rent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.0.37",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"car-rent": "file:",
"cors": "^2.8.5",
"express": "^4.19.2",
"framer-motion": "^11.3.24",
"gsap": "^3.12.5",
"hamburger-react": "^2.5.1",
"next": "14.2.5",
"rc-scrollbars": "^1.1.6",
"react": "^18.3.1",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.2",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"nodemon": "^3.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}