UNPKG

mbn-react-google-reviews

Version:

Google Reviews Component which will bis in reactc component and is used by millions of developers

47 lines (46 loc) 1.08 kB
{ "name": "mbn-react-google-reviews", "version": "1.0.61", "description": "Google Reviews Component which will bis in reactc component and is used by millions of developers", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup" }, "author": "Mobin Hussaini", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "keywords": [ "react", "google-reviews", "reviews", "widget", "component" ], "license": "MIT", "dependencies": { "@vitejs/plugin-react": "^4.6.0", "framer-motion": "^12.19.2", "heroicons": "^2.2.0", "lucide-react": "^0.525.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-icons": "^5.5.0" }, "devDependencies": { "@types/react": "^19.1.8", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^3.4.3", "tsup": "^8.5.0", "typescript": "^5.8.3", "vite": "^6.3.5" } }