This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
pepper 9a6524d7f9 general changes and developing
submit migration form
upcoming migration table
and formatting
2020-11-18 23:49:25 -05:00

72 lines
1.9 KiB
JSON

{
"name": "axios-test",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.10.6",
"@material-ui/pickers": "^3.2.10",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.0",
"axios-react": "^2.0.2",
"bootstrap": "^4.5.3",
"cldr-data": "^36.0.0",
"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",
"react-bootstrap-form": "^0.1.4-beta6",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-table-next": "^4.0.3",
"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"
},
"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"
]
}
}