{
    "name": "@useloops/design-system",
    "version": "1.4.663",
    "description": "The official React based Loops design system",
    "main": "dist/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/*",
        "./package.json"
    ],
    "typesVersions": {
        "*": {
            "WebCore/*": [
                "./dist/WebCore/*.d.ts"
            ],
            "Platform/*": [
                "./dist/Platform/*.d.ts"
            ],
            "Marketing/*": [
                "./dist/Marketing/*.d.ts"
            ],
            "BrandCore/*": [
                "./dist/BrandCore/*.d.ts"
            ],
            "WebCore": [
                "./dist/WebCore.d.ts"
            ],
            "Platform": [
                "./dist/Platform.d.ts"
            ],
            "Marketing": [
                "./dist/Marketing.d.ts"
            ],
            "BrandCore": [
                "./dist/BrandCore.d.ts"
            ],
            "theme": [
                "./dist/theme.d.ts"
            ],
            "utils": [
                "./dist/utils.d.ts"
            ]
        }
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/esm/index.js",
            "require": "./dist/index.js"
        },
        "./package.json": "./package.json",
        "./BrandCore": {
            "types": "./dist/BrandCore.d.ts",
            "import": "./dist/esm/BrandCore.js",
            "require": "./dist/BrandCore.js"
        },
        "./Marketing": {
            "types": "./dist/Marketing.d.ts",
            "import": "./dist/esm/Marketing.js",
            "require": "./dist/Marketing.js"
        },
        "./Platform": {
            "types": "./dist/Platform.d.ts",
            "import": "./dist/esm/Platform.js",
            "require": "./dist/Platform.js"
        },
        "./WebCore": {
            "types": "./dist/WebCore.d.ts",
            "import": "./dist/esm/WebCore.js",
            "require": "./dist/WebCore.js"
        },
        "./theme": {
            "types": "./dist/theme.d.ts",
            "import": "./dist/esm/theme.js",
            "require": "./dist/theme.js"
        },
        "./utils": {
            "types": "./dist/utils.d.ts",
            "import": "./dist/esm/utils.js",
            "require": "./dist/utils.js"
        },
        "./WebCore/*": {
            "types": "./dist/WebCore/*.d.ts",
            "import": "./dist/esm/WebCore/*.js",
            "require": "./dist/WebCore/*.js"
        },
        "./Platform/*": {
            "types": "./dist/Platform/*.d.ts",
            "import": "./dist/esm/Platform/*.js",
            "require": "./dist/Platform/*.js"
        },
        "./Marketing/*": {
            "types": "./dist/Marketing/*.d.ts",
            "import": "./dist/esm/Marketing/*.js",
            "require": "./dist/Marketing/*.js"
        },
        "./BrandCore/*": {
            "types": "./dist/BrandCore/*.d.ts",
            "import": "./dist/esm/BrandCore/*.js",
            "require": "./dist/BrandCore/*.js"
        }
    },
    "scripts": {
        "dev": "storybook dev -p 6006 --no-open",
        "clean": "rimraf dist",
        "build": "storybook build -o dist",
        "start": "NODE_ENV=production bun run server.ts",
        "package": "bun run clean && rollup -c --bundleConfigAsCjs",
        "test": "bun test --preload ./config/spec/bun-setup.ts",
        "test:unit": "bun test --preload ./config/spec/bun-setup.ts src/ config/",
        "test:watch": "bun test --preload ./config/spec/bun-setup.ts --watch",
        "component": "npx hygen component new",
        "icons": "cd ./scripts/useloops-icon-generator && bun run start",
        "tsc": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/useloops/useloops-ds.git"
    },
    "keywords": [
        "design",
        "react",
        "typescript",
        "ts",
        "material",
        "webpack",
        "system",
        "ui",
        "components",
        "javascript"
    ],
    "author": "loops",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/useloops/useloops-ds/issues"
    },
    "homepage": "https://github.com/useloops/useloops-ds#readme",
    "devDependencies": {
        "@babel/cli": "^7.25.9",
        "@babel/core": "^7.26.0",
        "@babel/plugin-syntax-jsx": "^7.25.9",
        "@babel/plugin-transform-modules-commonjs": "^7.25.9",
        "@babel/plugin-transform-runtime": "^7.25.9",
        "@babel/preset-env": "^7.26.0",
        "@babel/preset-typescript": "^7.26.0",
        "@chromatic-com/storybook": "^4.1.3",
        "@commitlint/cli": "^19.6.0",
        "@commitlint/config-conventional": "^19.6.0",
        "@commitlint/prompt-cli": "^19.6.0",
        "@commitlint/types": "^19.5.0",
        "@emotion/react": "^11.14.0",
        "@emotion/styled": "^11.14.1",
        "@faker-js/faker": "^9.4.0",
        "@mui/icons-material": "^7.3.9",
        "@mui/material": "^7.3.9",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^26.0.1",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^15.3.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^11.1.6",
        "@storybook/addon-docs": "^10.3.5",
        "@storybook/addon-links": "^10.3.5",
        "@storybook/addon-onboarding": "^10.3.5",
        "@storybook/addon-themes": "^10.3.5",
        "@storybook/react-vite": "^10.3.5",
        "@swc/core": "^1.10.18",
        "@testing-library/react": "^16.3.0",
        "@types/react": "^19.2.2",
        "@types/react-dom": "^19.2.2",
        "@types/stylis": "^4.2.6",
        "@types/uuid": "^10.0.0",
        "@typescript-eslint/eslint-plugin": "^8.20.0",
        "@typescript-eslint/parser": "^8.20.0",
        "@vitejs/plugin-react-swc": "^4.1.0",
        "bun-types": "^1.3.0",
        "eslint": "^9.14.0",
        "eslint-plugin-prettier": "^5.2.1",
        "eslint-plugin-react": "^7.37.2",
        "eslint-plugin-storybook": "^10.3.5",
        "eslint-plugin-unused-imports": "^4.1.4",
        "happy-dom": "^20.0.1",
        "prettier": "^3.3.3",
        "prettier-plugin-organize-imports": "^4.1.0",
        "react": "^19.2.0",
        "react-dom": "^19.2.0",
        "resize-observer-polyfill": "^1.5.1",
        "rimraf": "^6.0.1",
        "rollup": "^4.25.0",
        "rollup-plugin-dts": "^6.1.1",
        "rollup-plugin-node-externals": "^8.0.0",
        "rollup-plugin-node-polyfills": "^0.2.1",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-preserve-directives": "^0.4.0",
        "rollup-plugin-svg": "^2.0.0",
        "rollup-preserve-directives": "^1.1.3",
        "storybook": "^10.3.5",
        "tsx": "^4.21.0",
        "typescript": "^5.6.3",
        "vite": "^8.0.10",
        "vite-plugin-svgr": "^5.2.0"
    },
    "eslintConfig": {
        "extends": [
            "plugin:storybook/recommended"
        ]
    },
    "peerDependencies": {
        "@emotion/react": "^11.14.0",
        "@emotion/styled": "^11.14.1",
        "@mui/icons-material": "^7.3.4",
        "@mui/material": "^7.3.4",
        "react": "^19.2.0",
        "react-dom": "^19.2.0"
    },
    "dependencies": {
        "@base-ui-components/react": "^1.0.0-beta.4",
        "@dnd-kit/core": "^6.1.0",
        "@dnd-kit/sortable": "^8.0.0",
        "@dnd-kit/utilities": "^3.2.2",
        "@gsap/react": "^2.1.1",
        "@hookform/error-message": "^2.0.1",
        "@lottiefiles/dotlottie-react": "^0.13.5",
        "@mui/lab": "^7.0.1-beta.18",
        "@number-flow/react": "^0.5.10",
        "@phrase/i18next-backend": "^1.2.0",
        "@tiptap/extension-image": "3.7.0",
        "@tiptap/extension-placeholder": "^3.7.0",
        "@tiptap/extension-table": "^3.7.0",
        "@tiptap/react": "^3.7.0",
        "@tiptap/starter-kit": "^3.7.0",
        "@use-it/event-listener": "^0.1.7",
        "@zxcvbn-ts/core": "^3.0.4",
        "@zxcvbn-ts/language-common": "^3.0.4",
        "@zxcvbn-ts/language-en": "^3.0.2",
        "check-password-strength": "^3.0.0",
        "dayjs": "^1.11.13",
        "express": "^4.21.1",
        "flag-icons": "^7.3.2",
        "gsap": "^3.12.5",
        "html-react-parser": "^5.2.2",
        "markdown-to-jsx": "^7.7.17",
        "material-ui-popup-state": "^5.3.3",
        "merge-sx": "^3.2.4",
        "motion": "^12.0.6",
        "mui-tiptap": "^1.28.1",
        "react-hook-form": "^7.53.2",
        "react-intersection-observer": "^9.16.0",
        "react-number-format": "^5.4.3",
        "react-phone-number-input": "^3.4.10",
        "react-truncate-list": "^1.0.3",
        "stylis": "^4.3.4",
        "stylis-plugin-rtl": "^2.1.1",
        "upgrade": "^1.1.0",
        "yup": "^1.4.0"
    }
}
