UNPKG

@uiw/react-layout

Version:

React components that handle the overall layout of the page.

57 lines (56 loc) 1.12 kB
{ "name": "@uiw/react-layout", "version": "4.10.4", "description": "React components that handle the overall layout of the page.", "author": "Kenny Wong <wowohoo@qq.com>", "homepage": "https://uiwjs.github.io/react-layout", "repository": { "type": "git", "url": "https://github.com/uiwjs/react-layout.git" }, "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", "files": [ "README-zh.md", "README.md", "dist.css", "dist", "cjs", "esm", "src" ], "publishConfig": { "access": "public" }, "keywords": [ "layout", "react-layout", "design", "uiw", "uiw-react", "react.js", "react", "react-component", "component", "components", "ui", "css", "uikit", "react-ui", "framework", "front-end", "frontend" ], "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" } }