forked from BloomTech-Labs/miracle-messages-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.23 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
{
"name": "miracle-messages2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@material-ui/styles": "^4.6.0",
"@okta/okta-auth-js": "^3.0.0",
"@okta/okta-react": "^2.0.1",
"@okta/okta-signin-widget": "^3.8.2",
"@turf/bbox": "^6.0.1",
"axios": "^0.19.0",
"axois": "^0.0.1-security",
"deck.gl": "^7.3.6",
"dotenv": "^8.2.0",
"formik": "^2.0.5",
"material-ui-search-bar": "^0.4.2",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-burger-menu": "^2.6.13",
"react-calendar": "^3.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-gtm-module": "^2.0.8",
"react-icons": "^3.8.0",
"react-load-script": "^0.0.6",
"react-map-gl": "^5.1.2",
"react-perfect-scrollbar": "^1.5.3",
"react-phone-number-input": "^2.4.1",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-simple-sidenav": "^1.0.1",
"reactstrap": "^8.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"viewport-mercator-project": "^6.2.2",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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.6.0",
"@cypress/instrument-cra": "^1.1.1",
"cors": "^2.8.5",
"cypress": "^3.6.1",
"start-server-and-test": "^1.11.0"
}
}