rc-dock
Version:
dock layout for react component
85 lines (84 loc) • 2.1 kB
JSON
{
"name": "rc-dock",
"version": "4.0.0-alpha.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": {
"@rc-component/dropdown": "~1.0.0",
"@rc-component/menu": "~1.1.3",
"@rc-component/tabs": "~1.5.0",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"rc-new-window": "^0.1.13"
},
"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": "^20.11.0",
"@types/prismjs": "^1.16.6",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/shelljs": "^0.8.11",
"less": "^4.2.0",
"node-gyp": "^10.1.0",
"prismjs": "^1.26.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shelljs": "^0.8.4",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typedoc": "0.28.10",
"typescript": "^5.6.2",
"vite": "^4.5.14"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"pnpm": {
"overrides": {
"@babel/preset-env": "7.13.8",
"deasync": "0.1.30"
}
},
"scripts": {
"dev": "vite",
"build-examples": "vite build",
"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": "pnpm@9.10.0"
}