51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "nodebb-theme-westgate",
|
|
"version": "0.1.0",
|
|
"description": "NodeBB Theme for Shadows Over Westgate",
|
|
"author": {
|
|
"name": "vickydotbat",
|
|
"email": "vickydotbat@tutamail.com",
|
|
"url": "https://forum.westgate.pw"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vickydotbat/nodebb-theme-westgate"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vickydotbat/nodebb-theme-westgate/issues"
|
|
},
|
|
"main": "lib/theme.js",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npx lint-staged",
|
|
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/cinzel": "^5.2.8",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/jost": "^5.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "11.0.0",
|
|
"@commitlint/config-angular": "11.0.0",
|
|
"eslint": "8.x",
|
|
"eslint-config-airbnb-base": "14.2.1",
|
|
"eslint-config-nodebb": "0.1.1",
|
|
"eslint-plugin-import": "2.x",
|
|
"husky": "5.0.9",
|
|
"lint-staged": "10.5.4"
|
|
},
|
|
"nbbpm": {
|
|
"compatibility": "^4.0.0"
|
|
}
|
|
}
|