{
    "name": "@brightlayer-ui/react-themes",
    "author": "Brightlayer UI <brightlayer-ui@eaton.com>",
    "license": "BSD-3-Clause",
    "version": "8.0.0",
    "description": "React themes for Brightlayer UI applications",
    "main": "index.js",
    "scripts": {
        "initialize": "bash scripts/initializeSubmodule.sh",
        "install:dependencies": "cd demos/showcase && yarn && cd ..",
        "start": "yarn initialize && yarn install:dependencies && yarn link:themes && cd demos/showcase && yarn start",
        "build": "yarn && bash ./scripts/build.sh",
        "link:themes": "bash ./scripts/linkThemes.sh",
        "test": "bash ./scripts/buildTest.sh",
        "publish:package": "cd dist && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
        "tag:package": "npx -p @brightlayer-ui/tag blui-tag -s -blui-react-themes",
        "update:submodule": "git submodule update --remote",
        "generate:licenses": "npm-license-crawler -onlyDirectDependencies -json LICENSES.json",
        "precommit": "yarn build && yarn generate:licenses && yarn test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/etn-ccis/blui-react-themes.git"
    },
    "bugs": {
        "url": "https://github.com/etn-ccis/blui-react-themes/issues"
    },
    "homepage": "https://github.com/etn-ccis/blui-react-themes/tree/master",
    "keywords": [
        "Brightlayer UI",
        "themes",
        "Eaton",
        "React"
    ],
    "dependencies": {
        "@brightlayer-ui/colors": "^3.1.1",
        "@fontsource/open-sans": "^5.0.3",
        "color": "^4.2.3"
    },
    "peerDependencies": {
        "@mui/material": "^6.0.0"
    },
    "devDependencies": {
        "@mui/material": "^6.0.0",
        "@types/color": "^4.2.0",
        "npm-license-crawler": "^0.2.1",
        "typescript": "^5.0.3"
    }
}
