{
  "name": "@any-ui/form",
  "version": "3.0.0-alpha.7",
  "author": "Nick Virtue",
  "description": "Simple, self contained form management",
  "main": "./index.js",
  "typings": "./index.d.ts",
  "license": "MIT",
  "private": false,
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nickvirtue/any-ui.git",
    "directory": "packages/any-ui-form"
  },
  "scripts": {
    "clean": "rm -rf build",
    "build": "yarn clean && yarn build:tsc && yarn build:copy-files && yarn build:link",
    "build:tsc": "tsc",
    "build:copy-files": "node ../../scripts/copy-files.js",
    "build:link": "rm ../../node_modules/@any-ui/form && ln -s ../../packages/any-ui-form/build ../../node_modules/@any-ui/form",
    "prepack": "yarn build:copy-files"
  },
  "peerDependencies": {
    "@material-ui/core": "^`4.9.0",
    "@material-ui/icons": "^`4.5.1",
    "react": "^`16.8.1",
    "react-dom": "^16.13.1"
  },
  "devDependencies": {
    "@types/react-router-dom": "^5.1.5"
  },
  "dependencies": {
    "@any-ui/core": "^3.0.0-alpha.7",
    "clsx": "^1.1.1",
    "final-form": "^4.20.1",
    "history": "^4.9.0",
    "lodash": "^4.17.19",
    "mobx": "^5.15.4",
    "mobx-react-lite": "^2.0.7",
    "mobx-utils": "^5.6.1",
    "react-final-form": "^6.5.1",
    "react-hotkeys": "^2.0.0",
    "react-hotkeys-hook": "^2.2.2",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "redux-form-validators": "^3.3.2"
  },
  "gitHead": "f7142369ce4104b33c3814419d89c9fbeec30c7d"
}
