-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.97 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
61
62
63
64
65
66
{
"name": "hudson",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true next build",
"test": "DISABLE_ESLINT_PLUGIN=true react-scripts test"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@hookform/error-message": "^2.0.1",
"@mux/mux-video-react": "^0.7.15",
"@reduxjs/toolkit": "^2.2.7",
"@swc/helpers": "^0.5.10",
"axios": "^1.7.7",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.1",
"cookies-next": "^4.2.1",
"country-dropdown-with-flags-for-react": "^1.1.4",
"date-fns": "^3.6.0",
"dynamic": "^4.2.2",
"form-data": "^4.0.0",
"gsap": "^3.12.2",
"html-react-parser": "^5.1.16",
"jquery": "^3.7.0",
"leaflet": "^1.9.4",
"lg-fullscreen": "^1.2.1",
"lg-thumbnail": "^1.2.1",
"lg-zoom": "^1.3.0",
"lightgallery": "^2.7.2",
"mapbox-gl": "^3.6.0",
"mdb-react-ui-kit": "^5.1.0",
"moment-timezone": "^0.5.45",
"next": "13.3.0",
"nextjs-progressbar": "^0.0.16",
"rc-slider": "^10.3.1",
"react": "^18.2.0",
"react-calendar": "^4.8.0",
"react-chartjs-2": "^5.2.0",
"react-collapse": "^5.1.1",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-flags-select": "^2.2.3",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-phone-number-input": "^3.2.19",
"react-plock": "^3.0.2",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-stars": "^2.2.5",
"react-switch": "^7.0.0",
"react-tailwindcss-datepicker": "^1.4.2",
"reactjs-popup": "^2.0.5",
"reactstrap": "^9.1.6",
"sass": "^1.58.3",
"scss": "^0.2.4",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.6",
"typewriter-effect": "^2.21.0"
}
}