-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.98 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "rush-webmap",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource-variable/aleo": "^5.0.4",
"@fontsource-variable/bitter": "^5.0.19",
"@fontsource-variable/figtree": "^5.0.20",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/noto-serif": "^5.0.5",
"@fontsource-variable/raleway": "^5.2.5",
"@fontsource-variable/urbanist": "^5.0.21",
"@fontsource/luckiest-guy": "^5.1.0",
"@fontsource/noto-serif-jp": "^5.0.11",
"@fontsource/poppins": "^5.0.13",
"@fontsource/raleway": "^5.0.8",
"@googlemaps/js-api-loader": "^1.16.2",
"@mapbox/search-js-react": "^1.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"firebase": "^9.10.0",
"framer-motion": "^6.5.1",
"immer": "^9.0.17",
"leaflet": "^1.9.1",
"leaflet-layerjson": "^0.3.4",
"leaflet.markercluster": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.9.0",
"react-icons": "^5.5.0",
"react-leaflet": "^4.1.0",
"react-leaflet-custom-control": "^1.3.1",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"sanitize-html": "^2.11.0",
"web-vitals": "^2.1.4",
"zustand": "^4.2.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"source-map-explorer": "^2.5.3"
}
}