UNPKG

@tmnrp/react-explorer

Version:

React explorer is a component that can be used to display explorer.

54 lines (53 loc) 1.59 kB
{ "name": "@tmnrp/react-explorer", "version": "2.0.1", "description": "React explorer is a component that can be used to display explorer.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "author": "TMRNP <harsh.harish1@gmail.com> (https://tmnrp-portfolio.vercel.app/)", "license": "MIT", "homepage": "https://tmnrp-react-ui.vercel.app/explorer-page", "readme": "https://github.com/tmnrp/react-ui/tree/master/packages/explorer#readme", "repository": { "type": "git", "url": "https://github.com/tmnrp/react-ui.git", "directory": "packages/explorer" }, "scripts": { "build": "rm -rf dist/ && npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module CommonJS --outDir dist/cjs", "build:pub:patch": "npm run build && npm version patch && npm publish --access public", "build:pub:minor": "npm run build && npm version minor && npm publish --access public", "build:pub:major": "npm run build && npm version major && npm publish --access public" }, "devDependencies": { "@types/node": "^17.0.9", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "react": "^17.0.2", "react-dom": "^17.0.2", "tsc-hooks": "^1.1.1", "typescript": "^4.5.4" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "keywords": [ "react", "component", "react-component", "components", "ui", "explorer", "aside", "side bar", "file explorer", "menu", "menu items" ] }