{
  "name": "@cubone/react-file-manager",
  "private": false,
  "version": "1.35.0",
  "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": {
    "@fontsource/nunito-sans": "^5.2.7",
    "i18next": "^25.0.0",
    "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": "^6.3.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/Saifullah-dev/react-file-manager.git"
  },
  "keywords": [
    "react",
    "file-manager",
    "component",
    "react-file explorer"
  ],
  "author": "Saifullah Zubair",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Saifullah-dev/react-file-manager/issues"
  },
  "homepage": "https://github.com/Saifullah-dev/react-file-manager#readme"
}
