mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "hexo-theme-next",
|
|
"version": "8.8.2",
|
|
"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": "stylint source/css/",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "nyc npm test"
|
|
},
|
|
"repository": "next-theme/hexo-theme-next",
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"next"
|
|
],
|
|
"author": "NexT (https://theme-next.js.org)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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",
|
|
"chai": "4.3.4",
|
|
"eslint": "8.3.0",
|
|
"hexo": "5.4.0",
|
|
"hexo-renderer-marked": "4.1.0",
|
|
"js-yaml": "4.1.0",
|
|
"mocha": "9.1.3",
|
|
"nyc": "15.1.0",
|
|
"stylint": "2.0.0"
|
|
}
|
|
}
|