UNPKG

gamma-help-box

Version:

Gamma Help Box is a React component that provides a floating help widget for customer support, built with framer-motion for animations.

56 lines (55 loc) 1.23 kB
{ "name": "gamma-help-box", "version": "1.0.3", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "react", "react-component", "help-widget", "help-box", "support-box", "support-widget", "floating-help", "framer-motion", "animated-widget", "customer-support", "react-help", "chat-widget", "react-ui", "react-ui-component", "typescript", "gamma-ui" ], "author": "Mazyar Kawa", "license": "ISC", "description": "", "dependencies": { "@tailwindcss/postcss": "^4.1.5", "framer-motion": "^12.10.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/node": "^22.15.14", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "autoprefixer": "^10.4.21", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.3", "tailwindcss": "^4.1.5", "ts-jest": "^29.3.2", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" } }