{ "name": "sidebar-agent", "version": "0.0.1", "private": true, "engines": { "node": ">=22.14.0 < 23.0.0" }, "main": "lib/index.js", "scripts": { "build": "gulp bundle", "clean": "gulp clean", "test": "gulp test" }, "dependencies": { "@azure/msal-browser": "^4.13.1", "@fluentui/react": "^8.121.4", "@microsoft/agents-copilotstudio-client": "^1.0.0", "@microsoft/decorators": "1.21.1", "@microsoft/sp-application-base": "1.21.1", "@microsoft/sp-core-library": "1.21.1", "botframework-webchat": "4.18.1-main.20250804.93043a9", "botframework-webchat-fluent-theme": "4.18.1-main.20250804.93043a9", "react": "17.0.1", "react-dom": "17.0.1", "tslib": "2.3.1" }, "devDependencies": { "@microsoft/eslint-config-spfx": "1.21.1", "@microsoft/eslint-plugin-spfx": "1.21.1", "@microsoft/rush-stack-compiler-5.3": "0.1.0", "@microsoft/sp-build-web": "1.21.1", "@microsoft/sp-module-interfaces": "1.21.1", "@rushstack/eslint-config": "4.0.1", "@types/webpack-env": "~1.15.2", "ajv": "^6.12.5", "eslint": "8.57.1", "gulp": "4.0.2", "typescript": "~5.3.3" } }