{
    "name": "soda-material",
    "version": "0.0.12",
    "keywords": [
        "material design",
        "material you"
    ],
    "author": "YieldRay",
    "bugs": {
        "url": "https://github.com/YieldRay/soda/issues"
    },
    "homepage": "https://github.com/YieldRay/soda#readme",
    "license": "MIT",
    "type": "module",
    "types": "dist",
    "main": "dist/index.js",
    "style": "dist/style.css",
    "scripts": {
        "build": "vite build && tsc",
        "storybook": "storybook dev -p 6006",
        "build-storybook": "storybook build",
        "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
        "format": "prettier --write ./src",
        "preview": "vite preview"
    },
    "peerDependencies": {
        "react": ">=18",
        "react-dom": ">=18"
    },
    "devDependencies": {
        "@floating-ui/react": "^0.25.4",
        "@material/material-color-utilities": "^0.2.7",
        "@mdi/js": "^7.3.67",
        "@mdi/react": "^1.6.1",
        "@storybook/addon-essentials": "^7.6.5",
        "@storybook/addon-interactions": "^7.6.5",
        "@storybook/addon-links": "^7.6.5",
        "@storybook/blocks": "^7.6.5",
        "@storybook/react": "^7.6.5",
        "@storybook/react-vite": "^7.6.5",
        "@storybook/testing-library": "^0.2.2",
        "@types/lodash-es": "^4.17.12",
        "@types/react": "^18.2.45",
        "@types/react-dom": "^18.2.18",
        "@typescript-eslint/eslint-plugin": "^6.15.0",
        "@typescript-eslint/parser": "^6.15.0",
        "@vitejs/plugin-react": "^4.2.1",
        "clsx": "^2.0.0",
        "eslint": "^8.56.0",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-react-refresh": "^0.4.5",
        "eslint-plugin-storybook": "^0.6.15",
        "lodash-es": "^4.17.21",
        "sass": "^1.69.5",
        "storybook": "^7.6.5",
        "styled-jsx": "^5.1.2",
        "typescript": "^5.3.3",
        "vite": "^5.0.10"
    }
}
