{
  "author": {
    "name": "Red Sift"
  },
  "bugs": {
    "url": "https://github.com/redsift/design-system/issues"
  },
  "description": "Picker component library as part of Red Sift's Design System.",
  "homepage": "https://github.com/redsift/design-system",
  "license": "MIT",
  "main": "index.js",
  "module": "index.js",
  "name": "@redsift/pickers",
  "publishConfig": {
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redsift/design-system"
  },
  "sideEffects": false,
  "scripts": {
    "build": "rollup -c",
    "check-types": "tsc --diagnostics",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
    "prepare": "install-peers || exit 0",
    "prepublishOnly": "yarn build",
    "test:unit": "NODE_ENV=test jest --verbose",
    "test:storybook": "test-storybook -c ../../.storybook --url http://localhost:9000/ --coverage -- --testPathPattern \"packages/pickers/\"",
    "test": "yarn test:unit && yarn test:storybook"
  },
  "types": "index.d.ts",
  "version": "12.5.4",
  "dependencies": {
    "@redsift/design-system": "^12.5.4",
    "@redsift/icons": "^12.5.4",
    "@redsift/popovers": "^12.5.4",
    "classnames": "^2.3.1",
    "styled-components": "6.1.19"
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-proposal-export-default-from": "^7.16.7",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
    "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
    "@babel/plugin-proposal-optional-chaining": "^7.16.7",
    "@babel/plugin-proposal-private-methods": "^7.16.11",
    "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.17.12",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@svgr/rollup": "^6.2.1",
    "@testing-library/dom": "^8.5.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "14.2.1",
    "@types/jest": "^29.5.0",
    "@types/react": "18.0.12",
    "@types/react-dom": "18.0.5",
    "@types/react-transition-group": "^4.4.5",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "autoprefixer": "^9.7.4",
    "babel-plugin-require-context-hook": "^1.0.0",
    "changelog-verify": "^1.1.2",
    "identity-obj-proxy": "^3.0.0",
    "install-peers-cli": "^2.2.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rollup": "^2.72.1",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-execute": "^1.1.0",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-ts-paths-resolve": "^1.7.1",
    "rollup-plugin-typescript-paths": "^1.3.1",
    "ts-jest": "^29.2.0"
  },
  "peerDependencies": {
    "@redsift/design-system": "^12.5.4-0",
    "@redsift/icons": "^12.5.4-0",
    "@redsift/popovers": "^12.5.4-0",
    "react": ">=17",
    "react-dom": ">=17",
    "styled-components": "6.1.19"
  },
  "gitHead": "6cf070d9dc1a4db5e15dcb9b0ba2e36ab0570347"
}
