-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
51 lines (51 loc) · 1.39 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
{
"author": "Duolingo, Inc.",
"description": "Search aggregator for Confluence, GitHub, Slack, and many more",
"homepage": "https://github.com/duolingo/metasearch",
"license": "Apache-2.0",
"main": "src/index.js",
"name": "metasearch",
"repository": {
"type": "git",
"url": "git+https://github.com/duolingo/metasearch.git"
},
"version": "1.0.0",
"devDependencies": {
"@types/compression": "1.7.0",
"@types/ejs": "3.0.4",
"@types/express": "4.17.6",
"@types/he": "1.1.1",
"@types/http-terminator": "2.0.1",
"@types/js-yaml": "3.12.4",
"@types/jsonwebtoken": "8.5.0",
"@types/marked": "1.1.0",
"@types/node": "14.0.11",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/sanitize-html": "1.23.2",
"@types/xml2js": "0.4.5",
"normalize.css": "8.0.1",
"sass": "1.26.8",
"typescript": "3.9.5",
"uglify-js": "3.10.0"
},
"dependencies": {
"@azure/msal-node": "1.6.0",
"@microsoft/microsoft-graph-client": "3.0.2",
"aws-sdk": "2.706.0",
"axios": "0.21.1",
"compression": "1.7.4",
"date-fns": "2.28.0",
"ejs": "3.1.3",
"express": "4.17.1",
"googleapis": "52.1.0",
"he": "1.2.0",
"http-terminator": "2.0.3",
"isomorphic-fetch": "3.0.0",
"js-yaml": "3.14.0",
"jsonwebtoken": "8.5.1",
"marked": "1.1.0",
"sanitize-html": "1.27.0",
"xml2js": "0.4.23"
}
}