{
  "name": "@kangwuyi/vue3-sketch-ruler",
  "version": "0.1.3",
  "type": "module",
  "homepage": "http://vue3-sketch-ruler.surge.sh/",
  "description": "A sketch ruler for VueJS 3",
  "author": "kwy <git@kangwuyi.com>",
  "scripts": {
    "serve": "vite preview",
    "build": "vite build",
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
    "format": "prettier .  --write",
    "dev": "vite",
    "tsc": "tsc --project tsconfig.bundle.json",
    "bundle": "vite build --config=vite.config.bundle.js",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "main": "./bundle/index.cjs.js",
  "module": "./bundle/index.es.js",
  "exports": {
    ".": {
      "types": "./bundle/index.d.ts",
      "import": "./bundle/index.es.js",
      "require": "./bundle/index.cjs.js"
    },
    "./bundle/*.css": {
      "import": "./bundle/*.css",
      "require": "./bundle/*.css"
    }
  },
  "types": "./bundle/index.d.ts",
  "files": [
    "bundle",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kangwuyi/vue3-sketch-ruler.git"
  },
  "keywords": [
    "vue3",
    "sketch",
    "vue-ruler",
    "vue3-ruler",
    "ruler"
  ],
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.6",
    "@nabla/vite-plugin-eslint": "^2.0.5",
    "@storybook/addon-docs": "^8.6.8",
    "@storybook/addon-essentials": "^8.6.8",
    "@storybook/addon-onboarding": "^8.6.8",
    "@storybook/blocks": "^8.6.8",
    "@storybook/experimental-addon-test": "^8.6.8",
    "@storybook/test": "^8.6.8",
    "@storybook/vue3": "^8.6.8",
    "@storybook/vue3-vite": "^8.6.8",
    "@types/lodash": "^4.17.16",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.13.10",
    "@types/randomcolor": "^0.5.9",
    "@vitejs/plugin-vue": "^5.2.3",
    "@vitejs/plugin-vue-jsx": "^4.1.2",
    "@vitest/browser": "^3.0.9",
    "@vitest/coverage-v8": "^3.0.9",
    "@vue/eslint-config-standard-with-typescript": "^9.2.0",
    "@vue/eslint-config-typescript": "^14.5.0",
    "@vue/tsconfig": "^0.7.0",
    "@vueuse/core": "^13.0.0",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-storybook": "^0.11.6",
    "eslint-plugin-vue": "^10.0.0",
    "jest": "^29.7.0",
    "jiti": "^2.4.2",
    "less": "^4.2.2",
    "linking-kwy": "^0.0.4",
    "playwright": "^1.51.1",
    "prettier": "^3.5.3",
    "storybook": "^8.6.8",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.27.0",
    "unplugin-vue-define-options": "^3.0.0-beta.6",
    "vite": "^6.2.2",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-dts": "^4.5.3",
    "vitest": "^3.0.9",
    "vue": "^3.5.13",
    "vue-tsc": "^2.2.8"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "license": "MIT",
  "eslintConfig": {
    "extends": [
      "plugin:storybook/recommended"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "dependencies": {
    "@tabler/icons-vue": "^3.31.0",
    "lodash-es": "^4.17.21"
  }
}
