{
  "name": "@finagraph/strongbox-finconnect-react",
  "version": "0.1.95",
  "description": "React components to integrate with Finagraph Strongbox",
  "author": "Finagraph",
  "license": "MIT License",
  "repository": {
    "url": "https://github.com/Finagraph/strongbox-sdks/tree/main/strongbox-webwidgets"
  },
  "main": "dist/index.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "dependencies": {
    "@mui/icons-material": "^5.11.0",
    "@mui/material": "^5.11.4",
    "moment": "^2.29.4",
    "react-modal": "^3.16.1",
    "tslib": "^2.4.1"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-image": "^2.0.5",
    "@types/material-ui": "^0.21.12",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "react-lifecycles-compat": "^3.0.4",
    "rollup": "^1.29.0",
    "rollup-plugin-sass": "^1.12.17",
    "rollup-plugin-typescript2": "^0.25.3",
    "typescript": "^4.9.4"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "typescript",
    "npm",
    "strongbox",
    "finagraph"
  ]
}
