{
    "name": "@opendocs-editor/3ditor",
    "version": "1.4.2",
    "description": "3ditor: The open-source multiplatform React-based editor that powers OpenDocs.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/opendocs-editor/3ditor.git"
    },
    "publishConfig": {
        "access": "public"
    },
    "author": "Jacob Sapoznikow <jacob1coder@gmail.com>",
    "license": "MIT",
    "main": "build/exports.js",
    "types": "build/exports.d.ts",
    "scripts": {
        "dev": "PORT=8087 next dev",
        "build": "next build",
        "start": "PORT=8087 next start",
        "lint": "next lint",
        "format": "prettier --write .",
        "build:prod": "next build && next export",
        "build:pkg": "tsc -p ./tsconfig.prod.json"
    },
    "dependencies": {
        "@grammarly/editor-sdk-react": "^1.6.0",
        "@monaco-editor/react": "^4.3.1",
        "@tinymce/tinymce-react": "^3.13.1",
        "@zeit/next-css": "^1.0.1",
        "child_process": "^1.0.2",
        "dotenv": "^16.0.0",
        "google-tts-api": "^2.0.2",
        "googleapis": "39",
        "isomorphic-fetch": "^3.0.0",
        "monaco-editor": "^0.32.1",
        "monaco-editor-webpack-plugin": "^7.0.1",
        "mongodb": "^4.4.1",
        "next": "12.0.9",
        "next-offline": "^5.0.5",
        "next-pwa": "^5.4.5",
        "next-transpile-modules": "^9.0.0",
        "opendocs-fonts-api": "^1.2.0",
        "play-audio-url": "^1.0.1",
        "react": "17.0.2",
        "react-dom": "17.0.2",
        "react-icons": "^4.3.1",
        "react-monaco-editor": "^0.47.0",
        "readline": "^1.3.0",
        "socket.io-client": "^4.4.1",
        "speak-tts": "^2.0.8",
        "styled-components": "^5.3.3",
        "uuid": "^8.3.2",
        "webpack": "^5.70.0"
    },
    "devDependencies": {
        "@types/isomorphic-fetch": "^0.0.35",
        "@types/node": "^17.0.13",
        "@types/react": "17.0.38",
        "@types/styled-components": "^5.1.24",
        "@types/uuid": "^8.3.4",
        "eslint": "^8.12.0",
        "eslint-config-next": "12.0.9",
        "prettier": "^2.5.1",
        "typescript": "4.5.5"
    },
    "packageManager": "yarn@3.1.1"
}
