mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "hexo-theme-next",
|
|
"version": "8.18.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.8",
|
|
"eslint": "8.48.0",
|
|
"hexo": "6.3.0",
|
|
"hexo-renderer-marked": "6.1.1",
|
|
"js-yaml": "4.1.0",
|
|
"mocha": "10.2.0",
|
|
"stylelint": "15.10.3",
|
|
"stylelint-stylus": "0.18.0"
|
|
}
|
|
}
|