-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 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
76
77
78
79
{
"name": "forum",
"version": "0.0.1",
"engines": {
"node": "10.16.3"
},
"description": "Microsoft Teams Basic Forum",
"scripts": {
"start": "node dist/server.js",
"build": "gulp build",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"debug": "gulp serve --debug"
},
"dependencies": {
"@fluentui/react-northstar": "^0.54.0",
"@microsoft/teams-js": "~1.9.0",
"adaptivecards-templating": "^1.1.0",
"axios": "^0.21.1",
"botbuilder": "4.11.1",
"botbuilder-dialogs": "4.11.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",
"jwt-decode": "^3.0.0-beta.2",
"localStorage": "^1.0.4",
"morgan": "1.9.1",
"msteams-react-base-component": "^3.1.0",
"passport": "^0.4.1",
"passport-azure-ad": "^4.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-moment": "^0.7.0",
"react-router-dom": "^5.1.2",
"botbuilder-teams-messagingextensions": "1.7.0"
},
"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",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"browser-sync": "^2.26.5",
"css-loader": "^5.2.6",
"dotenv-webpack": "^3.0.0",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.0",
"fancy-log": "^1.3.3",
"file-loader": "6.1.1",
"gulp": "4.0.2",
"ngrok": "^3.1.1",
"style-loader": "^2.0.0",
"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.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
}