-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 1.75 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
{
"name": "master-facility-list",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"test": "NODE_ENV=testing mocha",
"start": "NODE_ENV=staging nodemon ."
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"compression": "^1.0.3",
"cors": "^2.5.2",
"csv-parse": "^4.4.3",
"csvtojson": "^2.0.8",
"dotenv": "^4.0.0",
"email-validator": "^1.1.1",
"faker": "^4.1.0",
"helmet": "^1.3.0",
"html-to-text": "^5.1.1",
"joi": "^13.6.0",
"joi-password-complexity": "^2.0.1",
"json2csv": "^3.11.5",
"juice": "^5.2.0",
"loading-spinner": "^1.2.0",
"lodash": "^4.17.4",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"moment": "^2.22.2",
"nodemailer": "^6.2.1",
"nodemon": "^1.17.4",
"pdfmake": "^0.1.34",
"pug": "^2.0.3",
"randomcolor": "^0.5.3",
"react-data-grid": "^3.0.11",
"react-materialize": "^2.0.6",
"react-validate-form": "^1.0.6",
"sendgrid": "^5.2.3",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.0.0",
"styled-components": "^3.4.4",
"tap": "^12.0.1",
"victory": "^0.25.6",
"yargs": "^12.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"js-file-download": "^0.4.1",
"json2xls": "^0.1.2",
"loopback-connector-mysql": "^5.2.0",
"mocha": "^4.0.1",
"node-excel-export": "^1.4.4",
"nsp": "^2.1.0",
"prettier": "^1.13.5",
"react-file-download": "^0.3.5",
"supertest": "^3.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "master-facility-list"
}