hierarchical-folder-tree
Version:
A virtualized hierarchical folders list component for React with comprehensive icon support
70 lines (69 loc) • 1.88 kB
JSON
{
"name": "hierarchical-folder-tree",
"version": "1.1.5",
"description": "A virtualized hierarchical folders list component for React with comprehensive icon support",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"types": "dist/types/index.d.ts",
"typesVersions": {
"*": {
"*": ["dist/types/*"]
}
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"test:publish": "./test-publish.sh",
"prepublishOnly": "npm run build && npm run test:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amitkaplan14/hierarchical-folders-list.git"
},
"keywords": [
"react",
"tree-view",
"folder-list",
"hierarchical",
"virtualized",
"icons",
"file-tree",
"directory-tree",
"icon-support",
"typescript"
],
"author": "Amit Kaplan <amitkaplan14@gmail.com> (https://github.com/amitkaplan14)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amitkaplan14/hierarchical-folders-list/issues"
},
"homepage": "https://github.com/amitkaplan14/hierarchical-folders-list#readme",
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0"
},
"dependencies": {
"classnames": "^2.5.1",
"@emotion/styled": "^11.14.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.6.2",
"typescript": "^5.8.3"
}
}