-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.82 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.82 KB
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
90
91
92
93
94
95
96
97
{
"name": "Blot",
"repository": "https://github.com/davidmerfield/Blot",
"description": "A blogging platform",
"license": "AGPL-3.0",
"main": "app/index.js",
"scripts": {
"download-folder": "./scripts/development/download-folder.sh",
"test": "./scripts/tests/invoke.sh",
"start": "./scripts/development/start.sh",
"debug": "DEBUG=blot* ./scripts/development/start.sh",
"deploy-node": "node scripts/deploy",
"deploy-macserver": "./scripts/macserver/deploy.sh",
"deploy-localmacserver": "./scripts/macserver/local-deploy.sh",
"deploy-openresty": ". /etc/blot/openresty-deploy-environment.sh && ./config/openresty/deploy-config.sh",
"client": "docker exec -it blot-redis-1 redis-cli",
"login": "docker exec -it blot-node-app-1 /bin/sh",
"featured": "docker exec blot-node-app-1 node app/documentation/featured/build",
"folder": "./scripts/development/folder.sh",
"preview-newsletter": "./scripts/development/preview-newsletter.sh"
},
"version": "0.0.0",
"dependencies": {
"archiver": "5.3.0",
"async": "2.6.4",
"bcryptjs": "2.4.3",
"body-parser": "1.20.3",
"bottleneck": "2.19.5",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.5.3",
"clean-css": "5.3.3",
"colors": "1.3.2",
"connect-redis": "9.0.0",
"cookie-parser": "1.4.6",
"datauri": "4.1.0",
"debug": "3.1.0",
"dropbox": "10.34.0",
"esbuild": "0.25.0",
"eventsource": "2.0.2",
"express": "4.20.0",
"express-rate-limit": "8.2.1",
"express-session": "1.16.2",
"fontkit": "1.8.1",
"form-data": "^4.0.0",
"fs-extra": "11.1.0",
"googleapis": "144.0.0",
"he": "1.1.0",
"highlight.js": "10.4.1",
"http-auth": "3.2.3",
"katex": "0.16.21",
"lodash": "4.17.21",
"lru-cache": "^11.2.6",
"mailgun.js": "11.0.0",
"marked": "12.0.1",
"mime-types": "3.0.1",
"moment": "2.29.4",
"moment-timezone": "0.5.35",
"multiparty": "4.2.3",
"mustache": "4.2.0",
"node-addon-api": "7.0.0",
"node-fetch": "2.6.7",
"node-gyp": "11.4.2",
"node-schedule": "2.1.1",
"parse5": "7.2.1",
"path-to-regexp": "8.2.0",
"pretty": "2.0.0",
"proper-lockfile": "4.1.2",
"puppeteer": "24.1.1",
"pushover": "1.3.6",
"rate-limit-redis": "4.3.1",
"redis": "5.11.0",
"sharp": "0.34.4",
"simple-git": "3.23.0",
"stripe": "6.36.0",
"text-to-svg": "3.1.5",
"tldts": "6.1.25",
"to-ico": "1.1.5",
"tocbot": "^4.36.4",
"turndown": "7.1.1",
"typeset": "0.2.9",
"uuid": "3.2.1",
"vhost": "3.0.2",
"yaml": "2.7.0",
"yauzl": "^3.2.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"
}
}