{
	"name": "hexo-theme-tangyuxian",
	"version": "2.0.0-alpha.2",
	"description": "🔥 A special hexo theme.",
	"keywords": [
		"hexo",
		"theme",
		"nexmoe",
		"tangyuxian"
	],
	"author": "Tangyuxian (https://github.com/tangyuxian)",
	"license": "Apache-2.0",
	"main": "index.js",
	"scripts": {
		"lint": "eslint --ext .jsx --ext .json ",
		"lint:fix": "eslint --ext .jsx --ext .json  --fix"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/tangyuxian/hexo-theme-tangyuxian.git"
	},
	"bugs": {
		"url": "https://github.com/tangyuxian/hexo-theme-tangyuxian/issues"
	},
	"homepage": "https://www.tangyuxian.com/",
	"devDependencies": {
		"eslint": "^8.6.0",
		"eslint-config-hexo": "^5.0.0",
		"eslint-plugin-json": "^3.0.0",
		"eslint-plugin-react": "^7.17.0"
	},
	"dependencies": {
		"hexo": "^7.0.0",
		"hexo-component-inferno": "^3.0.0",
		"hexo-generator-json-content": "^4.2.3",
		"hexo-renderer-inferno": "^1.0.2",
		"hexo-renderer-stylus": "^3.0.0",
		"inferno": "^8.2.3",
		"inferno-create-element": "^8.2.3",
		"semver": "^7.5.4"
	},
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	}
}