UNPKG

hexo-theme-cupertino

Version:
40 lines 873 B
{ "name": "hexo-theme-cupertino", "version": "2.4.4", "description": "The Hexo Blog Theme Cupertino.", "license": "MIT", "repository": "MrWillCom/hexo-theme-cupertino", "homepage": "https://cupertino.mrwillcom.com/", "keywords": [ "hexo", "theme", "hexo-theme", "cupertino", "cupertino-design" ], "author": "Mr. Will (https://github.com/MrWillCom)", "bugs": { "url": "https://github.com/MrWillCom/hexo-theme-cupertino/issues" }, "files": [ "_config.yml", "layout", "scripts", "source", "languages", "assets" ], "dependencies": { "hexo-autoprefixer": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "sass": "^1.99.0" }, "devDependencies": { "@changesets/cli": "^2.31.0", "prettier": "3.8.3" }, "scripts": { "format": "prettier . --write", "changeset": "changeset" } }