-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "Zaccord",
"version": "1.0.0",
"description": "A webshop for selling 3D printed products.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app"
},
"author": "Mark Frankli",
"license": "ISC",
"dependencies": {
"@codingsans/billingo-client": "^1.3.2",
"animate.css": "^4.1.0",
"bcrypt": "^4.0.1",
"canvas": "2.6.1",
"client-sessions": "^0.8.0",
"combined-stream": "^1.0.8",
"commander": "^5.1.0",
"compression": "^1.7.4",
"email-validator": "^2.0.4",
"exceljs": "^4.2.1",
"express-useragent": "^1.0.15",
"fast-xml-parser": "^4.0.7",
"formidable": "^1.2.2",
"galleria": "^1.6.1",
"get-pixels": "^3.3.2",
"graceful-fs": "^4.2.4",
"image-size": "^0.8.3",
"minify": "^6.0.1",
"mv": "^2.1.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.2",
"node-html-parser": "^1.2.20",
"node-persist": "^2.1.0",
"node-stl": "^0.7.0",
"node-stl-to-thumbnail": "^1.1.0",
"node-zip": "^1.1.1",
"nodemailer": "^6.4.6",
"paylike": "^2.0.2",
"querystring": "^0.2.0",
"randomstring": "^1.1.5",
"resize-img": "^2.0.0",
"stl-reader": "^3.0.1",
"sync-mysql": "^3.0.1",
"xtend": "~2.1.2"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}