-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.1 KB
/
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
40
41
{
"name": "ceylon-odyssey",
"version": "1.0.0",
"description": "Ceylon odyssey is a comprehensive tour package booking system.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"cd frontend && npm run dev\" \"cd backend && npm run start\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/dialogflow-cx": "^4.8.0",
"axios": "^1.7.7",
"concurrently": "^8.2.2",
"jspdf": "^2.5.2",
"lucide-react": "^0.446.0",
"multer": "^1.4.5-lts.1",
"pdfkit": "^0.15.0",
"react-hot-toast": "^2.4.1",
"react-player": "^2.16.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"leaflet": "^1.9.4",
"multer": "^1.4.5-lts.1",
"pdf-lib": "^1.17.1",
"postcss": "^8.4.47",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"recharts": "^2.12.7",
"tailwindcss": "^3.4.13",
"xlsx": "^0.18.5"
}
}