UNPKG

react-ko

Version:

React + Knockout integration library

56 lines (55 loc) 1.3 kB
{ "name": "react-ko", "version": "1.1.6", "description": "React + Knockout integration library", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/menimani/react-ko.git" }, "keywords": [ "react", "knockout", "binding", "bridge", "integration", "viewmodel" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/menimani/react-ko/issues" }, "homepage": "https://github.com/menimani/react-ko#readme", "scripts": { "build": "tsup", "test": "npx vitest run --reporter verbose" }, "peerDependencies": { "knockout": "^3.5.1", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.17", "jsdom": "^26.0.0", "tsup": "^8.4.0", "typescript": "^5.8.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.9" } }