{
  "name": "vite-plugin-entry-shaking-debugger",
  "type": "module",
  "version": "1.0.3",
  "description": "Debugger for vite-plugin-entry-shaking",
  "author": "Charles Gruenais",
  "license": "MIT",
  "homepage": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/tree/main/#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking",
    "directory": "packages/debugger"
  },
  "bugs": {
    "url": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/issues"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "entry",
    "tree shaking",
    "debugger"
  ],
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "vite": ">=5.1.0",
    "vite-plugin-entry-shaking": "0.4.3"
  },
  "dependencies": {
    "@vueuse/core": "^10.9.0",
    "diff-match-patch": "^1.0.5",
    "idb-keyval": "^6.2.1",
    "open": "^10.1.0",
    "sirv": "^2.0.4",
    "unstorage": "^1.10.2"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "1.2.25",
    "@faker-js/faker": "^8.4.1",
    "@floating-ui/vue": "^1.0.6",
    "@iconify/vue": "^4.1.1",
    "@shikijs/transformers": "^1.2.2",
    "@shikijs/twoslash": "^1.2.2",
    "@storybook/addon-essentials": "^8.0.5",
    "@storybook/addon-interactions": "^8.0.5",
    "@storybook/addon-links": "^8.0.5",
    "@storybook/blocks": "^8.0.5",
    "@storybook/test": "^8.0.5",
    "@storybook/vue3": "^8.0.5",
    "@storybook/vue3-vite": "^8.0.5",
    "@types/diff-match-patch": "^1.0.36",
    "@types/node": "^20.12.2",
    "@vitejs/plugin-vue": "^5.0.4",
    "@yungezeit/eslint-config-vue": "^0.0.14",
    "cypress": "^13.7.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-storybook": "^0.8.0",
    "picocolors": "^1.0.0",
    "postcss-html": "^1.6.0",
    "shiki": "^1.2.2",
    "storybook": "^8.0.5",
    "stylelint": "^16.3.1",
    "stylelint-config-recess-order": "^5.0.0",
    "stylelint-config-recommended-vue": "^1.5.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "stylelint-scss": "^6.2.1",
    "twoslash-cdn": "^0.2.5",
    "typescript": "^5.4.3",
    "unbuild": "^2.0.0",
    "vite": "^5.2.7",
    "vue": "^3.4.21",
    "vue-router": "^4.3.0",
    "vite-plugin-entry-shaking": "0.4.3"
  },
  "scripts": {
    "dev": "vite src/client",
    "build": "vite build src/client && unbuild",
    "stub": "unbuild --stub",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "storybook:dev": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "cypress:open": "cypress open"
  }
}