-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.03 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tabroomcheckinapp",
"version": "0.0.1",
"description": "Generated by yoteams, https://aka.ms/yoteams",
"scripts": {
"start": "node dist/server.js",
"build": "gulp build",
"manifest": "gulp manifest",
"debug": "gulp serve --debug"
},
"dependencies": {
"@azure/data-tables": "^12.0.0",
"@azure/identity": "^1.3.0",
"@azure/keyvault-secrets": "^4.2.0",
"@fluentui/react-northstar": "~0.56.0",
"@microsoft/applicationinsights-web": "^2.6.3",
"@microsoft/mgt": "^2.2.0",
"@microsoft/mgt-react": "^2.2.0",
"@microsoft/teams-js": "~1.10.0",
"@opentelemetry/tracing": "^0.21.0",
"applicationinsights": "^1.3.1",
"applicationinsights-js": "^1.0.21",
"applicationinsights-native-metrics": "0.0.6",
"axios": "^0.21.1",
"compression": "1.7.4",
"debug": "4.2.0",
"dotenv": "8.2.0",
"express": "4.16.4",
"express-msteams-host": "1.7.0",
"express-session": "1.15.6",
"https-browserify": "^1.0.0",
"i18next": "^20.3.2",
"i18next-xhr-backend": "^3.2.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"morgan": "1.9.1",
"msteams-react-base-component": "^3.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^11.11.0",
"react-jss": "^10.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/debug": "4.1.5",
"@types/express": "4.16.0",
"@types/express-session": "1.15.10",
"@types/morgan": "1.7.35",
"@types/react": "16.8.10",
"@types/react-dom": "16.8.3",
"browser-sync": "^2.26.5",
"fancy-log": "^1.3.3",
"file-loader": "6.1.1",
"gulp": "4.0.2",
"ngrok": "^3.4.1",
"ts-loader": "8.0.5",
"typescript": "4.0.3",
"typestyle": "2.0.1",
"vinyl": "2.2.0",
"webpack": "5.0.0",
"webpack-node-externals": "^2.5.2",
"yargs": "^16.0.3",
"yoteams-build-core": "^1.2.0",
"yoteams-deploy": "^1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"engines": {
"node": ">=12"
}
}