mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
26 lines
751 B
JSON
26 lines
751 B
JSON
{
|
|
"name": "chinese-bqb",
|
|
"scripts": {
|
|
"test": "node rsync.js",
|
|
"dev": "hexo server -p 5000",
|
|
"build": "node build.js && hexo clean && hexo g",
|
|
"push": "chmod -R 777 *BQB &&node create_bqb_image_list.js && node rsync.js && node build_2.js && node push.js && git add . && git commit -m 'zhaoolee commit' && git push",
|
|
"clean": "hexo clean",
|
|
"start": "hexo server",
|
|
"new": "hexo new post article-$(date '+%Y-%m-%d-%H-%M-%S')",
|
|
"install": "npm i --no-bin-links"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.19.0",
|
|
"chmodr": "1.2.0",
|
|
"download": "7.1.0",
|
|
"fs-extra": "8.1.0",
|
|
"moment": "2.24.0",
|
|
"rsync": "0.6.1",
|
|
"showdown": "1.9.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
}
|