{
  "name": "@itcase/config",
  "version": "1.6.72",
  "author": "ITCase",
  "description": "ITCase Config",
  "engines": {
    "node": ">=22.0.0"
  },
  "bin": {
    "itcase-config-husky-hooks": "./husky-hooks/run.js",
    "itcase-config-husky-install": "./husky-hooks/install-launcher.js",
    "smart-commit": "./smart-commit/cli.js"
  },
  "scripts": {
    "prepare": "husky && node ./husky-hooks/install-launcher.js",
    "postinstall": "node ./husky-hooks/install-launcher.js",
    "semantic-release": "semantic-release",
    "smart-commit": "node smart-commit/cli.js"
  },
  "type": "module",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/ITCase/itcase-config.git"
  },
  "files": [
    "commitlint",
    "husky-hooks",
    "lint-staged",
    "lint-staged-ts",
    "semantic-release",
    "postcss",
    "smart-commit",
    "svgr",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@commitlint/cli": "^21.2.2",
    "@commitlint/config-conventional": "^21.2.2",
    "@commitlint/cz-commitlint": "^21.2.2",
    "@lehoczky/postcss-fluid": "^1.0.3",
    "@lerna-lite/cli": "^5.6.0",
    "@lerna-lite/exec": "^5.6.0",
    "@lerna-lite/list": "^5.6.0",
    "@lerna-lite/run": "^5.6.0",
    "@lerna-lite/watch": "^5.6.0",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/git": "^11.0.1",
    "@semantic-release/release-notes-generator": "14.1.1",
    "@svgr/webpack": "^8.1.0",
    "autoprefixer": "^10.5.4",
    "chokidar-cli": "^3.0.0",
    "commitizen": "^4.3.2",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "cssnano": "^8.0.6",
    "cssnano-preset-default": "^8.0.6",
    "inquirer": "^14.1.0",
    "log-update": "^8.0.0",
    "postcss": "^8.5.26",
    "postcss-aspect-ratio-polyfill": "^2.0.0",
    "postcss-clamp": "^4.1.0",
    "postcss-cli": "^11.0.1",
    "postcss-color-hsla-fallback": "^1.0.0",
    "postcss-combine-duplicated-selectors": "^10.0.3",
    "postcss-convert-unit": "^0.1.3",
    "postcss-dark-theme-class": "^2.0.0",
    "postcss-discard-duplicates": "^8.0.4",
    "postcss-each": "^1.1.0",
    "postcss-easings": "^4.0.0",
    "postcss-extend-rule": "^4.0.0",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-hexrgba": "^2.1.0",
    "postcss-import": "^17.0.0",
    "postcss-import-ext-glob": "^2.1.1",
    "postcss-loader": "^8.2.1",
    "postcss-merge-at-rules": "^2.0.1",
    "postcss-mixins": "^12.1.2",
    "postcss-mq-extract": "^1.0.0",
    "postcss-nested": "^8.0.1",
    "postcss-nested-ancestors": "^3.0.0",
    "postcss-normalize": "^13.0.1",
    "postcss-prepend-imports": "^1.0.1",
    "postcss-preset-env": "^11.4.0",
    "postcss-pxtorem": "^6.1.0",
    "postcss-sort-media-queries": "^6.7.1",
    "postcss-unit": "^0.0.3",
    "postcss-unit-processor": "^1.4.3",
    "postcss-unitlist": "^1.0.4",
    "postcss-unroot": "^1.0.2",
    "postcss-url": "^10.1.4",
    "postcss-urlrewrite": "^0.3.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-dts": "^6.5.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-preserve-directives": "^1.1.3",
    "semantic-release": "^25.0.9",
    "semantic-release-lerna": "^3.6.1"
  },
  "devDependencies": {
    "@itcase/lint": "^1.1.122",
    "eslint": "9.39.2",
    "husky": "^9.1.7",
    "inquirer": "^14.1.0",
    "lint-staged": "^17.3.0",
    "prettier": "^3.9.6",
    "storybook": "^10.5.10",
    "stylelint": "^17.14.1",
    "typescript": "^6.0.3"
  }
}
