{
  "name": "@stoked-ui/editor",
  "version": "0.1.3-a.0",
  "description": "Editor Component using File Explorer, Media Selector, and Timeline",
  "author": "Brian Stoker",
  "main": "./index.js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stoked-ui/editor/issues"
  },
  "homepage": "https://stoked-ui.github.io/editor",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "keywords": [
    "react",
    "react-component",
    "sui",
    "file explorer",
    "file-explorer",
    "mui",
    "stoked ui",
    "material ui",
    "material design",
    "file explorer view"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stoked-ui/sui.git",
    "directory": "packages/sui-editor"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.8",
    "@hookform/error-message": "^2.0.1",
    "@hookform/resolvers": "^3.9.0",
    "@mui/base": "^5.0.0-beta.70",
    "@mui/system": "^5.17.1",
    "@mui/utils": "^5.17.1",
    "lodash": "^4.17.21",
    "plyr-react": "^5.3.0",
    "prop-types": "^15.8.1",
    "react-hook-form": "^7.53.0",
    "react-json-view": "^1.21.3",
    "react-router-dom": "^6.21.3",
    "yup": "^1.4.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.15.21",
    "@mui/material": "^5.17.1",
    "react": "18.3.1",
    "react-dom": "^17.0.0 || ^18.0.0",
    "@stoked-ui/file-explorer": "^0.1.3-a.0",
    "@stoked-ui/common": "^0.1.3-a.0",
    "@stoked-ui/media-selector": "^0.1.4-a.0",
    "@stoked-ui/timeline": "^0.1.4-a.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "module": "./modern/index.js",
  "private": false
}