UNPKG

react-splitter-light

Version:

A lightweight React component for creating adjustable split views with no extra dependencies.

49 lines (48 loc) 1.23 kB
{ "name": "react-splitter-light", "version": "1.0.3", "description": "A lightweight React component for creating adjustable split views with no extra dependencies.", "files": ["dist"], "main": "./dist/index.js", "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/kruglay/react-splitter-light/issues" }, "repository": { "type": "git", "url": "https://github.com/kruglay/react-splitter-light.git" }, "homepage": "https://github.com/kruglay/react-splitter-light/", "scripts": { "build": "NODE_ENV=production webpack", "build:dev": "webpack" }, "keywords": [ "splitter", "allotment", "resize", "resizer", "pane", "grid template", "react", "typescript" ], "author": "kruglay", "license": "MIT", "peerDependencies": { "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" }, "devDependencies": { "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "css-loader": "^6.8.1", "mini-css-extract-plugin": "^2.7.6", "postcss-loader": "^7.3.3", "style-loader": "^3.3.3", "ts-loader": "^9.4.3", "typescript": "^5.1.3", "webpack": "^5.86.0", "webpack-cli": "^5.1.4" } }