mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-04 05:11:21 +08:00
48 lines
1 KiB
JSON
48 lines
1 KiB
JSON
{
|
||
"name": "nodebb-theme-harmony",
|
||
"version": "1.0.0-beta.106",
|
||
"nbbpm": {
|
||
"compatibility": "^3.0.0"
|
||
},
|
||
"description": "Harmony theme for NodeBB",
|
||
"main": "library.js",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/NodeBB/nodebb-theme-harmony"
|
||
},
|
||
"scripts": {
|
||
"lint": "eslint ."
|
||
},
|
||
"keywords": [
|
||
"nodebb",
|
||
"theme",
|
||
"forum",
|
||
"bootstrap",
|
||
"responsive"
|
||
],
|
||
"contributors": [
|
||
{
|
||
"name": "Julian Lam",
|
||
"email": "julian@nodebb.org",
|
||
"url": "https://github.com/julianlam"
|
||
},
|
||
{
|
||
"name": "Barış Soner Uşaklı",
|
||
"email": "baris@nodebb.org",
|
||
"url": "https://github.com/barisusakli"
|
||
}
|
||
],
|
||
"license": "MIT",
|
||
"bugs": {
|
||
"url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
|
||
},
|
||
"dependencies": {
|
||
"@fontsource/inter": "^4.5.14",
|
||
"@fontsource/poppins": "^4.5.10"
|
||
},
|
||
"devDependencies": {
|
||
"eslint": "^8.0.0",
|
||
"eslint-config-nodebb": "^0.2.0",
|
||
"eslint-plugin-import": "^2.24.2"
|
||
}
|
||
}
|