{
  "name": "@wakeadmin/components",
  "version": "1.9.11",
  "description": "wakeadmin 组件库",
  "module": "./dist/index.js",
  "main": "./dist/common/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "style",
    "dist",
    "locale"
  ],
  "sideEffects": [
    "**/*.scss",
    "**/*.css"
  ],
  "keywords": [
    "wakeadmin",
    "components"
  ],
  "author": "ivan-lee",
  "license": "MIT",
  "peerDependencies": {
    "element-plus": ">=2.2.0",
    "element-ui": ">=2.14.0",
    "vue": ">=2.7.0"
  },
  "peerDependenciesMeta": {
    "element-ui": {
      "optional": true
    },
    "element-plus": {
      "optional": true
    }
  },
  "dependencies": {
    "@wakeadmin/demi": "^0.3.0",
    "@wakeadmin/element-adapter": "^0.6.11",
    "@wakeadmin/h": "^0.3.0",
    "@wakeadmin/icons": "^0.1.5",
    "@wakeadmin/utils": "^0.1.5",
    "copy-to-clipboard": "^3.3.3",
    "deepmerge": "^4.3.1",
    "sortablejs": "^1.15.0"
  },
  "devDependencies": {
    "@types/sortablejs": "^1.15.1",
    "@wakeadmin/bbt": "^0.1.6",
    "vitest": "^0.23.4"
  },
  "scripts": {
    "switch": "wk-demi-switch 3 && wakeadmin-adapter-switch 3",
    "start": "npm run switch && tsc -b tsconfig.build.json --watch",
    "prebuild": "rimraf dist .tsBuildInfo & npm run syncLocale & node ../../scripts/generate-languages.js",
    "test": "npm run switch && vitest",
    "build": "npm run switch && npm run build:es && npm run build:common",
    "build:es": "tsc -b tsconfig.build.json",
    "build:common": "tsc -b tsconfig.build.common.json",
    "postbuild": "node ../../scripts/replace-export.js && npm run copyLocale",
    "type-check": "npm run switch && tsc",
    "syncLocale": "bbt collect && bbt write",
    "copyLocale": "cp -rf ./locale/* ./dist/locale"
  }
}