Gazebo_simulation-Frontend/package.json

46 lines
1.1 KiB
JSON

{
"name": "react_base",
"version": "0.1.0",
"private": true,
"dependencies": {
"@okta/okta-react-native": "^1.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.1",
"clean": "^4.0.2",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.0.3",
"react": "^16.12.0",
"react-admin": "^3.0.3",
"react-bootstrap": "^1.0.0-beta.16",
"react-confirm-alert": "^2.4.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-loading-overlay": "^1.0.1",
"react-scripts": "^2.1.8",
"reactstrap": "^8.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}