{
  "name": "eci-base-framework",
  "version": "1.0.0",
  "homepage": "http://192.168.9.192/eci-frontend/base-framework",
  "bugs": {
    "url": "http://192.168.9.192/eci-frontend/base-framework/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+http://192.168.9.192/eci-frontend/base-framework.git"
  },
  "license": "MIT",
  "author": {
    "name": "freud",
    "email": "2224070723@qq.com",
    "url": "https://github.com/yushi0114"
  },
  "type": "module",
  "scripts": {
    "bootstrap": "pnpm install",
    "build": "turbo build",
    "changeset": "npx changeset add",
    "clean": "turbo run clean",
    "commit": "czg",
    "dev": "pnpm --filter scripts dev",
    "preinstall": "npx only-allow pnpm",
    "postinstall": "turbo run stub",
    "lint": "turbo run lint",
    "lint:prettier": "prettier --write . \"{packages,apps,internal,scripts}/**/*.{js,json,ts,tsx,css,less,scss,vue,html,md}\"",
    "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
    "prepare": "husky install",
    "reinstall": "npm run clean && rimraf pnpm-lock.yaml && rimraf node_modules && npm run bootstrap",
    "release": "changeset publish --access public",
    "serve": "npm run dev",
    "tag": "changeset tag",
    "test": "vitest",
    "turbo:dev": "turbo run dev --concurrency=50",
    "version-packages": "changeset version",
    "vp": "pnpm version-packages"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  },
  "dependencies": {
    "@eciol/design": "workspace:*",
    "@vue/shared": "^3.4.15",
    "@vueuse/core": "^10.5.0",
    "@vueuse/router": "^10.5.0",
    "@vueuse/shared": "^10.5.0",
    "ant-design-vue": "^4.1.2",
    "dayjs": "^1.11.7",
    "lodash-es": "^4.17.21",
    "vue": "^3.4.15",
    "vue-router": "^4.2.5"
  },
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@types/jsdom": "^21.1.1",
    "@types/lodash-es": "^4.17.7",
    "@unocss/transformer-directives": "^0.53.4",
    "@eciol/eslint-config": "workspace:*",
    "@eciol/prettier-config": "workspace:*",
    "@eciol/stylelint-config": "workspace:*",
    "@eciol/ts-config": "workspace:*",
    "@eciol/types": "workspace:*",
    "@eciol/vite-config": "workspace:*",
    "@vue/test-utils": "^2.3.2",
    "cross-env": "^7.0.3",
    "cz-git": "^1.6.1",
    "czg": "^1.6.1",
    "esno": "^0.17.0",
    "husky": "^8.0.3",
    "jsdom": "^22.0.0",
    "lint-staged": "13.2.0",
    "rimraf": "^5.0.0",
    "turbo": "^1.9.3",
    "typescript": "^5.0.4",
    "unbuild": "^1.2.0",
    "unocss": "^0.58.0",
    "vite": "^5.1.3",
    "vite-plugin-mock": "^3.0.0",
    "vitest": "^0.31.0"
  },
  "packageManager": "pnpm@8.3.0",
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.3.0"
  }
}
