{
  "name": "@gruzf/styles",
  "author": "Vladislav Gevorgyan",
  "version": "4.1.9",
  "license": "MIT",
  "main": "index.js",
  "typings": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "numen --watch",
    "build": "numen --dts",
    "lint": "eslint . --fix && numen --dts-only",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
    "postbuild": "cp package.json lib && cp README.md lib && cp LICENSE lib",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.0.1",
    "@commitlint/config-conventional": "^16.0.0",
    "@gruzf/eslint-config-react": "^1.0.2",
    "@gruzf/numen": "^2.0.7",
    "@mui/material": "^5.4.3",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^7.0.4",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "husky": "^7.0.4",
    "next": "^12.0.7",
    "pinst": "^2.1.6",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "replace-json-property": "^1.8.0",
    "semantic-release": "^18.0.1",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "tss-react": "^3.7.0"
  },
  "keywords": [
    "materialui",
    "emotion",
    "styles",
    "makeStyles"
  ]
}
