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.

59 lines 1.83 kB
{ "name": "react-cascading-menu", "version": "2.1.0", "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 ./public --entry ./src/index.js", "build": "webpack --mode development --entry ./src/index.js --output-path ./build", "deploy": "gh-pages -d build" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", "react": "17.0.2", "react-dom": "^17.0.2", "styled-components": "^6.1.11", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ] }, "devDependencies": { "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@babel/preset-react": "^7.16.5", "@svgr/webpack": "^8.1.0", "babel-loader": "^8.2.3", "css-loader": "^6.10.0", "gh-pages": "^6.1.1", "html-webpack-plugin": "^5.6.0", "postcss-styled-syntax": "^0.6.4", "style-loader": "^3.3.4", "stylelint": "^16.6.1", "stylelint-config-standard": "^36.0.0", "ts-loader": "^9.5.1", "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/" }