-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
81 lines (81 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
77
78
79
80
81
{
"name": "meteor-emails",
"version": "0.0.14",
"private": true,
"keywords": [
"meteor",
"open-source",
"email",
"sendgrid"
],
"homepage": "https://meteoremails.com",
"author": {
"name": "Adam Trojanczyk",
"email": "adam.trojanczyk@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/catin-black/meteor-emails"
},
"scripts": {
"start": "meteor npm install && meteor --settings settings.json",
"visualize": "meteor --production --extra-packages bundle-visualizer --settings settings.json",
"lint": "eslint .",
"pretest": "npm run lint --silent"
},
"eslintConfig": {
"extends": "@meteorjs/eslint-config-meteor"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@sendgrid/client": "^7.6.2",
"@sendgrid/mail": "^7.6.2",
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"bootstrap-notify": "^3.1.3",
"chart.js": "^3.7.1",
"core-js": "^3.21.1",
"datatables.net-bs": "^1.11.5",
"datatables.net-bs4": "^1.11.5",
"datatables.net-buttons": "^2.2.2",
"datatables.net-buttons-bs": "^2.2.2",
"fibers": "^5.0.1",
"glyphicons": "^0.2.0",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3",
"lodash": "^4.17.21",
"meteor-node-stubs": "^1.2.1",
"node-sass": "^7.0.1",
"nodelastic": "^1.0.2",
"nodemailer": "^6.7.3",
"now-ui-kit": "^1.3.0",
"papaparse": "^5.3.2",
"paypal-checkout": "^4.0.334",
"perfect-scrollbar": "^1.5.5",
"popper.js": "^1.16.1",
"prompt-confirm": "^2.0.4",
"pxl-for-emails": "0.0.3",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise-native": "^1.0.9",
"reset-css": "^5.0.1",
"simpl-schema": "^1.12.0",
"smooth-scroll": "^16.1.3",
"summernote": "0.8.18",
"summernote-fontawesome": "^0.1.0",
"sweetalert2": "^11.4.7",
"tablesorter": "^2.31.3",
"urllib": "^2.38.0"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.1.0",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-meteor": "^7.3.0",
"eslint-plugin-react": "^7.29.4"
}
}