{
  "name": "makeup-components",
  "version": "3.0.0",
  "description": "(legacy, archived) React UI Components library that was created as a first attempt to ui-kit, used in Backoffice",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "typings": "./types/index.d.ts",
  "source": "./src/index.ts",
  "repository": "https://bitbucket.org/revolut/react-components.git",
  "sideEffects": false,
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "components",
    "react",
    "react-component",
    "toolkit"
  ],
  "files": [
    "esm",
    "cjs",
    "types",
    "src",
    "babel-import.js",
    "LICENSE"
  ],
  "scripts": {
    "tsc": "tsc",
    "clean": "library-scripts clean && rm tsconfig.d.ts.tsbuildinfo || true",
    "build:assets": "cpx \"./src/**/*.{css,png,svg}\" ./cjs && cpx \"./src/**/*.{css,png,svg}\" ./esm",
    "build:cjs": "library-scripts build:cjs",
    "build:esm": "library-scripts build:esm",
    "build:dts": "tsc --project ./tsconfig.d.ts.json",
    "prebuild": "run-p lint test clean",
    "build": "run-s build:*",
    "test": "CI=true yarn test:coverage",
    "test:watch": "TZ=Europe/London react-app-rewired test",
    "test:coverage": "CI=true yarn test:watch --coverage",
    "format": "revolut-scripts format",
    "lint": "library-scripts lint",
    "lint:fix": "library-scripts lint -- --fix",
    "start": "start-storybook -p 6006"
  },
  "peerDependencies": {
    "lodash": "^4.0.0",
    "moment": "^2.22.0",
    "normalize.css": "^8.0.1",
    "polished": "^3.6.5",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-final-form": "^4.0.2",
    "styled-components": "^5.1.1",
    "styled-system": "^5.1.5"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@types/react": "^16.9.46",
    "@types/react-dom": "^16.9.8",
    "@types/react-modal": "^3.10.6",
    "@types/react-portal": "^4.0.2",
    "@types/react-transition-group": "^2.0.16",
    "@types/styled-components": "^5.1.2",
    "@types/styled-system": "^5.1.10",
    "make-controllable": "^1.0.0",
    "rc-calendar": "^9.10.9",
    "react-hanger": "^2.2.1",
    "react-modal": "^3.11.2",
    "react-portal": "^4.2.1",
    "react-transition-group": "^2.5.3",
    "styled-tools": "^1.7.2",
    "with-styled-class-names": "^2.0.4"
  },
  "devDependencies": {
    "@storybook/addon-actions": "6.0.13",
    "@storybook/addon-knobs": "6.0.13",
    "@storybook/addons": "6.0.13",
    "@storybook/preset-create-react-app": "3.1.4",
    "@storybook/react": "6.0.13",
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@revolut/cra-overrides": "^1.0.1",
    "@revolut/library-scripts": "^2.0.0",
    "@types/enzyme": "^3.10.5",
    "@types/fs-extra": "^5.0.4",
    "@types/jest": "^26.0.5",
    "@types/lodash": "^4.14.121",
    "@types/node": "^14.0.27",
    "@types/prop-types": "^15.5.9",
    "@types/react-transition-group": "^2.0.16",
    "cpx": "^1.5.0",
    "cross-env": "^5.2.0",
    "customize-cra": "^1.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.3",
    "eslint": "^7.5.0",
    "eslint-config-revolut-react": "^1.1.0",
    "final-form": "^4.10.0",
    "fs-extra": "^7.0.0",
    "jest-enzyme": "^6.0.4",
    "jest-styled-components": "^7.0.2",
    "lint-staged": "^10.2.11",
    "lodash": "^4.0.0",
    "moment": "^2.22.0",
    "normalize.css": "^8.0.0",
    "npm-run-all": "^4.1.2",
    "polished": "^3.6.5",
    "prettier": "^2.0.5",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-app-rewired": "^2.1.6",
    "react-dom": "^16.13.1",
    "react-final-form": "^4.0.2",
    "react-scripts": "^3.4.1",
    "rimraf": "^2.6.2",
    "styled-components": "^5.1.1",
    "styled-system": "^5.1.5",
    "stylelint": "^9.4.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-processor-styled-components": "^1.3.2",
    "ts-node": "^8.10.2",
    "typedoc": "^0.17.6",
    "typescript": "^3.9.7",
    "utility-types": "^3.4.1"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/components/**/*.{js,jsx,ts,tsx}",
      "src/components/**/*/index.{js,jsx,ts,tsx}",
      "src/components/index.js"
    ]
  }
}
