{
  "name": "ksk-design-system",
  "version": "1.41.0",
  "type": "module",
  "description": "KSK Design System — フリーランス向けマルチテーマ対応デザインシステム",
  "license": "MIT",
  "homepage": "https://ksk-design-system.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ekusiek716/ksk-design-system.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "bin": {
    "ksk-design-system": "bin/init.js",
    "ksk-ds": "bin/init.js"
  },
  "files": [
    "dist",
    "bin",
    "templates",
    "contracts",
    "tokens.json",
    "AGENTS.md",
    "CLAUDE.md",
    "DESIGN.md",
    "src/preset.css",
    "src/styles",
    "src/themes",
    "src/components/COMPONENT_LOOKUP.md",
    "src/native/COMPONENT_LOOKUP.md",
    "scripts/codemod",
    "eslint",
    "MIGRATION.md",
    "NATIVE_RECIPES.md",
    "PUBLISHING.md",
    "RELEASE.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./class-names": {
      "types": "./dist/types/class-names.d.ts",
      "import": "./dist/class-names.js",
      "default": "./dist/class-names.js"
    },
    "./native": {
      "types": "./dist/types/tokens/native/index.d.ts",
      "import": "./dist/native.js",
      "default": "./dist/native.js"
    },
    "./native/ui": {
      "types": "./dist/types/native/index.d.ts",
      "import": "./dist/native/ui.js",
      "default": "./dist/native/ui.js"
    },
    "./package.json": "./package.json",
    "./preset": {
      "import": "./src/preset.css",
      "default": "./src/preset.css"
    },
    "./styles": {
      "import": "./src/preset.css",
      "default": "./src/preset.css"
    },
    "./styles.css": {
      "import": "./src/preset.css",
      "default": "./src/preset.css"
    },
    "./tokens/primitive": {
      "import": "./src/styles/primitive.css",
      "default": "./src/styles/primitive.css"
    },
    "./tokens/semantic": {
      "import": "./src/styles/semantic.css",
      "default": "./src/styles/semantic.css"
    },
    "./tokens/typography": {
      "import": "./src/styles/typography.css",
      "default": "./src/styles/typography.css"
    },
    "./tokens/categorical": {
      "import": "./src/styles/categorical.css",
      "default": "./src/styles/categorical.css"
    },
    "./glass": {
      "import": "./src/styles/glass.css",
      "default": "./src/styles/glass.css"
    },
    "./themes/default": {
      "import": "./src/themes/default.css",
      "default": "./src/themes/default.css"
    },
    "./themes/blue": {
      "import": "./src/themes/blue.css",
      "default": "./src/themes/blue.css"
    },
    "./themes/orange": {
      "import": "./src/themes/orange.css",
      "default": "./src/themes/orange.css"
    },
    "./themes/green": {
      "import": "./src/themes/green.css",
      "default": "./src/themes/green.css"
    },
    "./themes/violet": {
      "import": "./src/themes/violet.css",
      "default": "./src/themes/violet.css"
    },
    "./themes/cobalt": {
      "import": "./src/themes/cobalt.css",
      "default": "./src/themes/cobalt.css"
    },
    "./eslint/deprecated": {
      "import": "./eslint/deprecated.js",
      "default": "./eslint/deprecated.js"
    }
  },
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:preview": "tsc -b && vite build --config vite.config.preview.ts",
    "build:vercel": "npm run build-storybook && npm run build:preview && rm -rf storybook-static/preview && cp -r dist-preview storybook-static/preview",
    "build:lib": "vite build --config vite.config.lib.ts && tsc --project tsconfig.lib.json || true",
    "prepack": "npm run build:lib",
    "lint": "eslint .",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6010",
    "build-storybook": "storybook build",
    "lint:scratch": "bash scripts/lint-scratch.sh",
    "lint:deps": "bash scripts/check-deps.sh",
    "lint:responsive": "bash scripts/check-responsive.sh",
    "lint:story-reuse": "bash scripts/check-story-reuse.sh",
    "lint:contrast": "node scripts/check-contrast.mjs",
    "lint:design": "node scripts/check-design-md.mjs",
    "lint:tailwind": "node scripts/check-tailwind-v4.mjs",
    "lint:prefix-order": "node scripts/check-prefix-order.mjs",
    "generate:lookup": "node scripts/generate-component-lookup.mjs",
    "generate:native-lookup": "node scripts/generate-native-component-lookup.mjs",
    "generate:tokens": "node scripts/generate-platform-tokens.mjs",
    "lint:tokens": "node scripts/generate-platform-tokens.mjs --check",
    "check:native": "tsc -p tsconfig.native.json --noEmit",
    "check:native-parity": "node scripts/check-native-parity.mjs",
    "check:native-lookup": "node scripts/generate-native-component-lookup.mjs --check",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "tsc -p tsconfig.app.json --noEmit && bash scripts/lint-scratch.sh && bash scripts/check-deps.sh && bash scripts/check-drift.sh && node scripts/check-contrast.mjs && node scripts/check-design-md.mjs && node scripts/check-tailwind-v4.mjs && node scripts/check-prefix-order.mjs && node scripts/generate-component-lookup.mjs --check && node scripts/generate-platform-tokens.mjs --check && tsc -p tsconfig.native.json --noEmit && node scripts/check-native-parity.mjs && node scripts/generate-native-component-lookup.mjs --check",
    "check:agent": "npm run lint && npm run check && npm test && npm run lint:story-reuse",
    "postinstall": "node bin/init.js postinstall",
    "mcp:build": "cd mcp-server && npm install && npm run build",
    "mcp:start": "node mcp-server/dist/index.js"
  },
  "dependencies": {
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "react-day-picker": "^10.0.1",
    "react-hook-form": "^7.75.0",
    "tailwind-merge": "^3.5.0"
  },
  "peerDependencies": {
    "@radix-ui/react-slot": "^1.0.0",
    "@react-navigation/bottom-tabs": ">=7.0.0",
    "expo-blur": "*",
    "expo-glass-effect": "*",
    "iconsax-reactjs": "^0.0.8",
    "radix-ui": "^1.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-native": ">=0.74.0",
    "react-native-svg": ">=15.0.0",
    "tailwindcss": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "@radix-ui/react-slot": {
      "optional": true
    },
    "@react-navigation/bottom-tabs": {
      "optional": true
    },
    "expo-blur": {
      "optional": true
    },
    "expo-glass-effect": {
      "optional": true
    },
    "iconsax-reactjs": {
      "optional": true
    },
    "radix-ui": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "react-native-svg": {
      "optional": true
    },
    "tailwindcss": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@hookform/resolvers": "^5.2.2",
    "@react-navigation/bottom-tabs": "^7.18.2",
    "@storybook/addon-a11y": "^10.3.3",
    "@storybook/addon-docs": "^10.3.3",
    "@storybook/react-vite": "^10.3.3",
    "@tailwindcss/vite": "^4.2.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.3",
    "eslint": "^10.6.0",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-storybook": "^10.3.3",
    "globals": "^17.7.0",
    "iconsax-reactjs": "^0.0.8",
    "radix-ui": "^1.4.3",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-native": "^0.86.0",
    "storybook": "^10.3.3",
    "tailwindcss": "^4.2.1",
    "tw-animate-css": "^1.4.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.48.0",
    "vite": "^8.1.3",
    "vitest": "^4.1.7",
    "zod": "^4.4.2"
  }
}
