{
  "name": "@oneform/react",
  "version": "3.1.0",
  "description": "The OneForm library you need.",
  "author": "Kevin Ghadyani",
  "scripts": {
    "ci:buildAll": "npm-run-all --sequential ci:test --race --parallel dev:storybook ci:cypress --sequential ci:buildPackage",
    "ci:buildPackage": "rollup --config",
    "ci:buildStorybook": "build-storybook",
    "ci:cypress": "cypress run --browser chrome --record --key 7395df6b-47f2-498e-82c6-a785cc463947",
    "ci:test": "jest --errorOnDeprecated",
    "dev": "npm-run-all --parallel dev:storybook dev:cypress",
    "dev:cypress": "cypress open",
    "dev:storybook": "start-storybook --port 6006 --ci",
    "dev:test": "jest --cache --onlyChanged --errorOnDeprecated --watch",
    "start": "yarn && yarn dev"
  },
  "packageManager": "yarn@3.2.2",
  "browser": "dist/oneform.umd.min.js",
  "main": "dist/cjs",
  "umd:main": "dist/oneform.umd.js",
  "module": "dist/esm",
  "types": "src/index.d.ts",
  "source": "src",
  "sideEffects": false,
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@babel/preset-react": "^7.12.13",
    "@ghadyani-eslint/eslint-config-node": "^2.2.1",
    "@ghadyani-eslint/eslint-config-web": "^2.2.1",
    "@material-ui/core": "^4.12.2",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@storybook/addon-actions": "^6.3.6",
    "@storybook/addon-essentials": "^6.3.6",
    "@storybook/addon-links": "^6.3.6",
    "@storybook/node-logger": "^6.3.6",
    "@storybook/react": "^6.3.6",
    "@testing-library/cypress": "^7.0.4",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^5.1.0",
    "@testing-library/user-event": "13.5.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "cypress": "^8.0.0",
    "eslint": "^7.22.0",
    "eslint-plugin-compat": "^3.9.0",
    "eslint-plugin-cypress": "^2.11.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-sort-destructure-keys": "^1.3.5",
    "jest": "^27.0.6",
    "npm-run-all": "^4.1.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-gzip": "^2.5.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sawtaytoes/OneForm.git"
  },
  "gitHead": "3a82b7e8af444ad07d73891875f049774078a230"
}