@indevstudio/react-split-panel
Version:
React split-pane component for TypeScript and React 17+
87 lines (86 loc) • 2.07 kB
JSON
{
"name": "@indevstudio/react-split-panel",
"license": "MIT",
"version": "0.1.6",
"main": "dist/index.js",
"private": false,
"typings": "dist/index.d.ts",
"description": "React split-pane component for TypeScript and React 17+",
"repository": {
"type": "git",
"url": "https://github.com/indev/react-split-panel"
},
"bugs": {
"type": "git",
"url": "https://github.com/indev/react-split-panel"
},
"homepage": "https://github.com/indev/react-split-panel",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=16"
},
"keywords": [
"react",
"react-17",
"typescript",
"react-component",
"split-pane",
"react-split-pane"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"release:patch": "yarn version patch && git push && yarn publish --tag next",
"release": "npm run compile && npm publish dist/"
},
"peerDependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"lodash-es": "^4.17.21",
"react": ">=17"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"author": "Viktor Borisov",
"module": "dist/react-split-panel.esm.js",
"size-limit": [
{
"path": "dist/react-split-panel.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-split-panel.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"husky": "^7.0.4",
"lodash-es": "^4.17.21",
"prettier": "^2.5.1",
"react": ">=17",
"react-dom": "^17.0.2",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@indevstudio/react-event-listener": "^0.6.10"
}
}