{
  "name": "fluent-grow",
  "version": "0.3.8",
  "description": "Universal design system with CSS-in-JS, styled components, and Houdini worklets. Works seamlessly across all JavaScript frameworks - React, Vue, Svelte, Angular, Solid, Qwik, and more.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./*": {
      "import": "./dist/*.js",
      "types": "./dist/*.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc --emitDeclarationOnly",
    "build:ultra": "vite build --mode production && tsc --emitDeclarationOnly",
    "preview": "vite preview",
    "test": "vitest",
    "test:unit": "vitest run",
    "test:watch": "vitest watch",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:all": "npm run test:unit && npm run test:e2e",
    "test:compatibility": "playwright test --config=tests/compatibility.config.ts",
    "check:size": "node scripts/check-bundle-size.js",
    "check:all": "npm run check:size && npm run test:coverage",
    "docs:dev": "vite --config vite.docs.config.ts",
    "release": "node scripts/release.js",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write src",
    "docs": "typedoc --options typedoc.config.ts",
    "analyze": "npm run build && start dist/stats.html",
    "playground": "vite playground --open --port 3001"
  },
  "keywords": [
    "web-components",
    "design-system",
    "css",
    "css-in-js",
    "styled-components",
    "houdini",
    "worklets",
    "ui",
    "components",
    "fluent",
    "modern",
    "accessible",
    "universal",
    "framework-agnostic",
    "react",
    "vue",
    "svelte",
    "angular",
    "solid",
    "qwik",
    "preact",
    "lit",
    "alpine",
    "template-literals",
    "paint-worklets",
    "layout-worklets",
    "animation-worklets"
  ],
  "author": "Veelv",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/veelv/fluent-grow.git"
  },
  "bugs": {
    "url": "https://github.com/veelv/fluent-grow/issues"
  },
  "homepage": "https://github.com/veelv/fluent-grow#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    },
    "svelte": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "solid-js": {
      "optional": true
    },
    "@builder.io/qwik": {
      "optional": true
    },
    "lit": {
      "optional": true
    },
    "alpinejs": {
      "optional": true
    }
  },
  "sideEffects": [
    "*.css",
    "src/index.ts",
    "src/components/**/*",
    "src/core/polyfill-loader.ts",
    "src/core/worklet-loader.ts"
  ],
  "devDependencies": {
    "@playwright/test": "^1.56.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.2",
    "@testing-library/dom": "^10.4.1",
    "@types/node": "^24.10.0",
    "@types/react": "^19.2.7",
    "@types/vue": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^8.46.3",
    "@typescript-eslint/parser": "^8.46.3",
    "@vitejs/plugin-legacy": "^7.2.1",
    "@vitest/coverage-v8": "^4.0.15",
    "@vitest/ui": "^4.0.15",
    "eslint": "^9.39.1",
    "jsdom": "^27.2.0",
    "lightningcss": "^1.30.2",
    "prettier": "^3.6.2",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "rollup": "^4.52.5",
    "rollup-plugin-visualizer": "^6.0.5",
    "semantic-release": "^25.0.2",
    "tsx": "^4.19.2",
    "typedoc": "^0.28.14",
    "typescript": "^5.9.3",
    "vite": "^7.2.2",
    "vitest": "^4.0.15",
    "vue": "^3.5.25"
  }
}
