{
  "name": "@hentai/react-formio",
  "version": "1.10.11",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.ts",
  "license": "MIT",
  "scripts": {
    "test": "cross-env CI=1 yarn craco test --coverage",
    "build": "microbundle --no-compress --format modern,cjs --jsx React.createElement",
    "watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement",
    "lint:fix": "yarn lint --fix",
    "lint": "yarn eslint --config .eslintrc --cache --quiet \"./src/**/*.{ts,tsx}\"",
    "prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
  },
  "dependencies": {
    "@tsed/redux-utils": "1.10.11",
    "eventemitter2": "^6.4.3",
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "choices.js": "^9.0.1",
    "formiojs": "^4.12.7",
    "lodash": "4.17.20",
    "prop-types": "^15.7.2",
    "react": "^16.14.0",
    "react-is": "^17.0.1",
    "react-table": "^7.6.3",
    "tooltip.js": "^1.3.3"
  },
  "devDependencies": {
    "eslint-plugin-jsx-a11y": "^6.5.1"
  }
}
