-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "trainer-notification",
"private": true,
"version": "0.1.0",
"description": "Trainer Notification Backend.",
"author": "Ashot Mnatsakanyan <ashot.mnatsakanyan@fouraitch.com> (https://tutorbot.io)",
"main": "./server.js",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"lint": "node_modules/.bin/eslint api/**/*.js config/**/*.js plugins/**/*.js"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.3"
},
"dependencies": {
"@sentry/node": "^5.27.4",
"@sentry/tracing": "^5.27.4",
"axios": "^0.20.0",
"html-to-text": "^5.1.1",
"ics": "^2.25.0",
"knex": "^0.21.6",
"lodash": "^4.17.20",
"mjml": "^4.7.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"nodemailer": "^6.4.13",
"nodemailer-mailgun-transport": "^2.0.1",
"qrcode": "^1.4.4",
"strapi": "3.6.11",
"strapi-admin": "3.6.11",
"strapi-connector-mongoose": "3.6.11",
"strapi-plugin-content-manager": "3.6.11",
"strapi-plugin-content-type-builder": "3.6.11",
"strapi-plugin-email": "3.6.11",
"strapi-plugin-upload": "3.6.11",
"strapi-plugin-users-permissions": "3.6.11",
"strapi-utils": "3.6.11"
},
"maintainers": [
{
"name": "Ashot Mnatsakanyan",
"email": "ashot.mnatsakanyan@fouraitch.com",
"url": "https://tutorbot.io"
}
],
"strapi": {
"uuid": "80ab5bba-4bc7-47d6-a344-1924abc40a65"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}