{
  "name": "soxo-bootstrap-core",
  "version": "2.4.24",
  "description": "All the Core Components for you to start",
  "keywords": [
    "all in one"
  ],
  "homepage": "https://github.com/soxo-tech/soxo-bootstrap-core",
  "bugs": {
    "url": "https://github.com/soxo-tech/soxo-bootstrap-core/issues",
    "email": "hello@soxo.in"
  },
  "main": "index.js",
  "scripts": {
    "size": "size-limit",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --mode development",
    "transpile": "babel / -d build --copy-files",
    "build": "webpack --mode production",
    "deploy": "gh-pages -d examples/build",
    "quick-deploy": "git status && git add . && git commit -m \"Theme Updates\" && git push",
    "release": "git tag -a v2023-v2.0.91 -m \"Theme Updates\" && npm run quick-deploy && npm publish",
    "quick-commit": "git status && git add . && git commit -m 'Saving changes after deploying' && git push ",
    "publish-demo": "npm run build && npm run deploy",
    "lint": "eslint core",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/soxo-tech/firebase-core.git"
  },
  "author": "Soxo <hello@soxo.in> (https://soxo.in)",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "@react-pdf-viewer/core": "^3.12.0",
    "@react-pdf-viewer/default-layout": "^3.12.0",
    "antd": "4.24.0",
    "bootstrap": "^5.3.3",
    "bootstrap-daterangepicker": "^3.1.0",
    "file-saver": "^2.0.5",
    "firebase": "^9.6.1",
    "framer-motion": "^6.5.1",
    "google-map-react": "^2.1.10",
    "html5-qrcode": "^2.3.8",
    "i18next": "^22.4.15",
    "i18next-browser-languagedetector": "^7.0.1",
    "jquery": "^3.6.0",
    "lint-staged": "^12.3.2",
    "moment-timezone": "^0.5.34",
    "otp-input-react": "^0.3.0",
    "pdf-lib": "^1.17.1",
    "pdfjs-dist": "^3.4.120",
    "qrcode.react": "^2.0.0",
    "react": "^17.0.2",
    "react-ace": "^9.5.0",
    "react-awesome-button": "^7.0.5",
    "react-barcode": "^1.4.1",
    "react-beautiful-dnd": "^13.1.1",
    "react-bootstrap-daterangepicker": "^7.0.0",
    "react-csv": "^2.2.1",
    "react-dom": "^17.0.2",
    "react-hook-geolocation": "^1.0.11",
    "react-hotkeys": "^2.0.0",
    "react-html5-camera-photo": "^1.5.5",
    "react-i18next": "^12.2.2",
    "react-json-editor-ajrm": "^2.5.13",
    "react-phone-input-2": "^2.15.1",
    "react-places-autocomplete": "^7.3.0",
    "react-router-dom": "^5.2.0",
    "react-signature-canvas": "^1.0.6",
    "sass": "^1.45.1",
    "webpack-dev-server": "^5.0.4",
    "world_countries_lists": "^2.6.0",
    "xlsx": "^0.17.4"
  },
  "engineStrict": true,
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@eslint/compat": "^1.1.1",
    "@eslint/js": "^9.9.1",
    "babel-loader": "^8.3.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^4.3.0",
    "css-minimizer-webpack-plugin": "^1.3.0",
    "eslint": "^8.57.0",
    "eslint-plugin-jsdoc": "^50.2.2",
    "eslint-plugin-react": "^7.35.0",
    "eslint-plugin-unicorn": "^55.0.0",
    "globals": "^15.9.0",
    "husky": "^9.1.5",
    "prettier": "^3.3.3",
    "sass-loader": "^10.5.2",
    "style-loader": "^1.3.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.92.0",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^5.1.4"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write",
      "eslint",
      "git add"
    ]
  }
}
