-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "mapboxtesting",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.2.4",
"@chakra-ui/core": "^0.2.8",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@fortawesome/fontawesome-svg-core": "^1.2.23",
"@fortawesome/free-solid-svg-icons": "^5.11.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mapbox/mapbox-gl-geocoder": "^4.4.1",
"@sentry/browser": "^5.6.3",
"axios": "^0.19.0",
"chakra-ui": "^0.3.9",
"chartjs": "^0.3.24",
"emotion-theming": "^10.0.19",
"font-awesome": "^4.7.0",
"formik": "^1.5.8",
"json-loader": "^0.5.7",
"mapbox-gl": "^1.3.1",
"multer": "^1.4.2",
"npm": "^6.11.3",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-fontawesome": "^1.6.1",
"react-icons": "^3.7.0",
"react-map-gl": "^5.0.10",
"react-mapbox-gl": "^4.6.0",
"react-mapbox-gl-geocoder": "^1.0.3",
"react-responsive": "^8.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.2.0",
"react-test-renderer": "^16.9.0",
"reactn": "^2.2.4",
"rechart": "0.0.1",
"recharts": "^1.7.1",
"styled-components": "^4.3.2",
"sweetalert2": "^8.17.6",
"yup": "^0.27.0"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@storybook/react": "^5.2.3",
"dotenv": "^8.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1"
}
}