{
  "name": "@air-kit/air-kit",
  "version": "0.6.3",
  "description": "common ui components for Air Product Series.",
  "main": "dist/air-kit.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "jest",
    "snapshot": "jest -u",
    "dist": "rimraf dist && tsc -p tsconfig.json && yarn run copy-svg-to-compiled && yarn run copy-css-to-compiled && rollup -c rollup.config.js && rimraf compiled",
    "prettier": "prettier --write src/**/*.{ts,tsx}",
    "ci:status": "cross-env CIRCLE_SHA1=`git rev-parse HEAD` commit-status",
    "precommit": "lint-staged",
    "lint": "eslint \"./src/**/*.{js,ts,tsx}\"",
    "fix": "eslint --fix \"./src/**/*.{js,ts,tsx}\"",
    "guideline": "cd guideline && yarn run dev",
    "typecheck": "tsc",
    "copy-svg-to-compiled": "cpx \"./src/**/*.svg\" ./compiled",
    "copy-css-to-compiled": "cpx \"./src/**/*.css\" ./compiled"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "npm run typecheck"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --fix",
      "git add"
    ],
    "*.{json,md,mdx}": [
      "prettier --write",
      "git add"
    ]
  },
  "author": "ynakamura, shitomi",
  "license": "MIT",
  "dependencies": {
    "indexof": "0.0.1",
    "rc-progress": "^2.2.5",
    "rc-trigger": "^2.3.4"
  },
  "devDependencies": {
    "@babel/core": "7.4.3",
    "@babel/plugin-proposal-class-properties": "7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "7.4.3",
    "@babel/preset-env": "7.4.3",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-typescript": "7.3.3",
    "@babel/runtime": "7.4.3",
    "@types/react": "16.8.6",
    "@types/react-dom": "16.8.3",
    "@types/styled-components": "4.1.14",
    "@typescript-eslint/eslint-plugin": "^1.10.2",
    "@typescript-eslint/parser": "^1.10.2",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.0.1",
    "babel-plugin-inline-react-svg": "^0.5.2",
    "babel-plugin-react-docgen": "1.9.0",
    "babel-plugin-react-flow-props-to-prop-types": "0.15.0",
    "babel-plugin-styled-components": "1.8.0",
    "commit-status": "4.3.0",
    "cpx": "1.5.0",
    "cross-env": "5.1.4",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.13.0",
    "husky": "^2.4.0",
    "jest": "^23.0.1",
    "jsx-to-string": "1.3.1",
    "lint-staged": "^8.2.0",
    "open-browser-webpack-plugin": "^0.0.5",
    "prettier": "^1.18.2",
    "react": "16.8.6",
    "react-docgen": "2.20.1",
    "react-dom": "16.8.6",
    "react-element-to-jsx-string": "13.2.0",
    "react-svg-loader": "^2.1.0",
    "react-syntax-highlighter": "7.0.2",
    "react-test-renderer": "^16.4.0",
    "regenerator-runtime": "^0.11.1",
    "rimraf": "2.6.3",
    "rollup": "1.10.0",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-node-resolve": "4.2.3",
    "rollup-plugin-postcss": "^1.5.1",
    "rollup-plugin-typescript2": "0.21.0",
    "styled-components": "4.2.0",
    "typescript": "3.4.1"
  },
  "peerDependencies": {
    "react": ">= 0.14.0 < 17.0.0-0",
    "react-dom": ">= 0.14.0 < 17.0.0-0",
    "styled-components": ">= 3.0.0"
  }
}
