{
    "name": "react-theme",
    "version": "2.2.0",
    "license": "BSD-3-Clause",
    "description": "React themes for PX Blue applications",
    "main": "./dist/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "yarn && tsc",
        "link:themes": "bash ./linkThemes.sh",
        "start": "cd demo && yarn && cd .. && yarn link:themes && cd demo && yarn start"
    },
    "dependencies": {
        "@pxblue/colors": "^2.0.0"
    },
    "peerDependencies": {
        "@material-ui/icons": ">=3.0.0"
    },
    "devDependencies": {
        "@material-ui/core": ">=3.0.0",
        "typescript": "^3.7.2"
    }
}
