{
  "name": "@storyofams/react-ui",
  "description": "Collection of UI components built with styled-system & styled-components to create a resilient front-end experience for Next.js 🚀",
  "version": "2.2.12",
  "license": "MIT",
  "main": "dist/cjs/src/index.js",
  "module": "dist/esm/src/index.js",
  "jsnext:main": "dist/esm/src/index.js",
  "types": "dist/esm/index.d.ts",
  "sideEffects": false,
  "files": [
    "/dist"
  ],
  "scripts": {
    "check-types:watch": "tsc --project tsconfig.build.json --noEmit --watch",
    "check-types": "tsc --project tsconfig.build.json --noEmit",
    "build:watch": "rollup -c rollup.config.ts -w",
    "build": "tsc --project tsconfig.build.json && rollup -c rollup.config.ts",
    "commit": "./node_modules/cz-customizable/standalone.js",
    "lint": "eslint --ext .ts --ext .tsx ./src",
    "now-build": "build-storybook -c .storybook -o storybook-static",
    "prepublishOnly": "pinst --disable && npm run build",
    "postpublish": "pinst --enable",
    "prettier": "prettier \"**/*.+(js|jsx|json|yml|yaml|css|ts|tsx|md|mdx)\"",
    "semantic-release": "semantic-release",
    "storybook": "start-storybook -s ./public/static -p 6006",
    "test:watch": "yarn jest --watch",
    "test": "jest --coverage --runInBand",
    "ts-coverage": "typescript-coverage-report",
    "_postinstall": "husky install"
  },
  "peerDependencies": {
    "@reach/alert": "0.15.3",
    "@reach/checkbox": "0.15.3",
    "@reach/dialog": "0.15.3",
    "@storyofams/react-helpers": "0.3.8",
    "@styled-system/css": "5.1.5",
    "@styled-system/props": "5.1.5",
    "flatpickr": "4.6.9",
    "framer-motion": "4.1.17",
    "next": "11.1.3",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-flatpickr": "3.10.7",
    "react-hook-form": "7.11.1",
    "react-id-generator": "3.0.1",
    "react-lazyload": "3.2.0",
    "react-select": "4.3.1",
    "styled-components": "5.3.0",
    "styled-system": "5.1.5",
    "system-props": "0.20.0"
  },
  "dependencies": {
    "react-polymorphic-types": "2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.14.5",
    "@babel/core": "7.14.6",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/plugin-transform-runtime": "7.14.5",
    "@babel/preset-env": "7.14.7",
    "@babel/preset-react": "7.14.5",
    "@babel/preset-typescript": "7.14.5",
    "@commitlint/cli": "12.1.4",
    "@commitlint/config-conventional": "12.1.4",
    "@reach/alert": "0.15.3",
    "@reach/checkbox": "0.15.3",
    "@reach/dialog": "0.15.3",
    "@rollup/plugin-babel": "5.3.0",
    "@rollup/plugin-commonjs": "19.0.1",
    "@rollup/plugin-node-resolve": "13.0.2",
    "@semantic-release/changelog": "5.0.1",
    "@storybook/addon-actions": "6.3.12",
    "@storybook/addon-controls": "6.3.12",
    "@storybook/addon-docs": "6.3.12",
    "@storybook/addon-links": "6.3.12",
    "@storybook/addon-viewport": "6.3.12",
    "@storybook/addons": "6.3.12",
    "@storybook/preset-typescript": "3.0.0",
    "@storybook/react": "6.3.12",
    "@storyofams/eslint-config-ams": "1.1.4",
    "@storyofams/react-helpers": "0.3.8",
    "@styled-system/css": "5.1.5",
    "@styled-system/props": "5.1.5",
    "@svgr/rollup": "5.5.0",
    "@testing-library/cypress": "7.0.6",
    "@testing-library/dom": "8.1.0",
    "@testing-library/jest-dom": "5.14.1",
    "@testing-library/react": "12.0.0",
    "@testing-library/react-hooks": "7.0.1",
    "@testing-library/user-event": "13.2.0",
    "@types/express": "4.17.13",
    "@types/jest": "26.0.24",
    "@types/jest-axe": "3.5.2",
    "@types/node": "16.3.3",
    "@types/react": "17.0.14",
    "@types/react-dom": "17.0.9",
    "@types/react-select": "4.0.17",
    "@types/rollup-plugin-peer-deps-external": "2.2.1",
    "@types/styled-components": "5.1.11",
    "@types/styled-system": "5.1.12",
    "@types/styled-system__css": "5.0.16",
    "@types/testing-library__jest-dom": "5.14.0",
    "@types/yup": "0.29.13",
    "@typescript-eslint/eslint-plugin": "4.28.3",
    "@typescript-eslint/parser": "4.28.3",
    "@zerollup/ts-transform-paths": "1.7.18",
    "awesome-typescript-loader": "5.2.1",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.2.2",
    "babel-plugin-styled-components": "1.13.2",
    "babel-preset-react-app": "10.0.0",
    "cz-customizable": "git+https://github.com/storyofams/cz-customizable.git#v6.3.2",
    "eslint": "7.31.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-import-resolver-alias": "1.1.2",
    "eslint-plugin-import": "2.23.4",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-mdx": "1.14.1",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "7.24.0",
    "eslint-plugin-react-hooks": "4.2.0",
    "flatpickr": "4.6.9",
    "framer-motion": "4.1.17",
    "husky": "7.0.1",
    "jest": "27.0.6",
    "jest-axe": "5.0.1",
    "jest-styled-components": "7.0.5",
    "lint-staged": "11.0.1",
    "next": "11.1.3",
    "pinst": "^2.1.6",
    "prettier": "2.3.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-flatpickr": "3.10.7",
    "react-hook-form": "7.11.1",
    "react-id-generator": "3.0.1",
    "react-lazyload": "3.2.0",
    "react-select": "4.3.1",
    "react-test-renderer": "17.0.2",
    "rollup": "2.53.2",
    "rollup-plugin-analyzer": "4.0.0",
    "rollup-plugin-clear": "2.0.7",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-filesize": "9.1.1",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-rename": "1.0.1",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-typescript2": "0.30.0",
    "semantic-release": "17.4.4",
    "styled-components": "5.3.0",
    "styled-system": "5.1.5",
    "system-props": "0.20.0",
    "ts-jest": "27.0.3",
    "ts-loader": "9.2.3",
    "ts-node": "10.1.0",
    "tsconfig-paths-webpack-plugin": "3.5.1",
    "tslib": "2.3.0",
    "ttypescript": "1.5.12",
    "typescript": "4.3.5",
    "typescript-coverage-report": "0.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "eslintConfig": {
    "extends": [
      "@storyofams/eslint-config-ams/web"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    }
  },
  "lint-staged": {
    "**/*.+(js|jsx|ts|tsx)": [
      "yarn lint --fix"
    ]
  },
  "typeCoverage": {
    "atLeast": 90
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storyofams/react-ui.git"
  }
}
