UNPKG

@uiw/react-head

Version:

React components will manage your changes to the document head

55 lines (54 loc) 1.11 kB
{ "name": "@uiw/react-head", "version": "1.0.5", "description": "React components will manage your changes to the document head", "author": "Kenny Wong <wowohoo@qq.com>", "homepage": "https://uiwjs.github.io/react-head", "funding": "https://jaywcjlove.github.io/#/sponsor", "repository": { "type": "git", "url": "https://github.com/uiwjs/react-head.git" }, "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", "files": [ "dist.css", "dist", "cjs", "esm", "src" ], "publishConfig": { "access": "public" }, "keywords": [ "react-head", "react.js", "react", "template", "monorepo", "head", "uiw", "uiw-react", "react-component", "component", "components", "ui", "css", "uikit", "react-ui", "framework" ], "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "devDependencies": { "@babel/runtime": "^7.18.9", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "react": "^18.2.0", "react-dom": "^18.2.0" } }