You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xit-opst-fo/package.json

134 lines
3.8 KiB
JSON

{
"name": "xit-opst-fo",
"version": "0.0.1",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.4",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/timeline": "^5.10.1",
"@hookform/resolvers": "^2.8.8",
"@mui/icons-material": "^5.4.1",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.1",
"@mui/styles": "^5.4.1",
"@mui/system": "^5.4.1",
"@mui/utils": "^5.4.1",
"@mui/x-data-grid": "^5.5.0",
"@reduxjs/toolkit": "^1.7.2",
"@tabler/icons": "^1.53.0",
"amazon-cognito-identity-js": "^5.2.6",
"apexcharts": "^3.33.1",
"axios": "^0.25.0",
"axios-mock-adapter": "^1.20.0",
"chance": "^1.1.8",
"csstype": "^3.0.10",
"date-fns": "^2.28.0",
"draft-js": "^0.11.7",
"emoji-picker-react": "^3.5.1",
"firebase": "^9.6.6",
"formik": "^2.2.9",
"framer-motion": "^4.1.13",
"history": "^5.2.0",
"image-to-base64": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-ui-popup-state": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-currency-format": "^1.1.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-draggable": "^4.4.4",
"react-dropzone": "^12.0.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.26.1",
"react-images": "^1.2.0-beta.7",
"react-intersection-observer": "^8.33.1",
"react-intl": "^5.24.6",
"react-markdown": "^8.0.0",
"react-number-format": "^4.9.1",
"react-organizational-chart": "^2.1.1",
"react-otp-input-rc-17": "^2.4.1-minor",
"react-perfect-scrollbar": "^1.5.8",
"react-quill": "^2.0.0-beta.4",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3",
"react-slick": "^0.28.1",
"react-syntax-highlighter": "^15.4.5",
"react-timer-hook": "^3.0.5",
"react-to-print": "^2.14.4",
"react-window": "^1.8.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"remark-gfm": "^3.0.1",
"slick-carousel": "^1.8.1",
"stylis-plugin-rtl": "^2.1.1",
"sweetalert2": "^11.4.4",
"sweetalert2-react-content": "^4.2.0",
"typescript": "4.4.4",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.15.8",
"eslint": "^7.27.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"react-error-overlay": "6.0.9",
"sass": "^1.49.7"
}
}