-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
executable file
·61 lines (61 loc) · 1.47 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": "helium-place",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@turf/distance": "^6.3.0",
"@turf/turf": "^6.3.0",
"axios": "^0.21.1",
"h3-js": "^3.7.0",
"immutable": "^4.0.0-rc.12",
"is-svg": "4.2.2",
"node-notifier": "^8.0.1",
"react": "^17.0.1",
"react-adsense": "^0.1.0",
"react-burger-menu": "^3.0.3",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-map-gl": "5.2.11",
"react-map-gl-geocoder": "^2.1",
"react-mapbox-gl": "^5.1.1",
"react-modal": "^3.12.1",
"react-qr-code": "^1.0.5",
"react-responsive-modal": "^6.0.1",
"react-scripts": "4.0.3",
"react-switch": "^6.0.0",
"react-tooltip": "^4.2.15",
"sass": "^1.38.2",
"web-vitals": "^0.2.4",
"worker-loader": "^3.0.7",
"ws": "^7.4.6",
"yarn": "^1.22.10"
},
"scripts": {
"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"
]
}
}