{
  "name": "@tail-kit/tail-kit",
  "version": "0.1.21",
  "description": "UI-Kit made with tailwindcss",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "keywords": [
    "react",
    "ui-kit",
    "tailwindcss"
  ],
  "scripts": {
    "clean": "rimraf dist types",
    "prebuild": "yarn clean",
    "dev-lib": "rollup --watch --config --environment NODE_ENV:production",
    "dev-css": "postcss --watch src/styles/index.css --output dist/tail-kit.css",
    "dev-types": "tsc --watch --jsx react --declaration --emitDeclarationOnly --esModuleInterop --allowSyntheticDefaultImports --moduleResolution node --outDir types src/index.ts",
    "dev": "concurrently yarn:dev-*",
    "build-lib": "rollup --config --environment NODE_ENV:production",
    "build-types": "tsc --jsx react --declaration --emitDeclarationOnly --esModuleInterop --allowSyntheticDefaultImports --moduleResolution node --outDir types src/index.ts",
    "build-css": "postcss src/styles/index.css -o dist/tail-kit.css",
    "build": "concurrently yarn:build-*",
    "test": "jest --watch",
    "test:ci": "jest --ci --coverage",
    "storybook": "start-storybook -p 6006 -s ./.storybook",
    "prepare": "yarn build",
    "commit": "cz",
    "semantic-release": "semantic-release"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint",
      "pre-push": "yarn test:ci"
    }
  },
  "dependencies": {
    "@reach/rect": "^0.16.0",
    "clsx": "^1.1.1",
    "compute-scroll-into-view": "^1.0.16",
    "dayjs": "^1.9.3",
    "dequal": "^2.0.2",
    "react-hook-form": "6.15.4",
    "react-transition-group": "^4.4.1",
    "use-memo-one": "^1.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-typescript": "^6.0.0",
    "@storybook/addon-actions": "^6.3.4",
    "@storybook/addon-essentials": "^6.3.4",
    "@storybook/addon-links": "^6.3.4",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/react": "^6.3.4",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^10.4.9",
    "@testing-library/user-event": "^12.1.3",
    "@types/jest": "^26.0.10",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-transition-group": "^4.4.0",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.1.0",
    "chalk": "^4.1.0",
    "codecov": "^3.7.2",
    "commitizen": "^4.2.2",
    "concurrently": "^5.3.0",
    "cssnano": "^4.1.10",
    "cz-conventional-changelog": "3.3.0",
    "husky": "^4.2.5",
    "install-peers": "^1.0.3",
    "jest": "^26.4.2",
    "mz": "^2.7.0",
    "postcss-cli": "^8.1.0",
    "postcss-loader": "^3.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-icons": "^4.2.0",
    "react-is": "^16.13.1",
    "react-test-renderer": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.26.5",
    "rollup-plugin-ignore-import": "^1.3.2",
    "rollup-plugin-includepaths": "^0.2.4",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^3.1.6",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.5.0",
    "semantic-release": "^17.2.2",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-icons": "^4.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dopplr-labs/tail-kit.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
