-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.06 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "travel-book",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"setup": "node setup.js",
"setup:contributor": "npm install && npm run setup && echo 'Setup complete! Run npm run dev to start developing.'"
},
"dependencies": {
"@react-google-maps/api": "^2.20.6",
"axios": "^1.7.9",
"bootstrap-icons": "^1.11.3",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.9",
"daisyui": "^4.12.23",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"firebase": "^11.9.1",
"framer-motion": "^12.9.2",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.527.0",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "^9.5.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-modal": "^3.16.3",
"react-router-dom": "^6.28.1",
"react-scroll": "^1.9.0",
"react-share": "^5.2.2",
"react-swipeable": "^7.0.2",
"react-toastify": "^11.0.2",
"sonner": "^1.7.1",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"sharp": "^0.34.5",
"svgo": "^4.0.0",
"tailwindcss": "^3.4.17",
"vite": "^6.0.5",
"vite-plugin-image-optimizer": "^2.0.3",
"vite-plugin-pwa": "^1.0.0"
}
}