{
  "name": "@blueking/app-select",
  "version": "0.1.0-beta.1",
  "description": "基于蓝鲸 Magicbox 和 Vue 的前端业务组件",
  "author": "bkfe",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "server": "node ./server/index.js",
    "types": "tsc -p ./tsconfig.types.json",
    "preview": "vite preview --port 4173",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint-script": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx --fix",
    "lint-style": "stylelint --fix ./src/**/*.{vue,css} --custom-syntax"
  },
  "keywords": [
    "bk-app-select",
    "bk-magicbox",
    "bk-magicbox-vue",
    "bk-magic",
    "bk-magic-vue",
    "magicbox"
  ],
  "license": "ISC",
  "files": [
    "/dist/*"
  ],
  "main": "./dist/index.es.js",
  "devDependencies": {
    "@rushstack/eslint-patch": "1.12.0",
    "@types/lodash-es": "4.17.12",
    "@types/node": "24.6.1",
    "@vitejs/plugin-basic-ssl": "2.1.0",
    "@vitejs/plugin-vue": "6.0.1",
    "@vitejs/plugin-vue-jsx": "5.1.1",
    "@vue/eslint-config-prettier": "10.2.0",
    "@vue/eslint-config-typescript": "14.6.0",
    "@vue/tsconfig": "0.8.1",
    "eslint": "9.36.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-simple-import-sort": "12.1.1",
    "eslint-plugin-vue": "10.5.0",
    "lint-staged": "16.2.3",
    "npm-run-all2": "8.0.4",
    "postcss": "8.5.6",
    "postcss-advanced-variables": "5.0.0",
    "postcss-html": "1.8.0",
    "postcss-import": "16.1.1",
    "postcss-import-webpack-resolver": "~1.0.1",
    "postcss-loader": "8.2.0",
    "postcss-mixins": "12.1.2",
    "postcss-nested": "7.0.2",
    "postcss-preset-env": "10.4.0",
    "postcss-syntax": "0.36.2",
    "postcss-url": "10.1.3",
    "stylelint": "16.24.0",
    "stylelint-config-standard": "39.0.0",
    "stylelint-order": "7.0.0",
    "stylelint-scss": "6.12.1",
    "tiny-pinyin": "1.3.2",
    "tippy.js": "6.3.7",
    "typescript": "5.9.3",
    "unplugin-vue-components": "29.1.0",
    "vite": "7.1.7",
    "vue": "3.5.22",
    "vue-tsc": "3.1.0"
  },
  "lint-staged": {
    "src/**/*.(vue|js|jsx|ts|tsx)": [
      "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix"
    ],
    "src/**/*.(vue|css)": [
      "stylelint --fix"
    ]
  },
  "engines": {
    "node": ">= 22.16.0",
    "npm": "10.9.2"
  },
  "dependencies": {
    "lodash-es": "4.17.21",
    "vue-component-type-helpers": "3.1.0"
  }
}
