{
  "name": "@syncfusion/ej2-react-form-renderer",
  "version": "0.1.2-beta",
  "description": "Form renderer component for rendering dynamic JSON-driven forms with Syncfusion EJ2 React components",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "syncfusion",
    "ej2",
    "react",
    "form",
    "form-renderer",
    "form-builder",
    "dynamic-forms",
    "json-forms",
    "schema-forms",
    "ui-components",
    "react-components"
  ],
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "typings": "./index.d.ts",
  "readme": "README.md",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    },
    "./styles/*": "./styles/*"
  },
  "sideEffects": false,
  "dependencies": {
    "@syncfusion/ej2-react-buttons": "*",
    "@syncfusion/ej2-react-calendars": "*",
    "@syncfusion/ej2-react-dropdowns": "*",
    "@syncfusion/ej2-react-grids": "*",
    "@syncfusion/ej2-react-image-editor": "*",
    "@syncfusion/ej2-react-inputs": "*",
    "@syncfusion/ej2-react-layouts": "*",
    "@syncfusion/ej2-react-lists": "*",
    "@syncfusion/ej2-react-navigations": "*",
    "@syncfusion/ej2-react-notifications": "*",
    "@syncfusion/ej2-react-popups": "*",
    "@syncfusion/ej2-react-richtexteditor": "*",
    "@syncfusion/ej2-react-splitbuttons": "*"
  },
  "devDependencies": {}
}