{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "react-trianglify",
  "version": "4.1.6",
  "description": "Wrapper in React for Trianglify library",
  "repository": "https://github.com/fdaciuk/react-trianglify",
  "author": "Fernando Daciuk - @fdaciuk",
  "license": "GPL-3.0",
  "type": "module",
  "main": "./lib/react-trianglify.umd.cjs",
  "module": "./lib/react-trianglify.js",
  "types": "./lib/react-trianglify.d.ts",
  "exports": {
    ".": {
      "import": "./lib/react-trianglify.js",
      "require": "./lib/react-trianglify.umd.cjs",
      "types": "./lib/react-trianglify.d.ts"
    }
  },
  "scripts": {
    "dev": "vite",
    "build:lib": "yarn typecheck && vite build --config vite.config-lib.ts",
    "build": "yarn typecheck && vite build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build:storybook": "patch-package && storybook build"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "1.3.3",
    "@storybook/addon-essentials": "8.0.10",
    "@storybook/addon-interactions": "8.0.10",
    "@storybook/addon-links": "8.0.10",
    "@storybook/addon-onboarding": "8.0.10",
    "@storybook/blocks": "8.0.10",
    "@storybook/react": "8.0.10",
    "@storybook/react-vite": "8.0.10",
    "@storybook/test": "8.0.10",
    "@types/react": "18.2.75",
    "@types/react-dom": "18.2.24",
    "@types/trianglify": "4.1.1",
    "@typescript-eslint/eslint-plugin": "7.6.0",
    "@typescript-eslint/parser": "7.6.0",
    "@vitejs/plugin-react": "4.2.1",
    "eslint": "8.57.0",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-react-refresh": "0.4.6",
    "eslint-plugin-storybook": "^0.8.0",
    "patch-package": "8.0.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "semantic-release": "23.0.8",
    "storybook": "^8.0.10",
    "trianglify": "4.1.1",
    "typescript": "5.4.5",
    "vite": "5.2.8",
    "vite-plugin-dts": "3.9.1",
    "vite-tsconfig-paths": "4.3.2"
  },
  "peerDependencies": {
    "react": ">=18.x",
    "trianglify": ">=4.x"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "lib",
    "@types"
  ]
}
