init
parents
Showing
.eslintcache
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "checkin_dcv", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@date-io/date-fns": "^1.3.13", | ||
| "@datepicker-react/styled": "^2.7.0", | ||
| "@devexpress/dx-react-chart": "^2.7.3", | ||
| "@devexpress/dx-react-chart-material-ui": "^2.7.3", | ||
| "@devexpress/dx-react-core": "^2.7.3", | ||
| "@devexpress/dx-react-scheduler": "^2.7.3", | ||
| "@devexpress/dx-react-scheduler-material-ui": "^2.7.3", | ||
| "@material-ui/core": "^4.11.1", | ||
| "@material-ui/data-grid": "^4.0.0-alpha.11", | ||
| "@material-ui/icons": "^4.9.1", | ||
| "@material-ui/lab": "^4.0.0-alpha.57", | ||
| "@material-ui/pickers": "^3.2.10", | ||
| "@testing-library/jest-dom": "^5.11.4", | ||
| "@testing-library/react": "^11.1.0", | ||
| "@testing-library/user-event": "^12.1.10", | ||
| "@unicef/react-org-chart": "^0.3.4", | ||
| "axios": "^0.21.0", | ||
| "clsx": "^1.1.1", | ||
| "date-fns": "^2.16.1", | ||
| "html2canvas": "^1.0.0-rc.7", | ||
| "json-digger": "^1.1.5", | ||
| "jspdf": "^2.2.0", | ||
| "lodash": "^4.17.20", | ||
| "material-ui-popup-state": "^1.7.1", | ||
| "moment": "^2.29.1", | ||
| "notistack": "^1.0.2", | ||
| "react": "^17.0.1", | ||
| "react-d3": "^0.4.0", | ||
| "react-dom": "^17.0.1", | ||
| "react-redux": "^7.2.2", | ||
| "react-router-dom": "^5.2.0", | ||
| "react-scripts": "4.0.1", | ||
| "react-tree-graph": "^5.1.0", | ||
| "redux": "^4.0.5", | ||
| "redux-saga": "^1.1.3", | ||
| "rxjs": "^6.6.3", | ||
| "styled-components": "^5.2.1", | ||
| "uuid": "^8.3.2", | ||
| "web-vitals": "^0.2.4" | ||
| }, | ||
| "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" | ||
| ] | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/View/Login/LoginScreen.js
0 → 100644
src/View/RootView.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/reportWebVitals.js
0 → 100644
src/setupTests.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.