-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@databyss-org/api",
"version": "3.4.7",
"description": "api",
"main": "server.js",
"author": "databyss-org",
"license": "MIT",
"peerDependencies": {
"@bugsnag/js": "^7.5.1",
"@databyss-org/data": "3.4.7",
"@databyss-org/editor": "3.4.7",
"@databyss-org/services": "3.4.7",
"open-graph-scraper": "^4.8.2",
"request-image-size": "^2.2.0",
"xmldom": "^0.6.0",
"node-fetch": "^2.6.1",
"nano": "~8.2.2"
},
"dependencies": {
"@bugsnag/plugin-express": "^7.3.5",
"@sendgrid/mail": "^6.5.1",
"@types/express-slow-down": "^1.3.0",
"@types/json-schema": "^7.0.6",
"@types/rate-limit-redis": "^1.7.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bson-objectid": "^1.3.0",
"chokidar": "^3.6.0",
"config": "^3.1.0",
"copy-webpack-plugin": "^6.3.2",
"cors": "^2.8.5",
"cross-fetch": "^3.0.6",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"express-slow-down": "^1.3.1",
"express-validator": "^5.3.1",
"googleapis": "^50.0.0",
"gravatar": "^1.8.0",
"human-readable-ids": "^1.0.4",
"ioredis": "^4.19.2",
"js-base64": "^3.6.0",
"json-schema": "^0.2.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"mongoose": "^5.9.20",
"node-graceful-shutdown": "^1.0.3",
"nodemon": "^1.19.1",
"postmark": "^2.6.1",
"rate-limit-redis": "^2.0.0",
"redis": "^3.0.2",
"request": "^2.88.0",
"simple-instagram-api": "^2.2.0",
"supertest": "^4.0.2",
"webpack": "^4.33.0",
"webpack-bugsnag-plugins": "^1.4.3",
"webpack-node-externals": "^1.7.2"
}
}