UNPKG

react-cascading-menu

Version:

React-Cascading-Menu is a multi-selectable cascading menu component for React, providing horizontal navigation and global search for efficient option selection.

74 lines 2.38 kB
{ "name": "react-cascading-menu", "version": "2.1.2", "description": "React-Cascading-Menu is a multi-selectable cascading menu component for React, providing horizontal navigation and global search for efficient option selection.", "main": "build", "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", "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", "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-dropdown.git" }, "keywords": [ "cascading", "menu", "react" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/vinayv-456/react-cascading-dropdown/issues" }, "homepage": "https://vinayv-456.github.io/react-cascading-menu/" }