mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependency [hexo-renderer-swig](https://github.com/hexojs/hexo-renderer-swig). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.7 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7) Updates `hexo-renderer-swig` from 1.1.0 to 2.0.0 - [Release notes](https://github.com/hexojs/hexo-renderer-swig/releases) - [Commits](https://github.com/hexojs/hexo-renderer-swig/commits) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: hexo-renderer-swig dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"name": "liquidjs-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "5.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "hexo generate",
|
|
"start": "hexo serve",
|
|
"lint": "eslint .",
|
|
"index": "hexo algolia"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^0.22.0",
|
|
"hexo": "^5.4.0",
|
|
"hexo-algolia": "^1.3.1",
|
|
"hexo-clean-css": "^1.0.0",
|
|
"hexo-filter-nofollow": "^2.0.2",
|
|
"hexo-generator-archive": "^1.0.0",
|
|
"hexo-generator-feed": "^2.0.0",
|
|
"hexo-generator-sitemap": "^2.0.0",
|
|
"hexo-renderer-marked": "^2.0.0",
|
|
"hexo-renderer-pug": "^2.0.0",
|
|
"hexo-renderer-stylus": "^1.0.0",
|
|
"hexo-renderer-swig": "^2.0.0",
|
|
"hexo-server": "^1.0.0",
|
|
"hexo-uglify": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^6.8.1",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-hexo": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
}
|