-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-tailwind/react": "^1.2.4",
"@react-google-maps/api": "^2.17.1",
"@types/google-map-react": "^2.1.7",
"@types/node": "18.11.10",
"@types/randomcolor": "^0.5.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-slick": "^0.23.10",
"@types/react-star-ratings": "^2.3.0",
"axios": "^1.2.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"loadable": "^1.0.0",
"moment": "^2.29.4",
"next": "13.0.6",
"randomcolor": "^0.6.2",
"react": "^18.3.1",
"react-countup": "^6.4.0",
"react-dom": "^18.3.1",
"react-google-places-autocomplete": "^3.4.0",
"react-image-lightbox": "^5.1.4",
"react-infinite-scroll-component": "^6.1.0",
"react-moment": "^1.1.2",
"react-slick": "^0.29.0",
"react-star-ratings": "^2.3.0",
"react-toastify": "^9.1.1",
"react-top-loading-bar": "^2.3.1",
"react-waypoint": "^10.3.0",
"ts-node": "^10.9.1",
"typescript": "4.9.3",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}