{
    "name": "iykons-fe",
    "version": "0.1.0",
    "proxy": "https://iykons-s3-storage.s3.eu-west-1.amazonaws.com",
    "private": true,
    "dependencies": {
        "@craco/craco": "^7.1.0",
        "@dnd-kit/core": "^6.1.0",
        "@dnd-kit/modifiers": "^7.0.0",
        "@dnd-kit/sortable": "^8.0.0",
        "@dnd-kit/utilities": "^3.2.2",
        "@popperjs/core": "^2.11.8",
        "@react-pdf/renderer": "^3.4.4",
        "@reduxjs/toolkit": "^1.9.5",
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^13.0.0",
        "@testing-library/user-event": "^13.2.1",
        "@types/jest": "^27.0.1",
        "@types/jquery": "^3.5.30",
        "@types/jspdf": "^2.0.0",
        "@types/node": "^20.8.9",
        "@types/react": "^18.3.3",
        "@types/react-dom": "^18.3.0",
        "@types/sanitize-html": "^2.11.0",
        "antd": "^5.15.2",
        "aws-sdk": "^2.1443.0",
        "axios": "^1.4.0",
        "babel-plugin-import": "^1.13.6",
        "chart.js": "^4.4.0",
        "chartjs-plugin-datalabels": "^2.2.0",
        "craco-less": "^3.0.1",
        "css-loader": "^6.8.1",
        "dayjs": "^1.11.9",
        "eslint-config-standard-with-typescript": "^39.1.1",
        "html-react-parser": "^5.1.9",
        "html2canvas": "^1.4.1",
        "html2pdf.js": "^0.10.1",
        "jodit-react": "^4.0.15",
        "jquery": "^3.7.1",
        "jspdf": "^2.5.1",
        "jspdf-autotable": "^3.8.2",
        "less": "^4.1.3",
        "less-loader": "^11.1.3",
        "moment": "^2.29.4",
        "node": "^21.2.0",
        "pdf-lib": "^1.17.1",
        "pdfjs-dist": "^4.2.67",
        "rc-picker": "^3.14.2",
        "react": "^18.2.0",
        "react-chartjs-2": "^5.2.0",
        "react-dom": "^18.2.0",
        "react-horizontal-scroll-menu": "^0.0.3",
        "react-pdf": "^9.1.1",
        "react-quill": "^2.0.0",
        "react-redux": "^8.1.1",
        "react-router-dom": "^6.14.2",
        "react-scripts": "5.0.1",
        "react-summernote": "^2.0.2",
        "react-toastify": "^10.0.5",
        "react-tooltip": "^5.27.1",
        "redux-logger": "^3.0.6",
        "sanitize-html": "^2.13.0",
        "style-loader": "^3.3.3",
        "typescript": "*",
        "web-vitals": "^2.1.0"
    },
    "scripts": {
        "start": "craco start",
        "build": "DISABLE_ESLINT_PLUGIN=true craco build",
        "test": "craco test",
        "eject": "craco eject",
        "lint": "eslint --fix",
        "pretty": "prettier --write .",
        "prepare": "husky install"
    },
    "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": {
        "@types/chart.js": "^2.9.40",
        "@types/react-tooltip": "^4.2.4",
        "@types/redux-logger": "^3.0.9",
        "@typescript-eslint/eslint-plugin": "^6.4.0",
        "eslint": "^8.0.1",
        "eslint-config-prettier": "^9.0.0",
        "eslint-plugin-import": "^2.25.2",
        "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
        "eslint-plugin-prettier": "^5.0.1",
        "eslint-plugin-promise": "^6.0.0",
        "eslint-plugin-react": "^7.33.2",
        "husky": "^8.0.0",
        "lint-staged": "^15.0.1",
        "prettier": "^3.0.3",
        "resolve-url-loader": "^5.0.0"
    },
    "lint-staged": {
        "*/.{ts,tsx}": [
            "yarn lint",
            "yarn pretty"
        ]
    }
}
