Vite Plugins

Here is the list of Plugins which helped us to make admin better.

{
  "name": "Skote-Vite-React",
  "private": true,
  "version": "4.0.3",
  "scripts": {
    "dev": "GENERATE_SOURCEMAP=false vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --write \"**/*.{js,jsx,json,md,html,css,less,scss}\"",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.7",
    "@ckeditor/ckeditor5-build-classic": "^35.4.0",
    "@ckeditor/ckeditor5-react": "^5.0.5",
    "@reduxjs/toolkit": "^1.9.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@vtaits/react-color-picker": "^0.1.3",
    "apexcharts": "^3.36.3",
    "axios": "^1.2.1",
    "axios-mock-adapter": "^1.21.2",
    "babel-eslint": "^10.1.0",
    "bootstrap": "^5.2.0",
    "chart.js": "^4.1.1",
    "chartist": "^0.11.4",
    "classnames": "^2.3.2",
    "draft-js": "^0.11.7",
    "echarts": "^4.9.0",
    "echarts-for-react": "^3.0.2",
    "eslint": "^8.30.0",
    "firebase": "^9.15.0",
    "formik": "^2.2.9",
    "google-maps-react": "^2.0.6",
    "i18next": "^22.4.6",
    "i18next-browser-languagedetector": "^7.0.1",
    "leaflet": "^1.9.3",
    "lodash": "^4.17.21",
    "lodash.clonedeep": "^4.5.0",
    "match-sorter": "^6.3.1",
    "metismenujs": "^1.3.1",
    "moment": "^2.29.4",
    "node-sass": "^8.0.0",
    "nouislider-react": "^3.4.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.0",
    "react-auth-code-input": "^3.2.1",
    "react-chartist": "^0.14.4",
    "react-chartjs-2": "^2.11.1",
    "react-color": "^2.19.3",
    "react-countdown": "^2.3.5",
    "react-data-table-component": "^7.5.3",
    "react-datepicker": "^4.8.0",
    "react-dom": "^18.2.0",
    "react-draft-wysiwyg": "^1.15.0",
    "react-drag-listview": "^0.2.1",
    "react-dropzone": "^14.2.3",
    "react-dual-listbox": "^4.0.0",
    "react-facebook-login": "^4.1.1",
    "react-flatpickr": "^3.10.13",
    "react-google-login": "^5.2.2",
    "react-i18next": "^12.1.1",
    "react-image-lightbox": "^5.1.4",
    "react-input-mask": "^2.0.4",
    "react-jvectormap": "^0.0.16",
    "react-leaflet": "^2.7.0",
    "react-modal-video": "^2.0.0",
    "react-native-inline-datepicker": "^1.2.0",
    "react-perfect-scrollbar": "^1.5.8",
    "react-rangeslider": "^2.2.0",
    "react-rating": "^2.0.5",
    "react-rating-tooltip": "^1.2.0",
    "react-redux": "^8.0.5",
    "react-responsive-carousel": "^3.2.23",
    "react-responsive-masonry": "^2.1.7",
    "react-router-dom": "^6.6.1",
    "react-script": "^2.0.5",
    "react-scripts": "^5.0.1",
    "react-select": "^5.7.0",
    "react-sparklines": "^1.7.0",
    "react-star-ratings": "^2.3.0",
    "react-super-responsive-table": "^5.2.1",
    "react-switch": "^7.0.0",
    "react-table": "^7.8.0",
    "react-time-picker": "^5.1.0",
    "react-toast-notifications": "^2.5.1",
    "reactstrap": "^9.1.5",
    "recharts": "^2.2.0",
    "redux": "^4.2.0",
    "redux-form": "^8.3.9",
    "redux-saga": "^1.2.2",
    "simplebar-react": "^2.4.3",
    "styled-components": "^5.3.6",
    "swiper": "^8.4.5",
    "toastr": "^2.1.4",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@fullcalendar/bootstrap": "^5.11.3",
    "@fullcalendar/core": "^5.11.3",
    "@fullcalendar/daygrid": "^5.11.3",
    "@fullcalendar/interaction": "^5.11.3",
    "@fullcalendar/react": "^5.11.2",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.6",
    "@vitejs/plugin-react": "^2.1.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.2.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "sass": "^1.54.9",
    "vite": "^3.1.1"
  },
  "eslintConfig": {
    "extends": [
      "eslint:recommended",
      "plugin:react/recommended"
    ],
    "babelOptions": {
      "presets": [
        "@babel/preset-react"
      ]
    },
    "parser": "@babel/eslint-parser",
    "parserOptions": {
      "requireConfigFile": false,
      "ecmaVersion": 2020,
      "sourceType": "module",
      "ecmaFeatures": {
        "jsx": true
      }
    },
    "env": {
      "browser": true,
      "es6": true
    },
    "globals": {
      "$": true
    },
    "settings": {
      "react": {
        "version": "^17.0.1"
      }
    },
    "rules": {
      "semi": [
        "error",
        "never"
      ]
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "resolutions": {
    "moment": "2.29.1",
    "react-error-overlay": "6.0.11"
  }
}

© Themesbrand.
Crafted with by Themesbrand