{
  "name": "lionheart",
  "description": "Meduse Software React UI Library - Lionheart",
  "version": "0.2.0",
  "author": "@fxvaskin <fxva@outlook.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/fxvaskin/lionheart"
  },
  "private": false,
  "license": "MIT",
  "keywords": [
    "react",
    "ui",
    "components",
    "lionheart"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "jsnext:main": "dist/index.es.js",
  "files": [
    "dist",
    "dist/index.d.ts"
  ],
  "engines": {
    "node": ">=10.3.0",
    "npm": ">=6.1.0"
  },
  "scripts": {
    "build": "rimraf dist && tsc --emitDeclarationOnly && rollup -c",
    "start:watch": "rollup -c -w",
    "start:example": "yarn --cwd example/ run start",
    "start": "concurrently \"yarn start:watch\" \"yarn start:example\""
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
    "@babel/preset-env": "^7.8.6",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-url": "^4.0.2",
    "@svgr/rollup": "^5.2.0",
    "@types/classnames": "^2.2.9",
    "@types/node": "^13.7.7",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/react-input-mask": "^2.0.5",
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@typescript-eslint/parser": "^2.22.0",
    "babel-plugin-typescript-to-proptypes": "^1.3.0",
    "concurrently": "^5.1.0",
    "eslint": "^6.8.0",
    "eslint-config-node": "^4.0.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "rimraf": "^3.0.2",
    "rollup": "^1.31.1",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-postcss": "^2.1.1",
    "typescript": "^3.8.2"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "eslint-plugin-react": "^7.18.3",
    "react-input-mask": "^2.0.4"
  }
}
