{
  "name": "@front.zen/theme",
  "version": "1.17.0",
  "license": "MIT",
  "scripts": {
    "dev": "yarn run -T vite build --mode=development --watch",
    "build": "yarn run -T vite build && yarn build:copy",
    "build:copy": "node ../../scripts/copyFiles.mjs",
    "test": "yarn run -T vitest --run --passWithNoTests",
    "type-check": "yarn run -T tsc"
  },
  "module": "./index.module.js",
  "main": "./index.common.js",
  "types": "./index.d.ts",
  "publishConfig": {
    "directory": "dist",
    "access": "public"
  },
  "dependencies": {
    "@front.zen/icons": "*",
    "ramda": "^0.28.0",
    "react-toastify": "^9.1.3"
  },
  "devDependencies": {
    "@mui/icons-material": "^5.8.4",
    "@mui/material": "^5.11.3"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.0.0",
    "@emotion/styled": ">=11.0.0",
    "@mui/icons-material": ">=5.8.4",
    "@mui/material": ">=5.11.3",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  }
}