@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.98 kB
JSON
{
"name": "@valikwp/react-file-manager",
"private": false,
"version": "2.10.42",
"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": "^1.10.5",
"react-collapsed": "^4.2.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"axios": "^1.7.7",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.6",
"semantic-release": "^24.1.0",
"vite": "^5.4.6"
},
"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"
}