{
  "name": "@directsourcing/direct-ui",
  "description": "Storybook design systems tutorial",
  "main": "./dist/index.umd.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "require": "./dist/index.umd.cjs",
      "import": "./dist/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./tailwind.config.ts": "./tailwind.config.ts"
  },
  "types": "dist/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/directsourcing/direct-ui.git"
  },
  "author": "Masaki Kumagai <masaki.kumagai@directsourcing-lab.com>",
  "license": "MIT",
  "keywords": [
    "react",
    "storybook",
    "ui-components",
    "design-system"
  ],
  "version": "1.24.2",
  "files": [
    "dist",
    "tailwind.config.ts"
  ],
  "type": "module",
  "scripts": {
    "dev": "vite --host --mode development",
    "start:json-server": "npx json-server --watch ./db/db.json --port 3003",
    "build": "npm-run-all build:*",
    "build:js": "cross-env NODE_ENV=production vite build",
    "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly",
    "postbuild": "cp tailwind.config.ts dist/",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix --report-unused-disable-directives --max-warnings 0",
    "format": "prettier --write src",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "test": "jest",
    "chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
    "release": "auto shipit --base-branch=main"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@headlessui/react": "^2.1.5",
    "@heroicons/react": "^2.0.18",
    "@mui/icons-material": "^5.14.3",
    "@mui/material": "^5.14.3",
    "@mui/styled-engine": "^5.13.2",
    "axios": "^1.5.0",
    "js-cookie": "^3.0.5",
    "localforage": "^1.10.0",
    "match-sorter": "^6.3.1",
    "prettier-plugin-tailwindcss": "^0.6.5",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-datepicker": "^6.9.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.47.0",
    "react-loading": "^2.0.3",
    "react-select": "^5.8.0",
    "sort-by": "^0.0.2",
    "typescript": "^5.5.4",
    "vite-plugin-css-injected-by-js": "^3.5.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^1.2.25",
    "@storybook/addon-docs": "^8.1.5",
    "@storybook/addon-essentials": "^8.1.5",
    "@storybook/addon-interactions": "^8.1.5",
    "@storybook/addon-links": "^8.1.5",
    "@storybook/addon-onboarding": "^8.1.5",
    "@storybook/addons": "^7.6.17",
    "@storybook/blocks": "^8.1.5",
    "@storybook/react": "^8.2.9",
    "@storybook/react-vite": "^8.1.5",
    "@storybook/test": "^8.1.5",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^14.1.2",
    "@types/glob": "^8.1.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.30",
    "@types/react": "^18.3.5",
    "@types/react-datepicker": "^6.2.0",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@vitejs/plugin-react": "^4.0.0",
    "auto": "^11.1.2",
    "autoprefixer": "^10.4.14",
    "chromatic": "^11.0.8",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.3.4",
    "eslint-plugin-storybook": "^0.6.12",
    "eslint-plugin-tailwindcss": "^3.17.4",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.6.1",
    "jest-html-reporter": "^3.10.2",
    "json": "^11.0.0",
    "minimatch": "^5.1.2",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.24",
    "prettier": "^3.1.1",
    "prop-types": "^15.8.1",
    "storybook": "^8.1.5",
    "tailwindcss": "^3.4.4",
    "ts-jest": "^29.1.1",
    "vite": "^4.3.9"
  },
  "bugs": {
    "url": "https://github.com/directsourcing/direct-ui-library/issues"
  },
  "homepage": "https://github.com/directsourcing/direct-ui-library#readme",
  "auto": {
    "plugins": [
      "npm"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
