-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 KB
/
package.json
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
{
"name": "myconnector",
"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": {
"@fluentui/react-northstar": "~0.58.0",
"@microsoft/teams-js": "~1.11.0",
"axios": "^0.21.1",
"botbuilder": "4.14.1",
"botbuilder-dialogs": "4.14.1",
"compression": "1.7.4",
"debug": "4.3.2",
"dotenv": "10.0.0",
"express": "4.16.4",
"express-msteams-host": "1.9.0",
"express-session": "1.15.6",
"morgan": "1.9.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"msteams-react-base-component": "^3.1.1",
"node-json-db": "0.7.5"
},
"devDependencies": {
"@types/debug": "4.1.7",
"@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",
"fork-ts-checker-webpack-plugin": "6.3.3",
"gulp": "4.0.2",
"ts-loader": "9.2.5",
"typescript": "4.0.3",
"typestyle": "2.1.0",
"vinyl": "2.2.1",
"webpack": "5.52.1",
"yargs": "^16.0.3",
"yoteams-build-core": "^1.5.0",
"yoteams-deploy": "^1.1.0",
"webpack-node-externals": "^3.0.0",
"@types/node-json-db": "0.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"engines": {
"node": ">=12"
}
}