@happyhyep/tree-component
Version:
React Tree Component with Search functionality
79 lines (78 loc) • 2.17 kB
JSON
{
"name": "@happyhyep/tree-component",
"version": "1.0.4",
"description": "React Tree Component with Search functionality",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"docs"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"lint": "eslint src stories --ext .ts,.tsx",
"lint:fix": "eslint src stories --ext .ts,.tsx --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"react",
"tree",
"component",
"search",
"typescript",
"ui"
],
"author": "happyhyep",
"license": "MIT",
"type": "module",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-icons": "^4.12.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-typescript": "^11.1.0",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.0.18",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"steiger": "^0.5.9",
"storybook": "^7.6.20",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"vite": "^5.4.19"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{js,json,md}": [
"prettier --write"
]
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}