| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "name": "web",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@emotion/react": "^11.5.0",
- "@emotion/styled": "^11.3.0",
- "@mui/icons-material": "^5.0.5",
- "@mui/material": "^5.0.6",
- "@mui/x-data-grid": "^5.0.1",
- "@mui/x-date-pickers": "^5.0.10",
- "@reduxjs/toolkit": "^1.5.1",
- "@testing-library/jest-dom": "^5.13.0",
- "@testing-library/user-event": "^12.8.3",
- "@tinymce/tinymce-react": "^4.2.0",
- "axios": "^0.21.1",
- "css-mediaquery": "^0.1.2",
- "date-fns": "^2.29.3",
- "eslint-plugin-prettier": "^3.4.0",
- "eslint-plugin-security": "^1.4.0",
- "faker": "^5.5.3",
- "formik": "^2.2.9",
- "html-react-parser": "^3.0.4",
- "i18next": "^20.3.1",
- "json-server": "^0.17.0",
- "jsonwebtoken": "^8.5.1",
- "jwt-decode": "^3.1.2",
- "lodash": "^4.17.21",
- "lodash.isempty": "^4.4.0",
- "owasp-password-strength-test": "^1.3.0",
- "postcss": "^8.4.20",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-dropzone": "^14.2.3",
- "react-helmet-async": "^1.0.9",
- "react-i18next": "^11.10.0",
- "react-mentions": "^4.4.7",
- "react-redux": "^7.2.4",
- "react-router-dom": "^5.2.0",
- "react-scripts": "4.0.3",
- "react-select": "^4.3.1",
- "react-slick": "^0.29.0",
- "redux": "^4.1.0",
- "redux-saga": "^1.1.3",
- "sass": "^1.34.1",
- "slick-carousel": "^1.8.1",
- "use-dynamic-refs": "^1.0.0",
- "web-vitals": "^1.1.2",
- "yup": "^0.32.9"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "json-serve": "json-server ./db/db.js --port=4000"
- },
- "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": {
- "@testing-library/react": "^12.1.2",
- "eslint": "^7.28.0",
- "eslint-config-airbnb": "^18.2.1",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-jsx-a11y": "^6.4.1",
- "eslint-plugin-react": "^7.24.0",
- "eslint-plugin-react-hooks": "^4.2.0",
- "jest": "^26.6.0",
- "jest-dom": "^4.0.0",
- "jest-mock-axios": "^4.7.0-beta4",
- "prettier": "2.3.1",
- "react-test-renderer": "^18.2.0"
- }
- }
|