@geoffcox/react-splitter
Version:
A splitter for React components that leverages CSS grid templates for simple and consistent resizing.
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "@geoffcox/react-splitter",
"version": "2.1.2",
"description": "A splitter for React components that leverages CSS grid templates for simple and consistent resizing.",
"main": "build/index.js",
"files": [
"build/"
],
"scripts": {
"build:dev": "webpack --config webpack.config.js --mode development",
"build:prod": "webpack --config webpack.config.js --mode production"
},
"author": "Geoff Cox",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeoffCox/react-splitter/issues"
},
"homepage": "https://github.com/GeoffCox/react-splitter/",
"keywords": [
"splitter",
"resize",
"resizer",
"pane",
"grid template",
"react",
"typescript"
],
"devDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"@types/react-measure": "^2.0.8",
"ts-loader": "^9.4.2",
"css-loader": "^6.7.3",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0 ",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"react-measure": "^2.5.2"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0",
"react-dom": ">=16.8.0 <19.0.0"
}
}