bonsaiview
Version:
A fast, light and modern React TreeView with virtual scroll and a focus on optimizations and full customization
79 lines • 1.9 kB
JSON
{
"name": "bonsaiview",
"description": "A fast, light and modern React TreeView with virtual scroll and a focus on optimizations and full customization",
"keywords": [
"react",
"treeview",
"tree",
"virtual scroll",
"virtualized",
"performance",
"fast",
"lightweight",
"component",
"ui",
"react-component",
"react-treeview",
"list",
"nested",
"expandable",
"collapsible"
],
"private": false,
"version": "1.0.0-beta.0",
"license": "MIT",
"author": "Xylobyte",
"repository": {
"type": "git",
"url": "https://github.com/Xylobyte/bonsaiview.git"
},
"homepage": "https://github.com/Xylobyte/bonsaiview#readme",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./styles": "./dist/bonsaiview.css"
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sass-embedded": "^1.90.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.0",
"unplugin-dts": "1.0.0-beta.6",
"vite": "^7.1.0",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
}
}