-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 Bytes
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
{
"name": "order_online",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^12.23.0",
"next": "15.0.5",
"react": "19.0.1",
"react-datepicker": "^8.4.0",
"react-dom": "19.0.1",
"react-feather": "^2.0.10",
"react-hook-form": "^7.60.0",
"react-modern-drawer": "^1.4.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"swr": "^2.3.4",
"zustand": "^5.0.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}