-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 830 Bytes
/
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
{
"name": "smolpress",
"version": "1.1.7",
"description": "Smol Website Builder",
"repository": "mihaifm/smolpress",
"author": "Mihai Ciuraru <[email protected]>",
"keywords": [
"smolpress",
"smol",
"website",
"site",
"generator",
"static",
"cms"
],
"license": "MIT",
"main": "index.js",
"bin": {
"smolpress": "cli.js"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"express": "4.17.1",
"express-session": "1.17.1",
"connect-ensure-login": "0.1.1",
"passport": "0.6.0",
"passport-local": "1.0.0",
"glob": "7.1.6",
"ejs": "3.1.8",
"front-matter": "4.0.2",
"marked": "4.0.10",
"feed": "4.2.1",
"sharp": "0.30.7",
"dayjs": "1.8.34",
"highlight.js": "11.6.0",
"nodemailer": "6.7.7",
"multer": "1.4.2"
}
}