{
  "name": "@svenardo/chonky",
  "version": "1.0.1",
  "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",
    "test": "dts test --passWithNoTests",
    "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": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "dts lint"
    }
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": true,
    "useTabs": false,
    "printWidth": 88
  },
  "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.6",
    "@size-limit/preset-small-lib": "^11.0.1",
    "@testing-library/react": "^14.1.2",
    "babel-loader": "^9.1.3",
    "dts-cli": "^2.0.3",
    "husky": "^8.0.3",
    "prettier": "^3.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "size-limit": "^11.0.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.15.1",
    "@reduxjs/toolkit": "^2.0.1",
    "@types/classnames": "^2.3.0",
    "@types/fuzzy-search": "^2.1.5",
    "@types/memoizee": "^0.4.11",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@types/react-redux": "^7.1.33",
    "@types/react-virtualized-auto-sizer": "^1.0.4",
    "@types/react-window": "^1.8.2",
    "@types/redux-watch": "^1.1.2",
    "@types/shortid": "^0.0.32",
    "classnames": "^2.3.2",
    "deepmerge": "^4.3.1",
    "exact-trie": "^1.0.13",
    "fast-sort": "^3.4.0",
    "filesize": "^10.1.0",
    "fuzzy-search": "^3.2.1",
    "hotkeys-js": "^3.13.3",
    "immer": "10.0.3",
    "react-dnd": "16.0.1",
    "react-dnd-html5-backend": "16.0.1",
    "react-intl": "^6.5.5",
    "react-jss": "^10.10.0",
    "react-redux": "^9.0.4",
    "react-virtualized-auto-sizer": "^1.0.20",
    "react-window": "^1.8.6",
    "redux-watch": "^1.2.0",
    "shortid": "^2.2.16",
    "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/TimboKZ/Chonky.git"
  },
  "bugs": {
    "url": "https://github.com/TimboKZ/Chonky/issues"
  },
  "keywords": [
    "file",
    "chonky",
    "file-dialog",
    "file-browser",
    "react-component"
  ]
}
