react.js-nested-tree
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "react.js-nested-tree", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -15,3 +15,4 @@ "description": "The react.js-nested-tree package is a versatile React component designed for creating nested, hierarchical tree structures. This package is especially useful for applications that require a visual representation of nested data, such as file explorers, category trees, or organizational charts.", | ||
"scripts": { | ||
"rollup": "rollup -c --bundleConfigAsCjs" | ||
"build": "rollup -c --bundleConfigAsCjs", | ||
"test": "jest" | ||
}, | ||
@@ -32,3 +33,9 @@ "keywords": [ | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.3.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"react": "^18.3.1", | ||
@@ -38,2 +45,3 @@ "rollup": "^4.18.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"ts-jest": "^29.1.5", | ||
"tslib": "^2.6.3", | ||
@@ -40,0 +48,0 @@ "typescript": "^5.4.5" |
@@ -5,2 +5,6 @@ # react.js-nested-tree | ||
## Description: | ||
The react.js-nested-tree package is a versatile React component designed for creating nested, hierarchical tree structures. This package is especially useful for applications that require a visual representation of nested data, such as file explorers, category trees, or organizational charts. | ||
## Installation: | ||
@@ -74,3 +78,2 @@ | ||
> [react-js-nested-tree-demo](https://codesandbox.io/p/live/06e9de8a-a26d-43f5-909c-3e15204b2b2a) | ||
> [react-js-nested-tree-demo](https://codesandbox.io/p/devbox/react-js-nested-tree-demo-mrggtt) |
11490
17
93
78
18