{
  "name": "@animech-public/chonky",
  "version": "0.14.8",
  "description": "A File Browser component for React",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "dts watch",
    "build": "dts build",
    "lint": "dts lint",
    "prepare": "dts build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "format": "prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore . --write",
    "format-check": "prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore --check ."
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "husky": {
    "hooks": {
      "pre-commit": "dts lint"
    }
  },
  "prettier": {
    "trailingComma": "all",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true,
    "useTabs": false,
    "printWidth": 120
  },
  "module": "dist/chonky.esm.js",
  "size-limit": [
    {
      "path": "dist/chonky.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/chonky.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@size-limit/preset-small-lib": "^10.0.0",
    "babel-loader": "^9.1.3",
    "dts-cli": "^2.0.3",
    "husky": "^8.0.3",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "size-limit": "^10.0.0",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.15.0",
    "@mui/styles": "^5.15.0",
    "@reduxjs/toolkit": "^2.0.1",
    "@types/classnames": "^2.2.11",
    "@types/fuzzy-search": "^2.1.3",
    "@types/memoizee": "^0.4.10",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.17",
    "@types/react-redux": "^7.1.28",
    "@types/react-virtualized-auto-sizer": "^1.0.2",
    "@types/react-window": "^1.8.7",
    "@types/redux-watch": "^1.1.1",
    "classnames": "^2.2.6",
    "deepmerge": "^4.3.0",
    "exact-trie": "^1.0.13",
    "fast-sort": "^3.4.0",
    "filesize": "^10.1.0",
    "fuzzy-search": "^3.2.1",
    "hotkeys-js": "^3.12.0",
    "immer": "^10.0.3",
    "nanoid": "^5.0.4",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-intl": "^6.5.0",
    "react-jss": "^10.10.0",
    "react-redux": "^8.1.3",
    "react-virtualized-auto-sizer": "^1.0.20",
    "react-window": "^1.8.9",
    "redux": "^5.0.0",
    "redux-watch": "^1.2.0",
    "tsdef": "^0.0.14"
  },
  "homepage": "https://chonky.io/",
  "author": {
    "name": "Timur Kuzhagaliyev",
    "email": "tim.kuzh@gmail.com",
    "url": "https://foxypanda.me/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnimechTechnologies/Chonky.git"
  },
  "bugs": {
    "url": "https://github.com/TimboKZ/Chonky/issues"
  },
  "keywords": [
    "file",
    "chonky",
    "file-dialog",
    "file-browser",
    "react-component"
  ],
  "overrides": {
    "@mui/styles": {
      "react": ">=18"
    }
  }
}
