{
    "name": "@welovedevs/ui",
    "version": "1.4.82",
    "description": "WeLoveDevs.com UI components",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/cjs/index.d.ts",
    "scripts": {
        "package": "tsc",
        "postpackage": "cpy ./assets .. --parents --cwd=src",
        "test-build": "tsc --noEmit",
        "storybook": "start-storybook -p 6006 --ci",
        "build-storybook": "build-storybook",
        "version:beta": "npm version prerelease --preid=beta",
        "version:release": "npm version ${VERSION:-patch}",
        "build:library": "rimraf dist && npx tailwindcss build -o ./src/styles/tailwind.css --minify && node ./node_modules/.bin/rollup -c",
        "postpublish": "npm run publish-githubpackages",
        "publish-githubpackages": "npm publish --access public --ignore-scripts --@welovedevs:registry='https://npm.pkg.github.com'"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/welovedevs/wld-design-system.git"
    },
    "author": "",
    "license": "AGPLv3",
    "bugs": {
        "url": "https://github.com/welovedevs/wld-design-system/issues"
    },
    "homepage": "https://github.com/welovedevs/wld-design-system#readme",
    "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
        "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
        "@emotion/react": "11.11.0",
        "@emotion/styled": "11.11.0",
        "@mui/icons-material": "5.15.5",
        "@mui/material": "5.15.5"
    },
    "dependencies": {
        "@dnd-kit/core": "^6.0.5",
        "@dnd-kit/sortable": "^7.0.1",
        "@tailwindcss/forms": "^0.5.3",
        "classnames": "^2.2.6",
        "lodash": "^4.17.15",
        "react-autosuggest": "^9.4.3",
        "react-infinite-scroll-component": "^6.1.0"
    },
    "devDependencies": {
        "@babel/plugin-proposal-export-default-from": "^7.10.4",
        "@emotion/react": "11.11.0",
        "@emotion/styled": "11.11.0",
        "@mui/icons-material": "5.15.5",
        "@mui/material": "5.15.5",
        "@rollup/plugin-commonjs": "^21.0.1",
        "@rollup/plugin-json": "^4.1.0",
        "@rollup/plugin-node-resolve": "^13.1.3",
        "@rollup/plugin-url": "^6.1.0",
        "@storybook/addon-actions": "^6.5.5",
        "@storybook/addon-docs": "^6.5.5",
        "@storybook/addon-knobs": "^6.3.1",
        "@storybook/addon-links": "^6.5.5",
        "@storybook/addon-postcss": "^2.0.0",
        "@storybook/addon-viewport": "^6.5.5",
        "@storybook/addons": "^6.5.5",
        "@storybook/builder-webpack5": "^6.5.5",
        "@storybook/manager-webpack5": "^6.5.5",
        "@storybook/react": "^6.5.5",
        "@storybook/theming": "^6.5.5",
        "@svgr/rollup": "^6.2.1",
        "@svgr/webpack": "^6.2.1",
        "@types/classnames": "^2.2.10",
        "@types/events": "^3.0.0",
        "@types/lodash": "^4.14.161",
        "@types/node": "12.12.6",
        "@types/react": "^18.2.14",
        "@types/react-dom": "^18.2.6",
        "@types/react-measure": "^2.0.6",
        "autoprefixer": "^10.4.7",
        "cpy-cli": "^3.1.1",
        "eslint": "^6.8.0",
        "eslint-config-airbnb": "^18.0.1",
        "eslint-plugin-babel": "^5.3.0",
        "eslint-plugin-import": "^2.20.0",
        "eslint-plugin-jsx-a11y": "^6.2.3",
        "eslint-plugin-react": "^7.17.0",
        "eslint-plugin-react-hooks": "^2.3.0",
        "husky": "^4.0.7",
        "ora": "^4.0.3",
        "postcss": "^8.4.14",
        "postcss-loader": "^7.3.2",
        "prettier": "^2.0.5",
        "react": "^18.2.0",
        "react-docgen-typescript-plugin": "^1.0.5",
        "react-dom": "^18.2.0",
        "readline-sync": "^1.4.10",
        "rollup": "^2.67.2",
        "rollup-plugin-auto-external": "^2.0.0",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-svg": "^2.0.0",
        "rollup-plugin-typescript2": "^0.31.2",
        "tailwindcss": "^3.2.4",
        "typescript": "^5.1.6",
        "url-loader": "^4.1.1",
        "webpack": "^5.72.1",
        "yargs": "^15.1.0"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run test-build --scripts-prepend-node-path && rimraf ./test_build"
        }
    }
}
