UNPKG

react-cascading-menu

Version:

A powerful React cascading dropdown component with multi-selection, search functionality, and hierarchical navigation. Perfect for building category selectors, dependent dropdowns, and nested menu systems with TypeScript support.

100 lines (99 loc) 3.2 kB
{ "name": "react-cascading-menu", "version": "2.1.4", "description": "A powerful React cascading dropdown component with multi-selection, search functionality, and hierarchical navigation. Perfect for building category selectors, dependent dropdowns, and nested menu systems with TypeScript support.", "main": "build/index.js", "scripts": { "start": "webpack serve --mode development --open --static ./example/public --entry ./example/src/index.js", "build": "webpack --mode production --entry ./src/index.tsx --output-path ./build", "build:watch": "webpack --mode development --entry ./src/index.tsx --output-path ./build --watch", "dev": "concurrently \"npm run build:watch\" \"npm run example:dev\"", "example:dev": "cd example && npm start", "test": "jest --watch", "deploy": "yarn run build" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "styled-components": "^6.1.11" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript" ] }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@svgr/webpack": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^14.3.0", "@types/jest": "^29.5.12", "@types/react": "^18.3.3", "babel-jest": "^29.7.0", "babel-loader": "^8.2.3", "concurrently": "^8.2.2", "css-loader": "^6.10.0", "gh-pages": "^6.1.1", "html-webpack-plugin": "^5.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-transform-stub": "^2.0.0", "postcss-styled-syntax": "^0.6.4", "style-loader": "^3.3.4", "stylelint": "^16.6.1", "stylelint-config-standard": "^36.0.0", "ts-jest": "^29.2.4", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "typescript": "^5.5.3", "typescript-plugin-styled-components": "^3.0.0", "webpack": "^5.90.3", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.4" }, "repository": { "type": "git", "url": "git+https://github.com/vinayv-456/react-cascading-menu.git" }, "keywords": [ "react", "dropdown", "cascading", "menu", "select", "multiselect", "search", "keyboard-navigation", "react-component", "ui-component", "navigation", "hierarchical", "nested-dropdown", "tree-select", "category-selector", "filter", "react-dropdown", "dependent-dropdown", "dynamic-dropdown", "breadcrumb" ], "author": { "name": "Vinay Vallabineni", "email": "vinayvallabineni456@gmail.com", "url": "https://github.com/vinayv-456" }, "license": "MIT", "bugs": { "url": "https://github.com/vinayv-456/react-cascading-menu/issues" }, "homepage": "https://vinayv-456.github.io/react-cascading-menu/" }