-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "timely",
"version": "0.0.1",
"description": "Generate a Microsoft Teams application.",
"scripts": {
"start": "node dist/server.js",
"build": "gulp build",
"debug": "gulp serve --debug"
},
"dependencies": {
"@microsoft/teams-js": "1.4.2",
"@types/debug": "0.0.31",
"@types/express": "4.16.0",
"@types/express-session": "1.15.10",
"@types/morgan": "1.7.35",
"@types/react": "16.8.8",
"@types/request": "2.47.1",
"autoprefixer": "^9.5.1",
"botbuilder": "4.4.0",
"botbuilder-dialogs": "4.4.0",
"botbuilder-teams": "4.0.0-beta1",
"botbuilder-teams-messagingextensions": "1.4.0",
"botframework-config": "4.4.0",
"browser-request": "0.3.3",
"browser-sync": "^2.26.5",
"debug": "^3.1.0",
"del": "^3.0.0",
"dotenv": "8.0.0",
"dotenv-webpack": "^1.7.0",
"express": "4.16.3",
"express-msteams-host": "1.5.1",
"express-session": "1.15.6",
"fancy-log": "1.3.2",
"file-loader": "1.1.11",
"gulp": "4.0.2",
"gulp-if": "^2.0.2",
"gulp-inject": "5.0.2",
"gulp-load-plugins": "^1.6.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-token-replace": "1.1.5",
"gulp-zip": "4.2.0",
"moment-timezone": "^0.5.26",
"morgan": "1.9.1",
"msteams-react-base-component": "1.1.1",
"msteams-ui-components-react": "^0.8.1",
"ngrok": "^3.1.1",
"nodemon": "1.19.0",
"plugin-error": "1.0.1",
"plumber": "^0.4.8",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-select": "^3.0.4",
"request": "2.88.0",
"ts-loader": "5.3.3",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"tslint-webpack-plugin": "^1.2.2",
"typescript": "3.3.4000",
"typestyle": "2.0.1",
"vinyl": "2.2.0",
"webpack": "4.26.0",
"yargs": "12.0.1",
"z-schema": "^3.19.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
}