-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.18 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "cloudhealth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@jitsi/react-sdk": "^1.3.0",
"@react-pdf-viewer/core": "^3.8.0",
"abbrev": "^1.1.1",
"anymatch": "^3.1.2",
"balanced-match": "^1.0.2",
"base64-js": "^1.5.1",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"bson": "^4.7.0",
"buffer": "^5.7.1",
"bulma": "^0.9.4",
"chokidar": "^3.5.3",
"concat-map": "^0.0.1",
"cors": "^2.8.5",
"debug": "^3.2.7",
"denque": "^2.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fill-range": "^7.0.1",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"ieee754": "^1.2.1",
"ignore-by-default": "^1.0.1",
"ip": "^2.0.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"kareem": "^2.4.1",
"material-design-icons": "^3.0.1",
"memory-pager": "^1.5.0",
"minimatch": "^3.1.2",
"mongodb": "^4.9.1",
"mongodb-connection-string-url": "^2.5.4",
"mongoose": "^6.7.2",
"mpath": "^0.9.0",
"mquery": "^4.0.3",
"ms": "^2.1.3",
"nodemon": "^2.0.20",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"pspdfkit": "^2022.5.0",
"pstree.remy": "^1.1.8",
"punycode": "^2.1.1",
"react-pdf": "^6.0.3",
"readdirp": "^3.6.0",
"saslprep": "^1.0.3",
"semver": "^5.7.1",
"sift": "^16.0.0",
"simple-update-notifier": "^1.0.7",
"smart-buffer": "^4.2.0",
"socks": "^2.7.1",
"sparse-bitfield": "^3.0.3",
"supports-color": "^5.5.0",
"to-regex-range": "^5.0.1",
"touch": "^3.1.0",
"tr46": "^3.0.0",
"undefsafe": "^2.0.5",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anas-Ahmad-Siddiqui/CloudHealth.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anas-Ahmad-Siddiqui/CloudHealth/issues"
},
"homepage": "https://github.com/Anas-Ahmad-Siddiqui/CloudHealth#readme"
}