UNPKG

@suprsend/react

Version:

The react library for using SuprSend features like inbox, preferences etc

84 lines (83 loc) 2.23 kB
{ "name": "@suprsend/react", "version": "0.2.1", "description": "The react library for using SuprSend features like inbox, preferences etc", "author": "SuprSend Developers", "type": "module", "private": false, "main": "./dist/cjs/index.cjs", "module": "./dist/es/index.js", "types": "./dist/types/index.d.ts", "typings": "./dist/types/index.d.ts", "exports": { ".": { "require": "./dist/cjs/index.cjs", "import": "./dist/es/index.js", "default": "./dist/es/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "README.md" ], "keywords": [ "notifications", "suprsend", "react", "inbox", "preferences" ], "scripts": { "clean": "rimraf dist", "dev": "yarn build:es --watch", "build": "yarn clean && tsc -b && yarn build:cjs && yarn build:es", "build:cjs": "BUILD_TARGET=cjs vite build", "build:es": "BUILD_TARGET=es vite build", "lint": "eslint ." }, "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/suprsend/suprsend-react-sdk.git" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/node": "^20.14.10", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/react-timeago": "^4.1.7", "@vitejs/plugin-react": "^4.3.3", "babel-plugin-react-require": "^4.0.3", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^6.0.1", "typescript": "~5.6.2", "typescript-eslint": "^8.11.0", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0" }, "peerDependencies": { "react": ">= 16.8.0" }, "dependencies": { "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@popperjs/core": "^2.11.8", "@suprsend/react-core": "^1.0.1", "react-infinite-scroll-component": "^6.1.0", "react-markdown": "6.0.3", "react-popper": "^2.3.0", "react-timeago": "^7.2.0", "rehype-raw": "5.1.0", "remark-gfm": "1.0.0" } }