{
  "name": "flowbitz",
  "version": "2.4.4",
  "description": "Interactive components library for Webflow - React Showcase",
  "type": "module",
  "main": "dist/flowbitz.umd.js",
  "module": "dist/flowbitz.es.js",
  "exports": {
    ".": {
      "import": "./dist/flowbitz.es.js",
      "require": "./dist/flowbitz.umd.js"
    }
  },
  "files": [
    "dist/flowbitz.es.js",
    "dist/flowbitz.es.js.map",
    "dist/flowbitz.umd.js",
    "dist/flowbitz.umd.js.map",
    "dist/chunks/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "gsap": "^3.12.0"
  },
  "peerDependenciesMeta": {
    "gsap": {
      "optional": true
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && vite build --config vite.config.library.js",
    "build:app": "vite build",
    "build:library": "vite build --config vite.config.library.js",
    "build:all": "npm run build:app && npm run build:library",
    "build:beta": "vite build --config vite.config.beta.js && npm run create-beta",
    "build:stable": "npm run build:library && npm run create-version",
    "build:watch": "vite build --watch",
    "preview": "vite preview",
    "clean": "rm -rf dist",
    "create-beta": "node scripts/create-beta.js",
    "create-version": "node scripts/create-version.js",
    "promote-beta": "node scripts/promote-beta.js",
    "deploy:app": "npm run build:app && npx vercel --prod",
    "deploy:library": "rm -rf dist/index.html dist/assets dist/manifest.json dist/robots.txt dist/sitemap.xml dist/images dist/videos dist/3d && npm run build:library && npx vercel --prod",
    "deploy:all": "npm run build:all && npx vercel --prod",
    "deploy:beta": "npm run build:beta && npx vercel --prod",
    "deploy:stable": "rm -rf dist/index.html dist/assets dist/manifest.json dist/robots.txt dist/sitemap.xml dist/images dist/videos dist/3d && npm run build:stable && npx vercel --prod",
    "deploy:promote": "npm run promote-beta && npx vercel --prod"
  },
  "keywords": [
    "webflow",
    "gsap",
    "animation",
    "components",
    "react",
    "showcase",
    "interactive"
  ],
  "author": "Slabpixel Studio",
  "license": "MIT",
  "dependencies": {
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.6",
    "@radix-ui/react-tabs": "^1.1.13",
    "@vercel/analytics": "^1.5.0",
    "@vercel/speed-insights": "^1.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "googleapis": "^159.0.0",
    "gsap": "^3.12.0",
    "lucide-react": "^0.542.0",
    "ogl": "^1.0.11",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet-async": "^2.0.5",
    "react-router-dom": "^6.8.0",
    "react-syntax-highlighter": "^15.6.6",
    "tailwind-merge": "^3.3.1",
    "tailwindcss-animate": "^1.0.7",
    "three": "^0.180.0",
    "three-stdlib": "^2.36.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@vitejs/plugin-react": "^4.0.0",
    "autoprefixer": "^10.4.21",
    "postcss": "^8.5.6",
    "tailwindcss": "^3.4.17",
    "terser": "^5.24.0",
    "vercel": "^48.10.3",
    "vite": "^7.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Slabpixel/FlowBitz"
  }
}
