-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
90 lines (90 loc) · 2.71 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "miracle-messages",
"version": "0.1.0",
"private": true,
"homepage": "http://miraclemap.net",
"dependencies": {
"@deck.gl/layers": "^8.1.9",
"@deck.gl/mapbox": "^8.1.9",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"@material-ui/styles": "^4.9.14",
"@okta/okta-auth-js": "^3.1.2",
"@okta/okta-react": "^3.0.2",
"@okta/okta-signin-widget": "^4.1.2",
"@turf/bbox": "^6.0.1",
"@urbica/react-map-gl": "^1.13.1",
"@urbica/react-map-gl-cluster": "^0.2.0",
"axios": "^0.19.2",
"axois": "^0.0.1-security",
"babel-loader": "^8.1.0",
"deck.gl": "^8.1.9",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
"mapbox-gl": "^1.11.0",
"material-ui-search-bar": "^0.4.2",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-burger-menu": "^2.6.13",
"react-calendar": "^3.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-gtm-module": "^2.0.8",
"react-icons": "^3.10.0",
"react-load-script": "^0.0.6",
"react-map-gl": "^5.2.5",
"react-mapbox-autocomplete": "^0.2.3",
"react-multi-carousel": "^2.5.5",
"react-perfect-scrollbar": "^1.5.8",
"react-phone-number-input": "^3.0.22",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-simple-sidenav": "^2.0.0",
"react-spinners": "^0.8.3",
"react-svg": "^11.0.22",
"react-toast-notifications": "^2.4.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"supercluster": "^7.1.0",
"viewport-mercator-project": "^7.0.1",
"yup": "^0.29.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8192 build",
"test": "react-scripts test --passWithNoTests",
"coverage": "CI=true yarn test --coverage || true",
"eject": "react-scripts eject",
"cypress:coverage:run": "cypress run || true",
"start:coverage": "react-scripts -r @cypress/instrument-cra start",
"cypress:coverage": "start-server-and-test start:coverage http://localhost:3000 cypress:coverage:run || true"
},
"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": {
"@cypress/code-coverage": "^3.7.4",
"@cypress/instrument-cra": "^1.1.1",
"cors": "^2.8.5",
"cypress": "^4.6.0",
"start-server-and-test": "^1.11.0"
}
}