-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 2.26 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
{
"name": "@femto-dev/web-file-uploader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@femto-apps/authentication-consumer": "^1.0.2",
"@femto-apps/config": "^3.0.1",
"@uppy/core": "^1.10.5",
"@uppy/dashboard": "^1.9.0",
"@uppy/xhr-upload": "^1.5.11",
"archiver": "^4.0.1",
"body-parser": "^1.19.0",
"buffer-to-stream": "^1.0.0",
"canvas": "^2.6.1",
"chart.js": "^2.9.3",
"clamscan": "^1.3.1",
"combined-stream": "^1.0.8",
"compression": "^1.7.4",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"errorhandler": "^1.5.1",
"execa": "^4.0.2",
"express": "^4.17.1",
"express-google-analytics": "^1.0.2",
"express-session": "^1.17.1",
"fetch-timeout": "0.0.2",
"file-type": "^14.6.1",
"form-data": "^3.0.0",
"isbinaryfile": "^4.0.6",
"language-detect": "^1.1.0",
"lodash": "^4.17.19",
"memoizee": "^0.4.14",
"minio": "^7.0.16",
"mongoose": "^5.10.14",
"mongoose-autopopulate": "^0.12.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multistream": "^4.0.0",
"node-fetch": "^2.6.1",
"node-virustotal": "^3.32.0",
"nodemailer": "^6.4.15",
"number-abbreviate": "^2.0.0",
"p-limit": "^3.0.2",
"p-memoize": "^4.0.0",
"pretty-bytes": "^5.3.0",
"pug": "^3.0.0",
"puppeteer": "^3.3.0",
"qs": "^6.9.4",
"redis": "^3.0.2",
"resolve-path": "^1.4.0",
"send-ranges": "^3.0.0",
"sharp": "^0.25.3",
"smartcrop-sharp": "^2.0.3",
"stream-to-array": "^2.3.0",
"tmp": "^0.2.1",
"tunnel-ssh": "^4.1.4",
"universal-analytics": "^0.4.23",
"uuid": "^8.1.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"css-loader": "^3.5.3",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}