cleaned up package.json

This commit is contained in:
pepper 2021-01-19 17:46:10 -05:00
parent d6c1fc7f52
commit 271942ae7f
3 changed files with 0 additions and 1490 deletions

1470
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,24 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.10.6",
"@material-ui/pickers": "^3.2.10",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"autosize": "^4.0.2",
"axios": "^0.21.0",
"axios-react": "^2.0.2",
"bootstrap": "^4.5.3",
"cldr-data": "^36.0.0",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"formik": "^2.2.5",
"formstrap": "^1.1.3",
"globalize": "^1.6.0",
"iana-tz-data": "^2019.1.0",
"mdbreact": "^4.27.0",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
@ -30,22 +21,12 @@
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-data-grid": "^7.0.0-canary.28",
"react-datetime-picker": "^3.0.4",
"react-dom": "^17.0.1",
"react-gauge-chart": "^0.2.5",
"react-json-to-table": "^0.1.7",
"react-lazy-load": "^3.1.13",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-table": "^7.6.1",
"react-widgets": "^4.6.1",
"react-widgets-globalize": "^5.0.23",
"reactstrap": "^8.7.1",
"reactstrap-date-picker": "0.0.11",
"redux": "^4.0.5",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4",
"yup": "^0.32.5"
},

View File

@ -8,7 +8,6 @@ import { Input, Submit } from "formstrap";
import { callAPI } from "../../../actions/API";
import Msgbox from "../../../actions/Msgbox";
import { builfArrayFromObject } from "../../../actions/Error";
import TextareaAutosize from "react-textarea-autosize";
// Main form and POST Request to add migrations
// found at /book under the web hosting migration tab