{
  "name": "enoui",
  "version": "0.0.1",
  "workspaces": [
    "packages",
    "docs",
    "effect",
    "build"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=16",
    "pnpm": ">=8.1.0"
  },
  "scripts": {
    "ct": "bash ./script/template.sh",
    "clean": "rimraf ./dist",
    "dev": "pnpm run -C effect dev",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "log": "conventional-changelog -p cmyr-config -i CHANGELOG.md -s -r 0",
    "type:web": "vue-tsc -p tsconfig.web.json --composite false --noEmit",
    "type:node": "tsc -p tsconfig.node.json --composite false --noEmit",
    "docs:dev": "pnpm run -C docs dev",
    "docs:build": "pnpm run -C docs build",
    "docs:serve": "pnpm run -C docs serve",
    "build": "pnpm run -C build build",
    "lint:eslint": "eslint . --fix",
    "lint:prettier": "prettier --write --loglevel warn .",
    "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
    "lint:staged": "lint-staged",
    "cz": "czg",
    "prepare": "husky install",
    "release": "bump package.json packages/package.json docs/package.json"
  },
  "dependencies": {
    "@jsxiaosi/utils": "^0.0.18",
    "@vueuse/core": "^10.7.1"
  },
  "devDependencies": {
    "@jsdevtools/version-bump-prompt": "^6.1.0",
    "@jsxiaosi/commitlint-config": "^0.0.21",
    "@jsxiaosi/eslint-config-prettier": "^0.0.21",
    "@jsxiaosi/eslint-config-vue": "^0.0.21",
    "@types/node": "*",
    "@vitejs/plugin-vue": "^5.0.2",
    "@vitejs/plugin-vue-jsx": "^3.1.0",
    "@vitest/coverage-c8": "^0.32.2",
    "@vue/test-utils": "^2.4.3",
    "chalk": "^5.3.0",
    "consola": "^3.2.3",
    "conventional-changelog-cli": "^4.1.0",
    "czg": "^1.8.0",
    "eslint": "^8.56.0",
    "fast-glob": "^3.3.2",
    "husky": "^8.0.3",
    "jsdom": "^23.2.0",
    "lint-staged": "^15.2.0",
    "postcss": "^8.4.33",
    "postcss-html": "^1.5.0",
    "postcss-import": "^16.0.0",
    "postcss-pxtorem": "^6.0.0",
    "prettier": "3.1.1",
    "sass": "^1.69.7",
    "stylelint": "^16.1.0",
    "stylelint-config-property-sort-order-smacss": "^10.0.0",
    "stylelint-config-recommended": "^14.0.0",
    "stylelint-config-recommended-scss": "^14.0.0",
    "stylelint-config-recommended-vue": "^1.5.0",
    "stylelint-config-standard": "^36.0.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "stylelint-order": "^6.0.4",
    "stylelint-scss": "^6.0.0",
    "typescript": "^5.3.3",
    "vitest": "^1.1.3",
    "vue": "^3.4.7",
    "vue-tsc": "^1.8.27"
  },
  "peerDependencyRules": {
    "ignoreMissing": [
      "vite"
    ]
  },
  "pnpm": {
    "peerDependencyRules": {
      "ignoreMissing": [
        "rollup",
        "source-map-*",
        "stable",
        "uuid",
        "vite*",
        "urix"
      ]
    }
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
      "prettier --write--parser json"
    ],
    "package.json": [
      "prettier --write"
    ],
    "*.vue": [
      "eslint --fix",
      "prettier --write",
      "stylelint --fix"
    ],
    "*.{scss,less,styl,html}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.md": [
      "prettier --write"
    ]
  }
}
