mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "ChineseBQB",
|
|
"version": "1.0.0",
|
|
"description": "[](https://github.com/zhaoolee/ChineseBQB)",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo 'hello'",
|
|
"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 build.js && node rsync.js && node push.js && git add . && git commit -m 'zhaoolee commit' && git push"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "5.3.0",
|
|
"axios": "0.21.2",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhaoolee/ChineseBQB.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zhaoolee/ChineseBQB/issues"
|
|
},
|
|
"homepage": "https://github.com/zhaoolee/ChineseBQB#readme"
|
|
}
|