framework/flarum-monorepo.json

146 lines
3.6 KiB
JSON
Raw Permalink Normal View History

2022-03-12 07:01:44 +08:00
{
"packages": {
"extensions": [
{
"name": "akismet",
"gitRemote": "git@github.com:flarum/akismet.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "approval",
"gitRemote": "git@github.com:flarum/approval.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "bbcode",
"gitRemote": "git@github.com:flarum/bbcode.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "embed",
"gitRemote": "git@github.com:flarum/embed.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "emoji",
"gitRemote": "git@github.com:flarum/emoji.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "flags",
"gitRemote": "git@github.com:flarum/flags.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "lang-english",
"gitRemote": "git@github.com:flarum/lang-english.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "likes",
"gitRemote": "git@github.com:flarum/likes.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "lock",
"gitRemote": "git@github.com:flarum/lock.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "markdown",
"gitRemote": "git@github.com:flarum/markdown.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "mentions",
"gitRemote": "git@github.com:flarum/mentions.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "nicknames",
"gitRemote": "git@github.com:flarum/nicknames.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "package-manager",
"gitRemote": "git@github.com:flarum/package-manager.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "pusher",
"gitRemote": "git@github.com:flarum/pusher.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "statistics",
"gitRemote": "git@github.com:flarum/statistics.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "sticky",
"gitRemote": "git@github.com:flarum/sticky.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "subscriptions",
"gitRemote": "git@github.com:flarum/subscriptions.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "suspend",
"gitRemote": "git@github.com:flarum/suspend.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "tags",
"gitRemote": "git@github.com:flarum/tags.git",
"mainBranch": "main"
},
{
"name": "messages",
"gitRemote": "git@github.com:flarum/messages.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
}
],
"composer": [
{
"name": "testing",
"gitRemote": "git@github.com:flarum/testing.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "phpstan",
"gitRemote": "git@github.com:flarum/phpstan.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
}
],
"npm": [
{
"name": "jest-config",
"gitRemote": "git@github.com:flarum/jest-config.git",
"mainBranch": "main"
},
{
"name": "prettier-config",
"gitRemote": "git@github.com:flarum/prettier-config.git",
"mainBranch": "main"
},
2022-03-12 07:01:44 +08:00
{
"name": "webpack-config",
"gitRemote": "git@github.com:flarum/flarum-webpack-config.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
},
{
"name": "tsconfig",
"gitRemote": "git@github.com:flarum/flarum-tsconfig.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
}
],
"core": {
"name": "core",
2022-05-10 12:42:16 +08:00
"gitRemote": "git@github.com:flarum/flarum-core.git",
"mainBranch": "main"
2022-03-12 07:01:44 +08:00
}
}
}