{
  "name": "bin-ui-design",
  "version": "0.8.0",
  "keywords": [
    "bin-ui-design",
    "bin-ui-next",
    "bin-ui",
    "bin",
    "ui",
    "vue",
    "vue3",
    "components"
  ],
  "author": "wangbin",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "private": false,
  "homepage": "https://wangbin3162.github.io/bin-ui-design/",
  "type": "module",
  "main": "./lib/src/index.js",
  "module": "./es/src/index.mjs",
  "types": "./dist/@types/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/@types/src/index.d.ts",
      "import": "./es/src/index.mjs",
      "require": "./lib/src/index.js"
    }
  },
  "sideEffects": [
    "*.css",
    "**/*.css"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wangbin3162/bin-ui-design.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "dev": "vitepress dev demo",
    "build:package": "run-s gen-version clean build:lib build:style",
    "build:site": "vitepress build demo",
    "clean": "rimraf dist es lib",
    "build:lib": "vite build",
    "build:style": "node --experimental-strip-types build/build-style.ts",
    "test": "vitest",
    "type-check": "run-s type-check:core type-check:build",
    "type-check:core": "tsc -p tsconfig.core.json --noEmit",
    "type-check:build": "tsc -p tsconfig.build.json --noEmit",
    "lint": "run-s lint:oxlint lint:eslint",
    "lint:oxlint": "oxlint eslint.config.js vite.config.ts vitest.config.ts build --fix",
    "lint:eslint": "eslint eslint.config.js vite.config.ts vitest.config.ts build --fix --cache",
    "format": "prettier --write .",
    "gen-version": "node --experimental-strip-types build/gen-version.ts"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "async-validator": "^4.2.5",
    "color": "^5.0.3",
    "dayjs": "^1.11.20",
    "lodash": "^4.18.1",
    "mitt": "^3.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "sortablejs": "^1.15.7",
    "vue": "^3.5.34",
    "vue-i18n": "^11.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/gulp": "^4.0.18",
    "@types/gulp-autoprefixer": "^0.0.37",
    "@types/gulp-postcss": "^8.0.6",
    "@types/node": "^25.7.0",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitejs/plugin-vue-jsx": "^5.1.5",
    "@vitepress-demo-preview/component": "^2.6.2",
    "@vitepress-demo-preview/plugin": "^1.4.1",
    "@vue/runtime-core": "^3.5.34",
    "@vue/test-utils": "^2.4.10",
    "@vue/tsconfig": "^0.9.1",
    "autoprefixer": "^10.5.0",
    "bin-editor-next": "^1.1.0",
    "eslint": "^10.3.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-oxlint": "^1.15.0",
    "eslint-plugin-vue": "^10.9.1",
    "fs-extra": "^11.3.5",
    "globals": "^17.0.0",
    "gulp": "^5.0.1",
    "gulp-autoprefixer": "^10.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-postcss": "^10.0.0",
    "jsdom": "^29.1.1",
    "npm-run-all2": "^8.0.4",
    "oxlint": "^1.16.0",
    "postcss-color-mix": "^1.1.0",
    "postcss-each": "^1.1.0",
    "postcss-each-variables": "^0.3.0",
    "postcss-for": "^2.1.1",
    "postcss-functions": "^4.0.2",
    "postcss-import": "^16.1.1",
    "postcss-nested": "^7.0.2",
    "prettier": "^3.8.3",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.3",
    "typescript-eslint": "^8.46.2",
    "vite": "^8.0.12",
    "vite-plugin-dts": "^5.0.0",
    "vitepress": "1.6.4",
    "vitest": "^4.1.6",
    "vue-tsc": "^3.2.8",
    "@types/gulp-clean-css": "^4.3.0"
  }
}
