-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
{
"name": "laaps-carwash",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-google-maps/api": "^1.9.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/googlemaps": "^3.39.13",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.9.47",
"bootstrap": "^4.5.2",
"ejs-mate": "^3.0.0",
"express": "^4.17.1",
"firebase": "^7.19.0",
"leaflet": "^1.6.0",
"mapbox-gl": "^1.12.0",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-geocode": "^0.2.1",
"react-google-autocomplete": "^1.2.6",
"react-google-maps": "^9.4.5",
"react-leaflet": "^2.7.0",
"react-map-gl": "^5.2.7",
"react-mapbox-gl": "^4.8.6",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-social-login-buttons": "^3.1.0",
"react-toastify": "^6.0.8",
"reactstrap": "^8.5.1",
"socket.io": "^2.3.0",
"use-supercluster": "^0.2.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}