react-dynamic-virtual-tree
Version:
Library for visualizing nested lists with dynamically changing sizes.
70 lines (69 loc) • 1.71 kB
JSON
{
"name": "react-dynamic-virtual-tree",
"version": "0.1.14",
"description": "Library for visualizing nested lists with dynamically changing sizes.",
"author": "ytserilo",
"keywords": [
"react-virtualized",
"react-virtual-tree",
"virtual-tree",
"virtualized-tree",
"dynamic-virtualized-tree"
],
"main": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ytserilo/react-dynamic-virtual-tree.git"
},
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.41",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"build": "tsc"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"babel-loader": "^9.1.3",
"babel-plugin-react-css-modules": "^5.2.6",
"css-loader": "^6.8.1",
"prettier": "^2.8.8",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2"
}
}