Repository URL to install this package:
|
Version:
3.12.16 ▾
|
@filerobot/explorer
/
package.json
|
|---|
{
"name": "@filerobot/explorer",
"version": "3.12.16",
"description": "Filerobot explorer for the files uploaded on filerobot, handling them & upload new files.",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"files": [
"/dist",
"/lib",
"/types"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@filerobot/common": "^3.12.15",
"@filerobot/icons": "^3.5.11",
"@filerobot/informer": "^3.12.15",
"@filerobot/provider-views": "^3.12.15",
"@filerobot/status-bar": "^3.12.15",
"@filerobot/thumbnail-generator": "^3.12.2",
"@filerobot/utils": "^3.12.2",
"@reduxjs/toolkit": "^1.9.5",
"@scaleflex/icons": "^2.1.20",
"@scaleflex/ui": "^2.1.20",
"@transloadit/prettier-bytes": "0.1.0",
"akamai-filerobot-converter": "^0.1.6",
"classnames": "^2.2.6",
"cuid": "^3.0.0",
"filerobot-image-annotator": "3.0.18",
"js-levenshtein": "^1.1.6",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"react-beautiful-dnd": "^13.1.1",
"react-filerobot-image-editor": "4.5.2",
"react-filerobot-media-annotator": "1.0.1",
"react-konva": "17.0.2-6",
"react-redux": "^8.1.1",
"react-router-dom": "^5.3.0",
"resize-observer-polyfill": "^1.5.0",
"styled-components": "^5.2.3",
"use-context-selector": "^1.3.9"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@filerobot/core": "^3.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"license": "MIT"
}