{
  "name": "@dossierhq/design",
  "version": "0.7.21",
  "description": "The design system for Dossier.",
  "keywords": [
    "dossier",
    "cms",
    "design-system",
    "react"
  ],
  "homepage": "https://dossierhq.dev",
  "author": {
    "name": "Jonas Bengtsson"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./lib/index.js",
    "./main.css": "./lib/main.css"
  },
  "types": "./lib/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dossierhq/dossierhq.git",
    "directory": "libraries/design"
  },
  "dependencies": {
    "@creativebulma/bulma-badge": "~1.0.1",
    "@fortawesome/free-solid-svg-icons": "~7.0.0",
    "@react-aria/overlays": "~3.28.0",
    "lodash": "~4.17.21",
    "react-aria-components": "~1.11.0",
    "tslib": "~2.8.1"
  },
  "peerDependencies": {
    "react": ">=19",
    "react-dom": ">=19"
  },
  "devDependencies": {
    "@storybook/addon-docs": "~9.0.18",
    "@storybook/addon-links": "~9.0.18",
    "@storybook/preset-scss": "~1.0.3",
    "@storybook/react-vite": "~9.0.18",
    "@types/lodash": "~4.17.16",
    "@types/react": "19.1.8",
    "@types/react-dom": "~19.1.3",
    "@vitejs/plugin-react": "~4.7.0",
    "bulma": "~0.9.4",
    "eslint": "~9.31.0",
    "mini-svg-data-uri": "~1.4.4",
    "react": "~19.1.0",
    "react-dom": "~19.1.0",
    "react-stately": "~3.40.0",
    "sass": "~1.89.0",
    "sass-loader": "~16.0.5",
    "storybook": "~9.0.18",
    "svgo": "~4.0.0",
    "typescript": "~5.8.3",
    "vite": "7.0.6",
    "@dossierhq/eslint-config": "1.0.2",
    "@dossierhq/typescript-config": "1.0.3"
  },
  "scripts": {
    "build": "./scripts/generate-icons.cjs && tsc && npm run css:build",
    "build:watch": "tsc --watch",
    "lint": "npm run prettier:check && npm run eslint:check",
    "clean": "rm -rf lib/",
    "css:build": "sass src/styles/main.scss lib/main.css",
    "eslint:check": "eslint --max-warnings=0",
    "eslint:fix": "eslint --fix .",
    "prettier:check": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "start": "storybook dev -p 6007 --no-open",
    "storybook:build": "storybook build --quiet",
    "test": ""
  }
}