{
  "name": "css-mesh",
  "description": "Beautiful CSS-based animated mesh gradients for React - 34 themes, 3D lighting, drop shadows, mouse tracking, no WebGL required",
  "version": "0.7.1",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    }
  },
  "keywords": [
    "react",
    "css",
    "mesh-gradient",
    "background",
    "animation",
    "gradient",
    "blur",
    "themes",
    "ui",
    "components",
    "typescript",
    "landing-page",
    "hero-section",
    "mouse-tracking",
    "visual-effects"
  ],
  "author": "Steve South",
  "license": "MIT",
  "homepage": "https://cssmesh.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/stevesouth/css-mesh.git"
  },
  "bugs": {
    "url": "https://github.com/stevesouth/css-mesh/issues"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:lib": "npm run sync-version && vite build --config vite.config.lib.ts",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint .",
    "preview": "vite preview",
    "sync-version": "node scripts/sync-version.js",
    "publish:lib": "npm run build:lib && npm run test:run && npm publish",
    "prepublishOnly": "npm run build:lib && npm run test:run"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@vitejs/plugin-react": "^4.4.1",
    "eslint": "^9.25.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^16.0.0",
    "jsdom": "^26.1.0",
    "terser": "^5.43.1",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.30.1",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  }
}
