-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.07 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
{
"name": "aplikasiujianberbasisweb",
"version": "2.7.15",
"description": "A Computer Assisted Test Apps with REST API concept for exchange data between backend (NodeJS) and frontend (VueJS)",
"author": "egodasa <egodasa@gmail.com>",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"date-fns": "^1.29.0",
"debug": "^2.6.8",
"exceljs": "^0.8.1",
"express": "^4.15.4",
"express-fileupload": "^0.1.4",
"express-graphql": "^0.6.11",
"express-unless": "^0.3.1",
"express-validator": "^3.2.1",
"graphql": "^0.11.7",
"jade": "^1.11.0",
"json2csv": "^3.11.5",
"jsonwebtoken": "^8.1.0",
"knex": "^0.13.0",
"knex-logger": "^0.1.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"morgan": "^1.8.2",
"mysql": "^2.14.1",
"node-excel-export": "^1.4.2",
"pdfmake": "^0.1.35",
"pg": "^7.3.0",
"promise": "^8.0.1",
"serve-favicon": "^2.4.3",
"tempfile": "^2.0.0",
"url": "^0.11.0"
}
}