-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.9 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
67
68
69
70
71
72
73
{
"name": "estatier_1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@react-google-maps/api": "^2.0.2",
"@reduxjs/toolkit": "^1.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.5.3",
"cloudinary-react": "^1.6.8",
"esri-leaflet": "^2.5.1",
"esri-leaflet-geocoder": "^2.3.3",
"firebase": "^8.1.2",
"formik": "^2.2.5",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"leaflet": "^1.7.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-cool-onclickoutside": "^1.5.9",
"react-dom": "^17.0.1",
"react-geocode": "^0.2.2",
"react-icons": "^4.1.0",
"react-image-lightbox": "^5.1.1",
"react-intersection-observer": "^8.31.0",
"react-leaflet": "^3.0.2",
"react-otp-input": "^2.3.0",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.1.3",
"react-router-dom": "6",
"react-slick": "^0.27.13",
"react-stack-grid": "^0.7.1",
"sass": "^1.53.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^3.0.3",
"use-places-autocomplete": "^1.7.0",
"uuid": "^8.3.2",
"yup": "^0.31.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.14"
}
}