{
  "name": "basikit",
  "version": "1.6.4",
  "description": "📚 Beautiful and accessible React components",
  "author": "albingroen",
  "license": "UNLICENSED",
  "repository": "albingroen/basikit",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "homepage": "https://www.basikit.com",
  "source": "src/index.tsx",
  "keywords": [
    "react",
    "ui-kit",
    "components",
    "design",
    "library",
    "typescript"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs --css-modules false",
    "start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",
    "format": "prettier --write . && yarn lint",
    "lint": " eslint . --ext .ts,.tsx,.js,.jsx --ignore-pattern '/build/*'",
    "lint:fix": "yarn format && yarn lint --fix",
    "test": "jest"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "@types/jest": "^26.0.4",
    "@types/node": "^12.12.38",
    "@types/react": "^16.9.27",
    "@types/react-dom": "^16.9.7",
    "@types/react-outside-click-handler": "^1.3.0",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "husky": "^4.2.5",
    "jest": "24.9.0",
    "microbundle-crl": "^0.13.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "ts-jest": "^26.1.2",
    "typescript": "^3.9.6"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.30",
    "@fortawesome/free-solid-svg-icons": "^5.14.0",
    "@fortawesome/react-fontawesome": "^0.1.11",
    "dot-prop": "^5.2.0",
    "framer-motion": "^2.1.4",
    "react-outside-click-handler": "^1.3.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint:fix && git add ."
    }
  }
}
