forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.88 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
{
"name": "deeplinksvaluepassingsample",
"version": "0.0.1",
"description": "Generated by yoteams, https://aka.ms/yoteams",
"scripts": {
"start": "node dist/server.js"
},
"dependencies": {
"@fluentui/react": "^8.115.6",
"@fluentui/react-northstar": "~0.62.0",
"@microsoft/teams-js": "^2.0.0",
"axios": "^0.27.2",
"botbuilder": "~4.16.0",
"botbuilder-dialogs": "~4.16.0",
"compression": "1.7.4",
"debug": "~4.3.4",
"dotenv": "^16.0.0",
"express": "~4.18.1",
"express-msteams-host": "1.9.1",
"express-session": "~1.17.2",
"jquery": "^3.7.1",
"morgan": "~1.10.0",
"msteams-react-base-component": "^4.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/express": "^4.17.13",
"@types/express-session": "~1.17.4",
"@types/morgan": "~1.9.3",
"@types/react": "16.8.10",
"@types/react-dom": "^16.9.7",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"browser-sync": "^2.26.5",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"fancy-log": "^2.0.0",
"file-loader": "~6.2.0",
"fork-ts-checker-webpack-plugin": "~7.2.11",
"gulp": "4.0.2",
"ts-loader": "~9.3.0",
"typescript": "~4.6.4",
"typestyle": "~2.3.0",
"vinyl": "2.2.1",
"webpack": "^5.72.0",
"webpack-node-externals": "^3.0.0",
"yargs": "^17.5.1",
"yoteams-build-core": "^1.8.0",
"yoteams-deploy": "^1.4.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"engines": {
"node": ">=12"
}
}