microsoft-teams-app-sample
Version:
Microsoft Teams application sample.
92 lines (91 loc) • 2.36 kB
JSON
{
"name": "microsoft-teams-app-sample",
"version": "0.1.4",
"description": "Microsoft Teams application sample.",
"homepage": ".",
"author": {
"name": "Alexander Katrukhin",
"email": "alexander.katrukhin@microsoft.com",
"url": "https://github.com/akatrukhin"
},
"maintainers": [],
"contributors": [],
"license": "MIT",
"keywords": [
"Microsoft Teams",
"Microsoft Teams Platform",
"Platform",
"Teams App",
"Application",
"React",
"Fluent UI",
"yeoman-generator",
"Microsoft Teams",
"microsoft-teams",
"Office 365",
"office-365",
"Microsoft 365",
"microsoft-365",
"teams toolkit"
],
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fluentui/react-northstar": "^0.51.3",
"@fluentui/react-teams": "0.1.0-alpha.10",
"@microsoft/teams-js": "^1.8.0",
"@uifabric/example-data": "^7.1.5",
"date-fns": "^2.22.1",
"faker": "^5.1.0",
"framer-motion": "^4",
"interactjs": "^1.10.11",
"react": "^16.8.0",
"react-calendar-timeline": "^0.27.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.2.0",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.6.0",
"@types/faker": "^5.1.5",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"@types/react-calendar-timeline": "^0.26.3",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"@types/uuid": "^8.3.0",
"axios": "^0.21.0",
"gulp": "^4.0.2",
"gulp-token-replace": "^1.1.5",
"gulp-zip": "^5.0.2",
"ngrok": "^3.3.0",
"plugin-error": "^1.0.1",
"react-scripts": "4.0.1",
"typescript": "^4.1.3",
"yargs": "^16.2.0",
"z-schema": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
"serve": "react-scripts start & gulp start-ngrok",
"build": "react-scripts build",
"package": "gulp manifest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}