{
    "name": "@microsoft/live-share-react",
    "version": "1.4.2-preview.0",
    "description": "Build collaborative React apps using Microsoft's Fluid & Live Share frameworks with ease.",
    "author": "Microsoft",
    "license": "SEE LICENSE IN LICENSE",
    "main": "./bin/index.js",
    "types": "./bin/index.d.ts",
    "scripts": {
        "clean": "npx shx rm -rf bin",
        "build": "tsc -p tsconfig.build.json",
        "typecheck": "tsc"
    },
    "dependencies": {
        "@microsoft/live-share-turbo": "1.4.2-preview.0",
        "url": "^0.11.0",
        "uuid": "^9.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.21.8",
        "@fluidframework/azure-client": "^1.1.1",
        "@fluidframework/test-client-utils": "^1.3.6",
        "@microsoft/live-share": "1.4.2",
        "@microsoft/live-share-canvas": "1.4.2",
        "@microsoft/live-share-media": "1.4.2",
        "@types/react": "^18.0.0",
        "@types/react-dom": "^18.0.0",
        "@types/uuid": "^9.0.1",
        "babel-loader": "^9.1.2",
        "fluid-framework": "^1.3.6",
        "typescript": "^5.0.4"
    },
    "peerDependencies": {
        "@fluidframework/azure-client": "^1.0.0",
        "@microsoft/live-share": "1.4.2",
        "@microsoft/live-share-canvas": "1.4.2",
        "@microsoft/live-share-media": "1.4.2",
        "fluid-framework": "^1.2.3",
        "react": "^16.8.0 || ^17 || ^18",
        "react-dom": "^16.8.0 || ^17 || ^18"
    },
    "repository": {
        "directory": "packages/live-share-react",
        "type": "git",
        "url": "https://github.com/microsoft/live-share-sdk"
    },
    "homepage": "https://aka.ms/teamsliveshare",
    "bugs": {
        "url": "https://github.com/microsoft/live-share-sdk/issues"
    }
}
