-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "jounal-research",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"compression": "^1.7.3",
"cookie-parser": "^1.4.4",
"cors": "^2.5.2",
"crypto-js": "^3.1.9-1",
"dotenv": "^8.1.0",
"express-fileupload": "^1.1.4",
"express-session": "^1.16.2",
"helmet": "^3.13.0",
"loopback": "^3.25.1",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.3.1",
"loopback-connector-mysql": "^5.3.1",
"mkdirp": "^0.5.1",
"nodemailer": "^6.3.0",
"npm": "^6.9.0",
"path": "^0.12.7",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^3.2.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-loopback": "^12.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "jounal-research"
}