rc-dock
Version:
dock layout for react component
82 lines (81 loc) • 2.13 kB
JSON
{
"name": "rc-dock",
"version": "3.3.2",
"description": "dock layout for react component",
"repository": {
"type": "git",
"url": "https://github.com/ticlo/rc-dock.git"
},
"keywords": [
"react",
"layout",
"dock",
"panel",
"tabs",
"drag-and-drop",
"float",
"window",
"drag",
"drop",
"reactjs",
"react-dom"
],
"author": {
"name": "Rick Zhou",
"email": "rinick@gmail.com"
},
"main": "lib/index",
"module": "es/index",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"rc-dropdown": "~4.0.1",
"rc-menu": "~9.8.4",
"rc-new-window": "^0.1.13",
"rc-tabs": "~11.16.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@types/classnames": "^2.3.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.9",
"@types/prismjs": "^1.16.6",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/shelljs": "^0.8.11",
"less": "^4.1.2",
"node-gyp": "^10.1.0",
"parcel": "1.12.4",
"prismjs": "^1.26.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shelljs": "^0.8.4",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typedoc": "0.20.37",
"typescript": "4.2.4"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"resolutions": {
"@babel/preset-env": "7.13.8",
"deasync": "0.1.30"
},
"scripts": {
"example": "parcel example/*.html --open --out-dir temp --no-source-maps --no-hmr",
"build-less": "lessc style/index-light.less dist/rc-dock.css & lessc style/index-dark.less dist/rc-dock-dark.css ",
"build-doc": "typedoc",
"build-www": "ts-node tool/build-www",
"build-es": "tsc --module es2020 --outDir ./es",
"build-lib": "tsc --outDir ./lib"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}