UNPKG

@aperturerobotics/chonky

Version:

A File Browser component for React

123 lines (122 loc) 3.08 kB
{ "name": "@aperturerobotics/chonky", "version": "0.3.1", "description": "A File Browser component for React", "license": "MIT", "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" ], "main": "./dist/index.js", "typings": "./dist/index.d.ts", "module": "./dist/chonky.esm.js", "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": ">=16" }, "husky": { "hooks": { "pre-commit": "dts lint" } }, "prettier": { "trailingComma": "es5", "tabWidth": 4, "semi": true, "singleQuote": true, "useTabs": false, "printWidth": 88 }, "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.9", "@size-limit/preset-small-lib": "^11.0.2", "babel-loader": "^9.1.3", "dts-cli": "^2.0.4", "husky": "^9.0.11", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "size-limit": "^11.0.2", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/material": "^6.0.0", "@mui/styles": "^6.0.0", "@reduxjs/toolkit": "^2.2.1", "@types/classnames": "^2.2.11", "@types/fuzzy-search": "^2.1.5", "@types/memoizee": "^0.4.10", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@types/react-redux": "^7.1.33", "@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-window": "^1.8.7", "@types/redux-watch": "^1.1.1", "@types/shortid": "^2.0.0", "classnames": "^2.5.1", "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.13.7", "immer": "10.1.1", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-intl": "^6.6.2", "react-jss": "^10.10.0", "react-redux": "^9.1.0", "react-virtualized-auto-sizer": "^1.0.22", "react-window": "^1.8.10", "redux": "^5.0.1", "redux-watch": "^1.2.0", "shortid": "^2.2.16", "tsdef": "^0.0.14" } }