UNPKG

@uiw/react-split

Version:

A piece of view can be divided into areas where the width or height can be adjusted by dragging.

72 lines (71 loc) 1.95 kB
{ "name": "@uiw/react-split", "version": "5.8.2", "description": "A piece of view can be divided into areas where the width or height can be adjusted by dragging.", "main": "cjs/index.js", "module": "esm/index.js", "homepage": "https://uiwjs.github.io/react-split", "scripts": { "prepare": "npm run build", "released": "npm run build && npm run doc", "doc": "kkt build --app-src ./website", "start": "kkt start --app-src ./website", "css:watch": "compile-less -d src -o esm --watch", "css:build": "compile-less -d src -o esm", "css:build:dist": "compile-less -d src --combine dist.css --rm-global", "watch": "tsbb watch & npm run css:watch", "build": "tsbb build && npm run css:build && npm run css:build:dist", "type-check": "tsc --noEmit" }, "repository": { "type": "git", "url": "https://github.com/uiwjs/react-split.git" }, "author": "Kenny Wong <wowohoo@qq.com>", "license": "MIT", "files": [ "src", "esm", "cjs" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@kkt/less-modules": "6.11.0", "@kkt/raw-modules": "6.11.0", "@kkt/scope-plugin-options": "6.11.0", "@types/react": "17.0.20", "@types/react-dom": "17.0.9", "@uiw/react-code-preview": "2.0.0", "@uiw/react-github-corners": "1.5.3", "@uiw/react-markdown-preview": "3.3.2", "@uiw/reset.css": "1.0.5", "compile-less-cli": "1.8.8", "kkt": "6.11.0", "rehype-attr": "2.0.1", "react": "17.0.2", "react-dom": "17.0.2", "tsbb": "3.1.5", "uiw": "4.9.6" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }