UNPKG

@suprsend/react-core

Version:

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

68 lines (67 loc) 1.84 kB
{ "name": "@suprsend/react-core", "version": "1.0.1", "description": "The react headless 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" ], "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-core.git" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/node": "^20.14.10", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@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": { "@suprsend/web-sdk": ">= 3.0.0", "react": ">= 16.8.0" }, "dependencies": { "@suprsend/web-sdk": "^4.0.1" } }