-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.79 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.79 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
{
"name": "teamstabapp",
"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.6.0",
"axios": "^0.19.2",
"botbuilder": "4.7.1",
"botbuilder-dialogs": "4.7.1",
"compression": "1.7.4",
"debug": "4.1.1",
"dotenv": "8.2.0",
"express": "4.16.4",
"express-msteams-host": "1.6.2",
"express-session": "1.15.6",
"morgan": "1.9.1",
"msteams-react-base-component": "^2.1.0",
"@fluentui/react-northstar": "~0.49.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/debug": "4.1.2",
"@types/express": "4.16.0",
"@types/express-session": "1.15.10",
"@types/morgan": "1.7.35",
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.5",
"del": "^5.1.0",
"dotenv-webpack": "^1.7.0",
"fancy-log": "1.3.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",
"gulp": "4.0.2",
"ngrok": "^3.1.1",
"nodemon": "1.19.0",
"plugin-error": "1.0.1",
"plumber": "^0.4.8",
"ts-loader": "7.0.1",
"tslint-webpack-plugin": "^1.2.2",
"tslint": "^5.11.0",
"typescript": "3.3.4000",
"vinyl": "2.2.0",
"webpack": "4.26.0",
"yargs": "15.3.1",
"z-schema": "^4.2.2",
"tslint-loader": "^3.6.0",
"@types/react": "16.8.10",
"file-loader": "1.1.11",
"typestyle": "2.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
}