UNPKG

react-hydration-on-demand

Version:

Hydrate your React components only when you need to

58 lines (57 loc) 1.52 kB
{ "name": "react-hydration-on-demand", "version": "2.3.1", "description": "Hydrate your React components only when you need to", "main": "dist/index.js", "files": [ "/dist" ], "scripts": { "test": "jest", "build": "babel src --out-file dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/valcol/react-hydration-on-demand.git" }, "keywords": [ "react", "hydrate", "hydration", "ssr", "progressive", "on-demand" ], "author": "valcol", "license": "MIT", "bugs": { "url": "https://github.com/valcol/react-hydration-on-demand/issues" }, "homepage": "https://github.com/valcol/react-hydration-on-demand#readme", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.1", "@babel/plugin-transform-runtime": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "babel-jest": "^29.7.0", "eslint": "^8.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.31.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-test-renderer": "^19.1.0" }, "dependencies": { "@babel/runtime": "^7.27.1", "exenv": "^1.2.2" } }