-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
51
{
"name": "react-travel-service",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@dicebear/avatars": "^4.10.8",
"@dicebear/avatars-initials-sprites": "^4.10.8",
"@react-google-maps/api": "^2.20.3",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"firebase": "^10.14.1",
"localforage": "^1.10.0",
"lucide-react": "^0.460.0",
"match-sorter": "^6.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-router-dom": "^6.16.0",
"react-toastify": "^10.0.6",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"sort-by": "^1.2.0",
"swiper": "^10.3.1",
"twilio": "^5.3.6",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.20",
"daisyui": "^3.8.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^4.4.5"
}
}