-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 965 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": "client-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.8",
"dotenv": "^16.4.7",
"embla-carousel": "^8.5.1",
"embla-carousel-fade": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^12.4.1",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"next": "^14.2.20",
"nextjs-toploader": "^3.7.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.2.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.3.0",
"react-text-to-speech": "^1.2.3",
"sweetalert2": "^11.15.10"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}