{
  "name": "formulr",
  "version": "0.3.5",
  "description": "Form toolkit for React",
  "keywords": [
    "form",
    "react"
  ],
  "homepage": "https://github.com/intellild/formulr#readme",
  "bugs": {
    "url": "https://github.com/intellild/formulr/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intellild/formulr.git"
  },
  "license": "MIT",
  "author": "intellild",
  "files": [
    "src/**/*",
    "lib/**/*"
  ],
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "rimraf ./lib && tsc",
    "dev": "webpack-dev-server --progress",
    "doc": "typedoc --out typedoc --mode file && gh-pages -d typedoc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "big.js": "^5.2.2",
    "rxjs": "^6.4.0",
    "tslib": "^1.9.3",
    "utility-types": "^3.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.0",
    "@babel/preset-react": "^7.0.0",
    "@types/big.js": "^4.0.5",
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "@types/scheduler": "~0.16.1",
    "@typescript-eslint/eslint-plugin": "^2.13.0",
    "@typescript-eslint/parser": "^2.13.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.0.6",
    "confusing-browser-globals": "^1.0.9",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-plugin-lean-imports": "^0.3.3",
    "eslint-plugin-prettier": "^3.1.2",
    "gh-pages": "^2.1.1",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.8.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rimraf": "^3.0.0",
    "scheduler": "~0.16.0",
    "typedoc": "^0.15.3",
    "typescript": "~3.7.0",
    "webpack": "^4.35.2",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.7.2"
  },
  "peerDependencies": {
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "scheduler": "~0.14.0 || ~0.15.0 || ~0.16.0 || ~0.17.0 || ~0.18.0 || ~0.19.0"
  }
}
