-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "cuhk-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@builder.io/react-hydration-overlay": "^0.0.8",
"@custom-react-hooks/all": "^1.4.19",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@googlemaps/js-api-loader": "^1.16.6",
"@googlemaps/markerclusterer": "^2.5.3",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@nextui-org/react": "^2.2.10",
"@react-google-maps/api": "^2.19.3",
"@tanstack/react-query": "^5.29.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vis.gl/react-google-maps": "^0.7.0",
"axios": "^1.6.8",
"date-holidays": "^3.23.10",
"framer-motion": "^11.0.21",
"mongodb": "^6.5.0",
"mongoose": "^8.3.1",
"next": "^14.2.0",
"next-intl": "^3.11.1",
"next-seo": "^6.5.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-geolocated": "^4.1.2",
"react-google-places-autocomplete": "^4.0.1",
"react-icons": "^5.0.1",
"react-spinners": "^0.13.8",
"react-text-transition": "^3.1.0",
"react-timer-hook": "^3.0.7",
"sweetalert2": "^11.10.7",
"sweetalert2-react-content": "^5.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/google.maps": "^3.55.7",
"@types/mongoose": "^5.11.97",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}