-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "guesthouse-franca",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@phosphor-icons/react": "^2.1.4",
"aos": "^2.3.4",
"hero-slider": "^3.2.1",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-intl": "^6.6.5",
"react-lazy-load-image-component": "^1.6.0",
"react-leaflet": "^4.2.1",
"react-photo-album": "^2.3.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"yet-another-react-lightbox": "^3.17.3"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/leaflet": "^1.9.11",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-lazy-load-image-component": "^1.6.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}