{
  "name": "toku-ui",
  "type": "module",
  "version": "3.0.0",
  "private": false,
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "module": "dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && vue-tsc --project tsconfig.build.json --emitDeclarationOnly --declaration",
    "preview": "vite preview",
    "lint": "pnpm lint:eslint && pnpm lint:stylelint",
    "lint:fix": "pnpm lint:eslint:fix && pnpm lint:stylelint:fix",
    "lint:eslint": "eslint ./src",
    "lint:eslint:fix": "eslint ./src --fix",
    "lint:stylelint": "stylelint 'src/**/*.{vue,css,scss}'",
    "lint:stylelint:fix": "stylelint 'src/**/*.{vue,css,scss}' --fix",
    "typecheck": "vue-tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic",
    "knip": "knip",
    "publint": "publint",
    "size": "size-limit",
    "package:check": "pnpm build && pnpm publint"
  },
  "size-limit": [
    {
      "name": "ESM bundle",
      "path": "dist/index.es.js",
      "limit": "34 KB",
      "gzip": true
    },
    {
      "name": "CSS",
      "path": "dist/style.css",
      "limit": "1 KB",
      "gzip": true
    }
  ],
  "peerDependencies": {
    "@emotion/css": ">=11.0.0",
    "@iconify/vue": "^4.1.1",
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "3.8.0",
    "@chromatic-com/storybook": "5.2.1",
    "@emotion/css": "11.11.2",
    "@iconify/vue": "4.1.1",
    "@size-limit/preset-small-lib": "12.1.0",
    "@storybook/addon-docs": "10.4.0",
    "@storybook/addon-links": "10.4.0",
    "@storybook/vue3-vite": "10.4.0",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/user-event": "14.5.2",
    "@testing-library/vue": "8.0.2",
    "@vitejs/plugin-vue": "6.0.7",
    "@vitejs/plugin-vue-jsx": "5.1.5",
    "@vue/test-utils": "2.4.4",
    "chromatic": "17.0.0",
    "es-toolkit": "1.46.1",
    "eslint": "9.13.0",
    "jsdom": "21.1.2",
    "knip": "6.14.1",
    "polished": "4.3.1",
    "postcss-html": "1.8.1",
    "prettier": "3.8.3",
    "publint": "0.3.21",
    "sass": "1.71.1",
    "size-limit": "12.1.0",
    "storybook": "10.4.0",
    "storybook-addon-pseudo-states": "10.4.0",
    "stylelint": "17.11.1",
    "stylelint-config-recommended-vue": "1.6.1",
    "stylelint-config-standard-scss": "17.0.0",
    "tsx": "4.22.3",
    "typescript": "6.0.3",
    "unplugin-icons": "23.0.1",
    "vite": "8.0.13",
    "vitest": "4.1.6",
    "vue": "3.5.34",
    "vue-tsc": "3.2.9"
  },
  "readme": "ERROR: No README data found!",
  "_id": "toku-ui@0.0.0",
  "packageManager": "pnpm@11.1.3",
  "volta": {
    "node": "24.15.0",
    "pnpm": "11.1.3"
  }
}
