{
    "name": "@sihq/ui-components",
    "version": "1.0.58",
    "description": "Sihq UI Components",
    "author": "Brad Martin",
    "license": "MIT",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "build-tailwind": "NODE_ENV=production npx tailwindcss -o ./lib/tailwind.css --minify",
        "build": "tsc && yarn build-tailwind",
        "predeploy": "npm run build-storybook",
        "deploy-storybook": "gh-pages -d storybook-static",
        "build-storybook": "build-storybook",
        "storybook": "start-storybook -p 6006",
        "lint": "eslint 'resources/**/*.ts'",
        "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
        "prepare": "husky install"
    },
    "lint-staged": {
        "**/*": "prettier --write --ignore-unknown"
    },
    "devDependencies": {
        "@storybook/addon-a11y": "^6.4.19",
        "@storybook/addon-storysource": "^6.4.19",
        "storybook-addon-pseudo-states": "^1.0.0"
    },
    "homepage": "http://sihq.github.io/ui-components",
    "dependencies": {
        "@babel/core": "^7.17.2",
        "@heroicons/react": "^1.0.5",
        "@sihq/reactive": "^1.0.4",
        "@storybook/addon-actions": "^6.4.13",
        "@storybook/addon-essentials": "^6.4.13",
        "@storybook/addon-interactions": "^6.4.19",
        "@storybook/addon-links": "^6.4.13",
        "@storybook/addon-postcss": "^2.0.0",
        "@storybook/builder-webpack5": "^6.5.0-alpha.3",
        "@storybook/manager-webpack5": "^6.5.0-alpha.3",
        "@storybook/node-logger": "^6.4.13",
        "@storybook/preset-create-react-app": "^4.0.0",
        "@storybook/react": "^6.4.13",
        "@storybook/testing-library": "^0.0.9",
        "@testing-library/jest-dom": "^5.16.1",
        "@testing-library/react": "^12.1.2",
        "@testing-library/user-event": "^13.5.0",
        "@types/googlemaps": "^3.43.3",
        "@types/laravel-vapor": "^0.4.2",
        "@types/lodash": "^4.14.178",
        "@types/react-currency-format": "^1.0.0",
        "@types/uuid": "^8.3.4",
        "@types/webpack": "^5.28.0",
        "@washingtonpost/storybook-addon-web-vitals": "^0.2.1",
        "autoprefixer": "^10.4.2",
        "axios": "^0.25.0",
        "babel-eslint": "^10.1.0",
        "babel-loader": "^8.2.3",
        "eslint": "^8.6.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-jsx-a11y": "^6.5.1",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-react": "^7.28.0",
        "eslint-plugin-react-hooks": "^4.3.0",
        "eslint-plugin-storybook": "^0.5.5",
        "gh-pages": "^3.2.3",
        "husky": "^7.0.4",
        "laravel-vapor": "^0.5.1",
        "lodash": "^4.17.21",
        "postcss": "^8.4.5",
        "prop-types": "^15.8.1",
        "quagga-scanner": "^0.13.0",
        "react": "^17.0.2",
        "react-currency-format": "^1.1.0",
        "react-dom": "^17.0.2",
        "react-google-autocomplete": "^2.6.1",
        "react-hook-form": "^7.24.0",
        "react-icons": "^4.3.1",
        "react-router-dom": "^6.2.1",
        "react-scripts": "5.0.0",
        "storybook-addon-designs": "^6.2.1",
        "tailwindcss": "^3.0.22",
        "uuid": "^8.3.2",
        "web-vitals": "^2.1.3",
        "webpack": "^5.65.0"
    },
    "resolutions": {
        "webpack": "^5"
    }
}
