-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 859 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
{
"name": "blog",
"version": "0.0.1",
"description": "Baffin Lee's blog.",
"scripts": {
"init": "yarn && node scripts/publish.js",
"new:page": "node scripts/new.js page",
"new:post": "node scripts/new.js post",
"clear:cache": "fse remove .cache/cache.json",
"build": "node scripts/publish.js",
"preview": "http-server"
},
"author": "Baffin Lee",
"license": "ISC",
"private": true,
"homepage": "https://github.com/BaffinLee/baffinlee.github.io",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"@atao60/fse-cli": "^0.1.7",
"chalk": "^2.3.0",
"ejs": "^2.5.7",
"fs-extra": "^5.0.0",
"highlight.js": "^11.7.0",
"http-server": "^14.1.1",
"lodash": "^4.17.21",
"moment": "^2.21.0",
"ora": "^1.4.0",
"rss": "^1.2.2",
"showdown": "^1.8.6"
}
}