12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "emealay-client",
- "version": "0.1.0",
- "private": true,
- "author": {
- "name": "Ramona Plogmann",
- "email": "ramona.plogmann@gmail.com"
- },
- "dependencies": {
- "@auth0/auth0-react": "^1.2.0",
- "@fortawesome/fontawesome-svg-core": "^1.2.32",
- "@fortawesome/free-brands-svg-icons": "^5.15.3",
- "@fortawesome/free-solid-svg-icons": "^5.15.1",
- "@fortawesome/react-fontawesome": "^0.1.13",
- "@material-ui/core": "^4.11.2",
- "@material-ui/icons": "^4.11.2",
- "@material-ui/lab": "^4.0.0-alpha.57",
- "@material-ui/styles": "^4.11.2",
- "@testing-library/jest-dom": "^5.11.6",
- "@testing-library/react": "^11.2.2",
- "@testing-library/user-event": "^12.3.0",
- "axios": "^0.21.1",
- "dateformat": "^4.4.1",
- "i18next": "^19.8.4",
- "i18next-browser-languagedetector": "^6.0.1",
- "jsdoc": "^3.6.6",
- "material-ui-chip-input": "^2.0.0-beta.2",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-i18next": "^11.8.5",
- "react-material-ui-carousel": "^2.1.2",
- "react-router-dom": "^5.2.0",
- "react-scripts": "4.0.1",
- "react-select": "^4.3.0",
- "react-swipeable-views": "^0.13.9",
- "web-vitals": "^0.2.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "styleguide": "styleguidist server",
- "styleguide:build": "styleguidist build"
- },
- "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"
- ]
- },
- "devDependencies": {
- "prop-types": "^15.7.2",
- "react-docgen": "^5.3.1",
- "react-dropzone": "^11.2.4",
- "react-styleguidist": "^11.1.6"
- }
- }
|