UNPKG

@customerglu/react-web-sdk

Version:

This React Component allows developers to integrate with CustomerGlu Gamification Platform easily

45 lines (44 loc) 1.33 kB
{ "name": "@customerglu/react-web-sdk", "version": "1.5.10", "type": "module", "main": "dist/customerglu-components.cjs.js", "module": "dist/customerglu-components.es.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/customerglu/customerglu-components.git" }, "dependencies": { "events": "^3.3.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "vite": "^5.2.0" }, "description": "This React Component allows developers to integrate with CustomerGlu Gamification Platform easily", "bugs": { "url": "https://github.com/customerglu/customerglu-components/issues" }, "homepage": "https://github.com/customerglu/customerglu-components#readme", "author": "customerglu", "license": "MIT", "keywords": [ "gamification" ] }