{
  "name": "sashimi-ui",
  "version": "2.1.0",
  "description": "UI library which brings out the best of the ingredients(HTML)",
  "author": "Yuto Hasegawa <hsgw@qstol.info>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yuto-hasegawa/sashimi-ui"
  },
  "type": "module",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "exports": {
    "./bundle.css": "./dist/css/bundle.css",
    "./sui-bundle.css": "./dist/css/sui-bundle.css",
    "./baseline.css": "./dist/css/baseline.css",
    "./default.theme.css": "./dist/css/default.theme.css",
    "./react": "./dist/react/index.js",
    "./react/sui-prefixed": "./dist/react/sui-prefixed/index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.4",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "autoprefixer": "^10.4.19",
    "cssnano": "^7.0.1",
    "postcss": "^8.4.38",
    "postcss-rename": "^0.6.1",
    "typescript": "^5.9.3",
    "vite": "^8.1.5"
  },
  "peerDependencies": {
    "react": ">=19.0.0 <20.0.0",
    "react-dom": ">=19.0.0 <20.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rm -rf dist && pnpm run build:react && pnpm run build:css",
    "build:react": "tsc",
    "build:css": "node scripts/build-css.mjs",
    "preview": "vite ./preview"
  }
}