{
  "name": "@getsoren/design-system",
  "description": "Design System React library",
  "sideEffects": false,
  "version": "4.80.1",
  "license": "ISC",
  "type": "module",
  "types": "./dist/src/main.d.ts",
  "main": "./dist/main.cjs",
  "module": "./dist/main.js",
  "files": [
    "dist",
    "colors/index.d.ts"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/main.d.ts",
      "import": "./dist/main.js",
      "require": "./dist/main.cjs"
    },
    "./colors": {
      "types": "./dist/colors/main.d.ts",
      "import": "./dist/colors.js",
      "require": "./dist/colors.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getsoren/design-system.git"
  },
  "author": {
    "name": "Mickaël Austoni"
  },
  "bugs": {
    "url": "https://github.com/getsoren/design-system/issues"
  },
  "homepage": "https://github.com/getsoren/design-system#readme",
  "scripts": {
    "build": "tsc && vite build",
    "build-storybook": "storybook build",
    "build-storybook-docs": "storybook build --docs",
    "lint": "bun x biome check --diagnostic-level=error . && tsc --noEmit --incremental",
    "lint:fix": "bun x biome check . --write",
    "prepare": "bun run build && husky install",
    "preview": "bun x vite preview",
    "storybook": "storybook dev -p 6006",
    "test": "bun run lint && vitest",
    "test-ui": "vitest --ui",
    "test-visual": "chromatic --project-token=c9bbc986d0d6 --exit-zero-on-changes",
    "release": "commit-and-tag-version"
  },
  "devDependencies": {
    "@getsoren/biome-config-react": "^1.4.1",
    "@storybook/addon-docs": "^10.2.15",
    "@storybook/addon-links": "^10.2.15",
    "@storybook/builder-vite": "^10.2.15",
    "@storybook/react-vite": "^10.2.15",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.0.0",
    "@types/node": "^22",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "@types/react-window": "^1.8.8",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/ui": "^0.34.4",
    "chromatic": "^13.3.0",
    "commit-and-tag-version": "^12.6.0",
    "husky": "^8.0.3",
    "jsdom": "^22.1.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "storybook": "^10.2.15",
    "typescript": "^5.8.3",
    "unplugin-dts": "^1.0.1",
    "vite": "8.0.14",
    "vitest": "^1.6.1"
  },
  "dependencies": {
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@mui/material": "^7.0.0",
    "@tanstack/react-virtual": "^3.13.26",
    "@getsoren/react-utils": "^1.30.1"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.0.0",
    "@emotion/styled": ">=11.0.0",
    "@mui/material": ">=6.0.0",
    "@getsoren/react-utils": ">=1.24.0",
    "@tanstack/react-virtual": ">=3.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "resolutions": {
    "jackspeak": "2.1.1",
    "semver": "^7.7.3"
  },
  "commit-and-tag-version": {
    "releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]",
    "tagPrefix": ""
  }
}
