%PDF- %PDF-
Direktori : /www/specpages-backup/themes/dawn/ |
Current File : /www/specpages-backup/themes/dawn/package.json |
{ "name": "hexo-theme-next", "version": "8.2.0", "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/", "stylint": "stylint source/css/", "test": "mocha test/index.js" }, "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.2", "chai": "4.2.0", "eslint": "7.16.0", "hexo": "5.4.0", "hexo-renderer-marked": "3.3.0", "husky": "4.3.6", "js-yaml": "3.14.1", "mocha": "8.2.1", "stylint": "2.0.0", "hexo-wordcount": "^2.0.1", "hexo-helper-live2d": "^3.1.1" }, "husky": { "hooks": { "pre-commit": "npm run eslint && npm test" } } }