forked from duolingo/metasearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"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.8.1",
"@types/ejs": "3.1.5",
"@types/express": "5.0.3",
"@types/he": "1.2.3",
"@types/js-yaml": "4.0.9",
"@types/jsonwebtoken": "9.0.10",
"@types/node": "24.5.2",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/sanitize-html": "2.16.0",
"@types/xml2js": "0.4.14",
"normalize.css": "8.0.1",
"sass": "1.93.1",
"typescript": "5.9.2",
"uglify-js": "3.19.3"
},
"dependencies": {
"@azure/msal-node": "3.7.4",
"@microsoft/microsoft-graph-client": "3.0.7",
"aws-sdk": "2.1692.0",
"axios": "1.12.2",
"compression": "1.8.1",
"date-fns": "4.1.0",
"ejs": "3.1.10",
"express": "5.1.0",
"googleapis": "160.0.0",
"he": "1.2.0",
"http-terminator": "3.2.0",
"isomorphic-fetch": "3.0.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.2",
"marked": "16.3.0",
"sanitize-html": "2.17.0",
"xml2js": "0.6.2"
}
}