73 lines
2.2 KiB
JSON
Executable file
73 lines
2.2 KiB
JSON
Executable file
{
|
|
"name": "flarum/flarum",
|
|
"description": "Delightfully simple forum software.",
|
|
"type": "project",
|
|
"keywords": [
|
|
"forum",
|
|
"discussion"
|
|
],
|
|
"homepage": "https://flarum.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Flarum",
|
|
"email": "info@flarum.org",
|
|
"homepage": "https://flarum.org/team"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/flarum",
|
|
"docs": "https://docs.flarum.org/"
|
|
},
|
|
"require": {
|
|
"acpl/mobile-tab": "^1.4",
|
|
"datlechin/flarum-link-preview": "^1.6",
|
|
"flarum-lang/chinese-simplified": "^1.6",
|
|
"flarum-lang/chinese-traditional": "^1.28",
|
|
"flarum-lang/french": "^4.29",
|
|
"flarum-lang/german": "^1.20",
|
|
"flarum-lang/indonesian": "^1.30",
|
|
"flarum-lang/japanese": "^3.9",
|
|
"flarum-lang/korean": "^0.1.2",
|
|
"flarum-lang/russian": "^1.53",
|
|
"flarum/approval": "*",
|
|
"flarum/bbcode": "*",
|
|
"flarum/core": "^1.8",
|
|
"flarum/emoji": "*",
|
|
"flarum/extension-manager": "*",
|
|
"flarum/flags": "*",
|
|
"flarum/lang-english": "*",
|
|
"flarum/likes": "*",
|
|
"flarum/lock": "*",
|
|
"flarum/markdown": "*",
|
|
"flarum/mentions": "*",
|
|
"flarum/nicknames": "*",
|
|
"flarum/pusher": "*",
|
|
"flarum/statistics": "*",
|
|
"flarum/sticky": "*",
|
|
"flarum/subscriptions": "*",
|
|
"flarum/suspend": "*",
|
|
"flarum/tags": "*",
|
|
"fof/ban-ips": "*",
|
|
"fof/best-answer": "*",
|
|
"fof/default-user-preferences": "*",
|
|
"fof/discussion-views": "*",
|
|
"fof/follow-tags": "*",
|
|
"fof/gamification": "^1.6",
|
|
"fof/linguist": "^1.1",
|
|
"fof/links": "^1.3",
|
|
"fof/nightmode": "*",
|
|
"fof/pretty-mail": "*",
|
|
"fof/profile-image-crop": "*",
|
|
"fof/share-social": "^1.2",
|
|
"fof/socialprofile": "^1.2",
|
|
"fof/user-bio": "*",
|
|
"sycho/flarum-profile-cover": "*",
|
|
"therealsujitk/flarum-ext-gifs": "*"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
}
|
|
}
|