UNPKG

@valikwp/react-file-manager

Version:

React File Manager is an open-source, user-friendly component designed to easily manage files and folders within applications. With smooth drag-and-drop functionality, responsive design, and efficient navigation, it simplifies file handling in any React p

73 lines (72 loc) 1.99 kB
{ "name": "@valikwp/react-file-manager", "private": false, "version": "2.10.44", "type": "module", "module": "dist/react-file-manager.es.js", "files": [ "dist/", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "semantic-release": "semantic-release" }, "dependencies": { "@valikwp/react-file-manager": "^2.10.42", "react-collapsed": "^4.2.0", "react-icons": "^5.5.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react-swc": "^3.10.2", "axios": "^1.10.0", "eslint": "^9.30.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "react": "^19.1.0", "react-dom": "^19.1.0", "sass": "^1.89.2", "semantic-release": "^24.2.6", "vite": "^5.2.10" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "description": "React File Manager is an open-source, user-friendly component designed to easily manage files and folders within applications. With smooth drag-and-drop functionality, responsive design, and efficient navigation, it simplifies file handling in any React project.", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/Valikwp/react-file-manager.git" }, "keywords": [ "react", "file-manager", "component", "react-file explorer" ], "author": "Valik Horobets", "license": "MIT", "bugs": { "url": "https://github.com/Valikwp/react-file-manager/issues" }, "homepage": "https://github.com/Valikwp/react-file-manager#readme" }