* starting on new checklist implementation Change default shouldShow behavior for stages. add new messages and stages. Change some existing stage logic. Add placeholder var for the rules. Co-Authored-By: @coolbot100s * misc fixes + corrections * Add clickable link previews to links stage * Correct mislabeled title message and add new title messages * Change message formatting, use rules variable, correct wip desc and title 1.8 messages, add tags buttons * More applications of rules placeholder * Add new status alerts stage * change order of statusAlerts * Update title related messages, add navigation based vars * Overhaul Links stage and add new messages. * Set message weights, add some disables * message.mds now obey lint >:( * fixed links text message formatting and changed an icon * Combine title and slug stages * Add more info to some stages and properly case stage ids * tweak summary text formatting * Improved tags stage info and more navigation placeholders * redo reupload stage, more navigation placeholders, licensing stage improvements, versions stage improvements, status alerts stage improvements * Allow modpack permissions stage to appear again by adding a dummy button. * Update modpack permissions guidance * fix: blog path issues * fix: lint issues * fix license stage text formatting * Improve license stage * feat: move links into one md file to be cleaner * Update packages/moderation/data/stages/links.ts Signed-off-by: IMB11 <hendersoncal117@gmail.com> --------- Signed-off-by: IMB11 <hendersoncal117@gmail.com> Co-authored-by: IMB11 <hendersoncal117@gmail.com> Co-authored-by: IMB11 <calum@modrinth.com>
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"name": "@modrinth/monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"ui:intl:extract": "pnpm run --filter=@modrinth/ui intl:extract",
|
|
"web:dev": "turbo run dev --filter=@modrinth/frontend",
|
|
"web:build": "turbo run build --filter=@modrinth/frontend",
|
|
"web:fix": "turbo run fix --filter=@modrinth/frontend",
|
|
"web:intl:extract": "pnpm run --filter=@modrinth/frontend intl:extract",
|
|
"app:dev": "turbo run dev --filter=@modrinth/app",
|
|
"docs:dev": "turbo run dev --filter=@modrinth/docs",
|
|
"app:build": "turbo run build --filter=@modrinth/app",
|
|
"app:fix": "turbo run fix --filter=@modrinth/app",
|
|
"app:intl:extract": "pnpm run --filter=@modrinth/app-frontend intl:extract",
|
|
"blog:fix": "turbo run fix --filter=@modrinth/blog",
|
|
"pages:build": "NITRO_PRESET=cloudflare-pages pnpm --filter frontend run build",
|
|
"build": "turbo run build --continue",
|
|
"lint": "turbo run lint --continue",
|
|
"test": "turbo run test --continue",
|
|
"fix": "turbo run fix --continue",
|
|
"ci": "turbo run lint test --continue",
|
|
"intl:extract": "pnpm ui:intl:extract && pnpm web:intl:extract && pnpm app:intl:extract"
|
|
},
|
|
"devDependencies": {
|
|
"if-ci": "^3.0.0",
|
|
"prettier": "^3.3.2",
|
|
"turbo": "^2.5.4",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"packageManager": "pnpm@9.15.0",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"readable-stream@2.3.8": "patches/readable-stream@2.3.8.patch"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"endOfLine": "auto"
|
|
}
|
|
}
|