-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"name": "projet-perso",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"alasql": "^0.4.11",
"async": "^2.6.2",
"body-parser": "^1.8.1",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"express-validator": "^5.3.1",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"icg-json-to-xlsx": "^0.2.5",
"json2csv": "^4.5.1",
"json2xlsx": "^0.1.6",
"json2xlsx-export": "^1.2.2",
"json2xml": "^0.1.3",
"moment": "^2.24.0",
"mongo-date-query": "^1.2.1",
"mongo-xlsx": "^1.0.12",
"mongoose": "^5.5.4",
"morgan": "~1.9.0",
"xlsx": "^0.14.3",
"xml-js": "^1.6.11"
}
}