{
  "name": "testimo-react",
  "version": "1.0.15",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx rollup -c",
    "start": "node dist/index.js"
  },
  "author": "sagar yenkure",
  "license": "ISC",
  "description": "A modern, customizable testimonial collection and display component library for SaaS apps, built with React, Tailwind CSS, and ShadCN UI.",
  "keywords": [
    "testimonials",
    "testimonial",
    "video-testimonials",
    "customer-feedback",
    "reviews",
    "social-proof",
    "saas",
    "tailwindcss",
    "ui-library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sagar-yenkure/testimo-react"
  },
  "bugs": {
    "url": "https://github.com/sagar-yenkure/testimo-react/issues"
  },
  "homepage": "https://testimo-love.vercel.app",
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "autoprefixer": "^10.4.15",
    "postcss": "^8.4.30",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.46.2",
    "rollup-plugin-postcss": "^4.0.2",
    "tailwindcss": "^3.3.3",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@radix-ui/react-avatar": "^1.1.0",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-separator": "^1.1.0",
    "@radix-ui/react-slot": "^1.1.0",
    "@radix-ui/react-switch": "^1.1.0",
    "@radix-ui/react-tabs": "^1.1.0",
    "@tailwindcss/postcss": "^4.1.12",
    "@types/node": "^24.2.1",
    "@types/react": "^18.2.22",
    "@types/react-dom": "^18.2.7",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.1",
    "eslint": "^8.49.0",
    "eslint-config-next": "^13.5.1",
    "framer-motion": "^12.23.12",
    "lucide-react": "^0.446.0",
    "tailwind-merge": "^2.5.2",
    "tailwindcss-animate": "^1.0.7"
  }
}