hexo-theme-next/package.json
renovate[bot] 3f4e57d31d
Update dependency stylelint to v16 (#735)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 17:33:44 +08:00

47 lines
1.1 KiB
JSON

{
"name": "hexo-theme-next",
"version": "8.19.1",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"files": [
"docs",
"languages",
"layout",
"scripts",
"source",
"_config.yml",
"_vendors.yml"
],
"scripts": {
"eslint": "eslint scripts/ source/js test/",
"prepare": "node .githooks/install.js",
"stylint": "stylelint source/css/ --ip source/css/_common/scaffolding/highlight/index.styl",
"test": "mocha test/index.js",
"test-cov": "c8 npm test"
},
"repository": "next-theme/hexo-theme-next",
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT (https://theme-next.js.org)",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/next-theme/hexo-theme-next/issues"
},
"homepage": "https://theme-next.js.org",
"devDependencies": {
"@next-theme/eslint-config": "0.0.3",
"c8": "8.0.1",
"chai": "4.3.10",
"eslint": "8.55.0",
"hexo": "7.0.0",
"hexo-renderer-marked": "6.2.0",
"js-yaml": "4.1.0",
"mocha": "10.2.0",
"stylelint": "16.2.1",
"stylelint-stylus": "1.0.0"
}
}