{
  "name": "@scalar/sidebar",
  "description": "Scalar sidebar component and sidebar state management",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/sidebar"
  },
  "version": "0.11.6",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css",
    "./tailwind.config.css": "./dist/styles/tailwind.config.css",
    "./vue-styles.css": "./dist/vue-styles.css"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@scalar/components": "0.30.1",
    "@scalar/helpers": "0.13.0",
    "@scalar/icons": "0.7.6",
    "@scalar/themes": "0.18.0",
    "@scalar/use-hooks": "0.4.13",
    "@scalar/workspace-store": "0.65.0",
    "vue": "^3.5.40"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.3.3",
    "@tailwindcss/vite": "^4.3.3",
    "@types/jsdom": "28.0.1",
    "@types/node": "^24.1.0",
    "@vitejs/plugin-vue": "^6.0.8",
    "@vue/test-utils": "2.4.11",
    "jsdom": "27.4.0",
    "tailwindcss": "^4.3.3",
    "vite": "8.1.5",
    "vitest": "4.1.10"
  },
  "scripts": {
    "build": "vite build && pnpm build:styles && vue-tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "build:styles": "shx cp -r src/styles dist && tailwindcss --optimize -i src/style.css -o dist/style.css && cat dist/vue-styles.css >> dist/style.css",
    "dev": "vite ./playground -c ./vite.config.ts",
    "test": "vitest --run",
    "types:check": "vue-tsc --noEmit"
  }
}