{
  "version": "1.5.2",
  "license": "BSD-3-Clause-Clear",
  "exports": {
    ".": {
      "import": "./dist/react-var-ui.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/index.css": {
      "require": "./dist/index.css",
      "import": "./dist/index.css"
    },
    "./index.css": {
      "require": "./dist/index.css",
      "import": "./dist/index.css"
    }
  },
  "type": "module",
  "main": "dist/react-var-ui.js",
  "typings": "dist/index.d.ts",
  "module": "dist/react-var-ui.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest",
    "lint": "eslint src",
    "prepare": "vite build",
    "chromatic": "npx chromatic --exit-zero-on-changes",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "coverage": "vitest --coverage --run"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mat-sz/react-var-ui.git"
  },
  "bugs": {
    "url": "https://github.com/mat-sz/react-var-ui/issues"
  },
  "homepage": "https://github.com/mat-sz/react-var-ui",
  "name": "react-var-ui",
  "author": "Mat Sz <contact@matsz.dev>",
  "keywords": [
    "react",
    "dat.gui",
    "react-component",
    "react-slider",
    "slider",
    "input",
    "range",
    "library",
    "typescript"
  ],
  "resolutions": {
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "wrap-ansi": "7.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.3",
    "@storybook/addon-essentials": "^7.4.0",
    "@storybook/addon-interactions": "^7.4.0",
    "@storybook/addon-links": "^7.4.0",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/blocks": "^7.4.0",
    "@storybook/preview-api": "^7.5.3",
    "@storybook/react": "^7.4.0",
    "@storybook/react-vite": "^7.4.0",
    "@storybook/testing-library": "^0.2.0",
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^14.0.0",
    "@types/react": "^18.2.21",
    "@types/react-dom": "^18.2.7",
    "@types/testing-library__jest-dom": "^5.14.1",
    "@vitejs/plugin-react": "^4.0.4",
    "@vitest/coverage-v8": "^0.34.6",
    "canvas": "^2.11.2",
    "chromatic": "^7.1.0",
    "husky": "^6.0.0",
    "jsdom": "^22.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sass": "^1.34.1",
    "storybook": "^7.4.0",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vitest": "^0.34.3"
  },
  "dependencies": {
    "@uiw/react-color-sketch": "^2.0.5",
    "filesize": "^8.0.6",
    "radash": "^11.0.0",
    "react-use-pointer-drag": "^0.1.1"
  }
}
