{
  "name": "@dao-style/extend",
  "private": false,
  "version": "1.26.0",
  "sideEffects": [
    "dist/cjs/**/*.js",
    "dist/es/**/*.mjs",
    "dist/styles/**/*.css",
    "dist/index.js",
    "dist/index.mjs",
    "src/**/style/*.*"
  ],
  "scripts": {
    "commit": "git-cz",
    "dev": "vitepress dev docs",
    "docs:serve": "vitepress serve docs",
    "build:docs": "vitepress build docs",
    "build": "npm run build:base && npm run build:types && npm run build:volar",
    "build:base": "vite build",
    "build:types": "vue-tsc -d --emitDeclarationOnly -p tsconfig.build.json --outDir dist",
    "build:volar": "node scripts/gen-volar-dts.mjs",
    "typecheck:base": "vue-tsc --noEmit",
    "typecheck": "npm run typecheck:base -- -p tsconfig.build.json",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "lint:eslint": "eslint \"src/**/*.{ts,tsx,js,jsx,vue}\" --max-warnings=0 --fix",
    "lint:style": "npm run lint:style:ci -- --fix",
    "lint:docs": "prettier \"**/*.md\" --write",
    "lint": "concurrently \"npm run lint:style\" \"npm run lint:docs\" \"npm run typecheck\" \"npm run lint:eslint\"",
    "lint:eslint:ci": "eslint --ignore-path \".eslintignore.ci\" \"src/**/*.{ts,tsx,js,jsx,vue}\" --max-warnings=0",
    "lint:docs:ci": "prettier \"**/*.md\" --check",
    "lint:style:ci": "stylelint \"src/**/*.{vue,css,scss}\" --config .stylelintrc.js",
    "lint:ci": "concurrently \"npm run lint:style:ci\" \"npm run lint:docs:ci\" \"npm run typecheck\" \"npm run lint:eslint:ci\"",
    "release": "node scripts/release.js && git push --follow-tags",
    "publish:ci": "node scripts/publish.js",
    "release:nightly": "node scripts/nightly.js",
    "sync:registry": "node scripts/registry-sync.js"
  },
  "peerDependencies": {
    "@dao-style/core": "1.0.0 - 2.0.0",
    "dayjs": "^1.11.5",
    "js-yaml": "^4.1.0",
    "monaco-editor": ">=0.45.0 <1.0.0",
    "monaco-yaml": "^4.0.2",
    "pinia": "^2.0.9",
    "vee-validate": "^4.6.9",
    "vue": "^3.2.47",
    "vue-i18n": "^9.2.0-beta.32",
    "vue-router": "^4.0.13",
    "yup": "^0.32.11"
  },
  "dependencies": {
    "@vueuse/components": "^9.3.0",
    "@vueuse/core": "^9.8.2",
    "clipboard-copy": "^4.0.1",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.5.1",
    "@commitlint/config-conventional": "^17.4.4",
    "@commitlint/cz-commitlint": "^17.5.0",
    "@dao-style/core": "^1.34.0",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash-es": "^4.17.6",
    "@types/lodash.kebabcase": "^4.1.6",
    "@types/markdown-it": "^12.2.3",
    "@types/micromatch": "^4.0.2",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vitest/coverage-c8": "^0.29.1",
    "@vitest/ui": "^0.29.1",
    "@vue/test-utils": "^2.3.0",
    "autoprefixer": "^10.4.2",
    "bumpp": "^7.1.1",
    "c8": "^7.13.0",
    "chokidar": "^3.5.3",
    "commitizen": "^4.3.0",
    "concurrently": "^8.2.2",
    "conventional-changelog-cli": "^2.2.2",
    "dayjs": "^1.11.5",
    "eslint": "^8.35.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-markdown": "^2.2.1",
    "eslint-plugin-vue": "^9.9.0",
    "fs-extra": "^10.1.0",
    "js-yaml": "^4.1.0",
    "jsdom": "^21.1.0",
    "lint-staged": "^12.3.4",
    "lodash.kebabcase": "^4.1.1",
    "magic-string": "^0.30.0",
    "micromatch": "^4.0.5",
    "monaco-editor": ">=0.45.0 <1.0.0",
    "monaco-yaml": "^4.0.2",
    "nanoid": "^3.3.1",
    "ohmyfetch": "^0.4.19",
    "pinia": "^2.0.9",
    "postcss": "^8.4.7",
    "postcss-prefix-selector": "^1.16.0",
    "prettier": "^2.5.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "^1.49.9",
    "stylelint": "^14.5.3",
    "stylelint-config-recess-order": "^3.0.0",
    "stylelint-config-recommended-vue": "^1.3.0",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "stylelint-config-standard": "^25.0.0",
    "stylelint-order": "^5.0.0",
    "tailwindcss": "~3.2.0",
    "typescript": "^4.9.4",
    "vee-validate": "^4.6.9",
    "vite": "^4.1.4",
    "vite-plugin-inspect": "^0.7.15",
    "vitepress": "^1.0.0-alpha.48",
    "vitepress-plugin-search": "^1.0.4-alpha.19",
    "vitest": "^0.29.1",
    "vue": "^3.2.47",
    "vue-eslint-parser": "^9.1.0",
    "vue-i18n": "^9.2.2",
    "vue-router": "^4.0.13",
    "vue-tsc": "^1.2.0",
    "yorkie": "^2.0.0",
    "yup": "^0.32.11"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -E GIT_PARAMS"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "workspaces": [
    "docs"
  ],
  "main": "./index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./dist/group-mapping.json": "./dist/group-mapping.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./index.js"
    },
    "./volar.d.ts": "./volar.d.ts",
    "./dist/*": "./dist/*",
    "./package.json": "./package.json",
    "./*": "./*"
  },
  "files": [
    "dist",
    "volar.d.ts",
    "index.js"
  ]
}
