UNPKG

@unleash/proxy-client-react

Version:
68 lines (67 loc) 1.83 kB
{ "name": "@unleash/proxy-client-react", "version": "6.0.1", "description": "React interface for working with unleash", "type": "module", "main": "./dist/unleash-react.umd.cjs", "module": "./dist/unleash-react.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/unleash-react.js", "require": "./dist/unleash-react.umd.cjs", "types": "./dist/index.d.ts" } }, "browser": "./dist/unleash-react.umd.cjs", "files": [ "dist", "LICENCE.txt" ], "repository": { "type": "git", "url": "https://github.com/Unleash/unleash-react-sdk" }, "scripts": { "build": "tsc && vite build", "prepack": "yarn run build", "test": "vitest --watch", "test:ci": "CI=true vitest run" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "unleash", "react", "feature-toggles" ], "author": "", "license": "Apache-2.0", "dependencies": { "use-sync-external-store": "^1.6.0" }, "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.16", "@types/react-dom": "^19.2.3", "@types/use-sync-external-store": "^1.5.0", "@vitest/coverage-v8": "^4.1.2", "@vitest/ui": "^4.1.2", "jsdom": "^23.0.0", "react": "^19.2.7", "react-dom": "^19.2.7", "typescript": "^5.9.3", "unleash-proxy-client": "^3.8.0", "unplugin-dts": "^1.0.1", "vite": "^8.0.3", "vitest": "^4.1.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "unleash-proxy-client": "^3.8.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }