forked from Adarsh-Chaubey03/TravelGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 705 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 705 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
{
"name": "travelgrid",
"version": "1.0.0",
"description": "**Note**: This repository is dedicated to contributors of **GirlScript Summer of Code 2025 (GSSoC'25)**.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"leaflet": "^1.9.4",
"react-leaflet": "^5.0.0",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"postcss": "^8.5.6",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"recharts": "^3.1.0",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"vite": "^6.3.5"
}
}