{
  "name": "chonkyvoxdash",
  "version": "2.10.16",
  "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": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": true,
    "singleQuote": true,
    "useTabs": false,
    "printWidth": 88
  },
  "module": "dist/chonkyvoxdash.esm.js",
  "size-limit": [
    {
      "path": "dist/chonkyvoxdash.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/chonkyvoxdash.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@size-limit/preset-small-lib": "^4.10.1",
    "@testing-library/react": "^11.2.5",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.2",
    "babel-loader": "^8.2.2",
    "husky": "^5.1.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "size-limit": "^4.10.1",
    "tailwindcss": "^3.3.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-regular-svg-icons": "^6.4.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@material-ui/core": "4.11.3",
    "@reduxjs/toolkit": "^1.5.0",
    "@types/classnames": "^2.2.11",
    "@types/fuzzy-search": "^2.1.0",
    "@types/memoizee": "^0.4.5",
    "@types/react": "^17.0.3",
    "@types/react-redux": "^7.1.16",
    "@types/react-virtualized-auto-sizer": "^1.0.0",
    "@types/react-window": "^1.8.2",
    "@types/redux-watch": "^1.1.0",
    "@types/shortid": "^0.0.29",
    "chonky": "^2.3.2",
    "classnames": "^2.2.6",
    "deepmerge": "^4.2.2",
    "exact-trie": "^1.0.13",
    "fast-sort": "^2.2.0",
    "filesize": "^6.1.0",
    "fuzzy-search": "^3.2.1",
    "hotkeys-js": "^3.8.3",
    "react-dnd": "11",
    "react-dnd-html5-backend": "11",
    "react-intl": "^5.13.2",
    "react-jss": "^10.5.1",
    "react-redux": "^7.2.2",
    "react-virtualized-auto-sizer": "^1.0.5",
    "react-window": "^1.8.6",
    "redux-watch": "^1.2.0",
    "shortid": "^2.2.16",
    "styled-components": "^5.3.0",
    "tsdef": "^0.0.14"
  },
  "homepage": "https://chonkyvoxdash.io/",
  "author": "Timur Kuzhagaliyev <tim.kuzh@gmail.com> (https://foxypanda.me/)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimboKZ/chonkyvoxdash.git"
  },
  "bugs": {
    "url": "https://github.com/TimboKZ/Chonky/issues"
  },
  "keywords": [
    "file",
    "chonky",
    "file-dialog",
    "file-browser",
    "react-component"
  ],
  "directories": {
    "example": "example",
    "test": "test"
  }
}
