UNPKG

react-virtualized-sticky-tree

Version:

A React component for efficiently rendering tree like structures with support for position: sticky

74 lines (73 loc) 2.16 kB
{ "name": "react-virtualized-sticky-tree", "description": "A React component for efficiently rendering tree like structures with support for position: sticky", "version": "3.0.0-beta18", "author": "Marc McIntyre <marchaos@gmail.com>", "license": "MIT", "exports": { ".": { "import": "./dist/mjs/src/index.js", "require": "./dist/cjs/src/index.js" } }, "main": "dist/cjs/src/index.js", "module": "dist/mjs/src/index.js", "homepage": "https://github.com/marchaos/react-virtualized-sticky-tree#readme", "repository": { "type": "git", "url": "https://github.com/marchaos/react-virtualized-sticky-tree.git" }, "keywords": [ "react", "virtualized", "react-virtualized", "tree", "position", "sticky" ], "scripts": { "build": "npm run clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh", "start": "webpack serve --config ./webpack.config.js", "prepublish": "npm run build", "clean": "rimraf dist", "test": "npx cypress run", "prepare": "npm run build" }, "bugs": { "url": "https://github.com/marchaos/react-virtualized-sticky-tree/issues" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-export-default-from": "^7.12.1", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "@babel/preset-typescript": "^7.12.7", "@types/react-measure": "^2.0.8", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "babel-loader": "^8.2.1", "cross-env": "^7.0.2", "cypress": "^6.0.0", "eslint": "^4.19.1", "html-webpack-plugin": "^4.5.0", "json-loader": "^0.5.4", "prettier": "^2.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "testdouble": "^1.8.0", "typescript": "^4.8.4", "webpack": "^5.9.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0" }, "dependencies": { "react-measure": "^2.5.2" } }