{
  "name": "@rjsf-koszti/bootstrap-4",
  "version": "1.0.1",
  "main": "dist/index.js",
  "module": "dist/bootstrap-4.esm.js",
  "typings": "dist/index.d.ts",
  "description": "Bootstrap 4 theme, fields and widgets for react-jsonschema-form",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "rimraf dist && tsdx build",
    "test": "tsdx test"
  },
  "peerDependencies": {
    "@rjsf-koszti/core": "^1.0.0",
    "react": ">=16",
    "react-bootstrap": "^1.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@rjsf-koszti/core": "^1.0.1",
    "@types/jest": "^24.0.15",
    "@types/json-schema": "^7.0.3",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/react-test-renderer": "^16.9.2",
    "@types/sinon": "^9.0.0",
    "react": "^16.8.6",
    "react-bootstrap": "^1.0.1",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.13.1",
    "rimraf": "^2.6.3",
    "tsdx": "^0.13.1",
    "tslib": "^1.10.0",
    "typescript": "^3.5.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Bootstrap 4",
    "react-jsonschema-form",
    "jsonschema",
    "json-schema",
    "json",
    "schema",
    "form",
    "react",
    "bootstrap-4",
    "rjsf-bootstrap-4"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "license": "MIT",
  "dependencies": {
    "react-icons": "^3.10.0"
  },
  "gitHead": "90fb87c17e15bc7169d9d38a9ab6a080eea02a3d"
}
