forked from bcs08-group5-airbnb/airbnb-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
{
"name": "airbnb-frontend",
"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": {
"@ant-design/compatible": "^5.1.2",
"@ant-design/pro-components": "^2.6.35",
"@ckeditor/ckeditor5-build-classic": "^40.1.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.7",
"alpinejs": "^3.13.2",
"antd": "^5.10.3",
"antd-img-crop": "^4.17.0",
"aos": "^2.3.4",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"lightgallery": "^2.7.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.292.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"range-overlap": "^1.0.0",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-multi-carousel": "^2.8.4",
"react-redux": "^8.1.3",
"react-remove-scroll-bar": "^2.3.4",
"react-router-dom": "^6.17.0",
"react-spinners": "^0.13.8",
"swiper": "^11.0.3",
"use-sound": "^4.0.1",
"viewerjs": "^1.11.6"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"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.31",
"tailwindcss": "^3.3.5",
"vite": "^4.4.5"
}
}