{
  "name": "gbs-fwk-buildingblock",
  "version": "1.3.30",
  "description": "building blocks",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "types",
    "README.md"
  ],
  "scripts": {
    "build": "npx tsc --project tsconfig.json --emitDeclarationOnly && npx rollup -c",
    "prepack": "npm run build",
    "pack": "npm run build && npm pack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "GBS",
  "license": "ISC",
  "peerDependencies": {
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@babel/cli": "7.21.0",
    "@babel/core": "7.22.7",
    "@babel/preset-env": "7.21.4",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "7.21.4",
    "@rollup/plugin-alias": "5.0.0",
    "@types/react": "18.0.34",
    "babel-loader": "9.1.2",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-node-resolve": "15.1.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@syncfusion/ej2-react-buttons": "25.1.35",
    "@syncfusion/ej2-react-calendars": "25.1.35",
    "@syncfusion/ej2-react-documenteditor": "25.1.35",
    "@syncfusion/ej2-react-dropdowns": "25.1.35",
    "@syncfusion/ej2-react-grids": "25.1.35",
    "@syncfusion/ej2-react-inputs": "25.1.35",
    "@syncfusion/ej2-react-notifications": "25.1.35",
    "@syncfusion/ej2-react-pdfviewer": "25.1.35",
    "@syncfusion/ej2-react-popups": "25.1.35",
    "acorn": "8.9.0",
    "acorn-walk": "8.2.0",
    "axios": "^1.6.7",
    "commander": "10.0.1",
    "gbs-fwk-core": "latest",
    "react-bootstrap": "2.8.0",
    "react-slick": "^0.30.2",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-typescript2": "0.35.0",
    "rxjs": "7.8.1",
    "slick-carousel": "^1.8.1",
    "ts-loader": "9.4.3",
    "xlsx": "0.18.5"
  }
}
