UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

76 lines (75 loc) 2.54 kB
{ "name": "@fluid-example/ai-collab", "version": "2.5.0", "private": true, "description": "Example app that showcases the experimental package for AI collaboration in Fluid-based applications.", "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "examples/apps/ai-collab" }, "license": "MIT", "author": "Microsoft and contributors", "sideEffects": false, "type": "module", "scripts": { "build": "fluid-build . --task build", "build:compile": "fluid-build . --task compile", "build:esnext": "tsc --project ./tsconfig.json", "check:biome": "biome check .", "check:format": "npm run check:biome", "clean": "rimraf --glob dist lib next-env.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc", "eslint": "eslint --format stylish src", "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", "format": "npm run format:biome", "format:biome": "biome check . --write", "lint": "fluid-build . --task lint", "lint:fix": "fluid-build . --task eslint:fix --task format", "start": "next dev", "start:server": "tinylicious" }, "dependencies": {}, "devDependencies": { "@azure/identity": "^4.4.1", "@azure/msal-browser": "^3.25.0", "@biomejs/biome": "~1.9.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fluid-experimental/ai-collab": "workspace:~", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.49.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.49.0", "@fluidframework/devtools": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.4.0", "@fluidframework/odsp-client": "workspace:~", "@fluidframework/tinylicious-client": "workspace:~", "@fluidframework/tree": "workspace:~", "@iconify/react": "^5.0.2", "@microsoft/microsoft-graph-client": "^3.0.7", "@microsoft/microsoft-graph-types": "^2.40.0", "@mui/lab": "6.0.0-beta.9", "@mui/material": "^6.0.2", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/uuid": "^9.0.2", "eslint": "~8.55.0", "fluid-framework": "workspace:~", "mui": "^0.0.1", "next": "^14.2.8", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^4.4.0", "tinylicious": "^5.0.0", "typechat": "^0.1.1", "typescript": "~5.4.5", "uuid": "^9.0.0" }, "typeValidation": { "disabled": true, "broken": {}, "entrypoint": "legacy" } }