-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathpackage.json
89 lines (89 loc) · 2.33 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "Blot",
"repository": "https://github.com/davidmerfield/Blot",
"description": "A blogging platform",
"main": "app/index.js",
"scripts": {
"test": "./tests/invoke.sh",
"start": "docker-compose up --build",
"featured": "docker exec blot-node-app-1 node app/documentation/featured/build",
"folder": "docker exec blot-node-app-1 npx nodemon app/templates/folders --ext '*' --watch /usr/src/app/app/templates/folders"
},
"version": "0.0.0",
"dependencies": {
"archiver": "5.3.0",
"async": "2.6.4",
"bcryptjs": "2.4.3",
"body-parser": "1.20.1",
"bottleneck": "2.19.5",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.5.3",
"clean-css": "4.2.1",
"colors": "1.3.2",
"connect-redis": "5.2.0",
"cookie-parser": "1.4.6",
"css": "2.2.4",
"csurf": "1.9.0",
"datauri": "4.1.0",
"debug": "3.1.0",
"dropbox": "10.5.0",
"esbuild": "0.25.0",
"eventsource": "2.0.2",
"express": "4.19.2",
"express-rate-limit": "5.1.3",
"express-session": "1.16.2",
"fontkit": "1.8.1",
"fs-extra": "11.1.0",
"googleapis": "144.0.0",
"he": "1.1.0",
"helmet": "3.21.2",
"highlight.js": "10.4.1",
"html-minifier": "4.0.0",
"http-auth": "3.2.3",
"isomorphic-fetch": "3.0.0",
"katex": "0.16.10",
"lodash": "4.17.21",
"mailgun-js": "0.22.0",
"marked": "12.0.1",
"mime": "1.3.4",
"mime-types": "2.1.15",
"moment": "2.29.4",
"moment-timezone": "0.5.35",
"multiparty": "4.2.3",
"mustache": "4.2.0",
"node-fetch": "2.6.7",
"node-schedule": "0.1.16",
"pretty": "2.0.0",
"proper-lockfile": "4.1.2",
"puppeteer": "24.1.1",
"pushover": "1.3.6",
"rate-limit-redis": "2.0.0",
"redis": "3.1.2",
"sharp": "0.33.5",
"simple-git": "3.23.0",
"stripe": "6.36.0",
"text-to-svg": "3.1.5",
"tldts": "6.1.25",
"to-ico": "1.1.5",
"transliteration": "0.1.1",
"turndown": "7.1.1",
"twemoji": "1.2.0",
"typeset": "0.2.9",
"uuid": "3.2.1",
"vhost": "3.0.2",
"xml2js": "0.5.0",
"yaml": "2.7.0"
},
"devDependencies": {
"blessed": "0.1.81",
"depcheck": "1.4.7",
"dir-compare": "4.0.0",
"faker": "4.1.0",
"jasmine": "3.3.1",
"nock": "13.5.4",
"nodemon": "3.1.0",
"nyc": "17.1.0",
"seedrandom": "2.4.4",
"spritesmith": "3.4.1"
}
}