{
  "name": "@dev-spendesk/grapes",
  "version": "1.61.1",
  "description": "Spendesk components library",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spendesk/grapes.git"
  },
  "homepage": "https://grapes.spendesk.design/",
  "keywords": [
    "react",
    "ui",
    "design-system",
    "react-components",
    "components",
    "library"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./tailwind": "./dist/tailwind-grapes.css",
    "./style": "./dist/index.css",
    "./token": "./dist/token.css"
  },
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "vite build",
    "build-storybook": "storybook build",
    "build-storybook-test": "storybook build --test",
    "dev": "npm run storybook",
    "lint": "eslint .",
    "play": "vite",
    "storybook": "storybook dev -p 6006",
    "test": "vitest",
    "test:ci": "vitest --run --coverage --silent --no-color --maxWorkers 2",
    "typecheck": "tsc --noEmit",
    "precommit": "lint-staged",
    "prepare": "husky",
    "create:component": "plop component --plopfile scripts/plopfile.js",
    "create:icon": "plop icon --plopfile scripts/plopfile.js"
  },
  "lint-staged": {
    "*.{json,css,md}": [
      "prettier --write"
    ],
    "*.{ts,tsx,js,jsx}": [
      "prettier --write",
      "eslint --quiet"
    ]
  },
  "dependencies": {
    "@floating-ui/react": "0.27.16",
    "cleave.js": "1.6.0",
    "downshift": "9.0.10"
  },
  "devDependencies": {
    "@storybook/addon-a11y": "9.1.10",
    "@storybook/addon-themes": "9.1.10",
    "@storybook/react": "9.1.10",
    "@storybook/react-vite": "9.1.10",
    "@tailwindcss/vite": "4.1.14",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/cleave.js": "1.4.12",
    "@types/node": "24.9.2",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "@vitejs/plugin-react": "5.0.4",
    "@vitest/coverage-v8": "4.0.14",
    "eslint": "9.39.1",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "6.1.1",
    "husky": "9.1.7",
    "jsdom": "26.1.0",
    "libphonenumber-js": "1.12.24",
    "lint-staged": "16.2.6",
    "plop": "4.0.4",
    "postcss": "8.5.6",
    "prettier": "3.6.2",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "storybook": "9.1.10",
    "tailwindcss": "4.1.17",
    "tslib": "2.8.1",
    "typescript": "5.9.3",
    "typescript-eslint": "8.47.0",
    "vite": "7.1.12",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.0.14"
  },
  "peerDependencies": {
    "react": "19.2.0",
    "react-dom": "19.2.0"
  },
  "volta": {
    "node": "22.10.0"
  },
  "overrides": {
    "storybook": "$storybook"
  }
}
