You've already forked AstralRinth
* sample languages refactor * feat: consistency + dedupe impl of i18n * fix: broken imports * fix: intl formatted component * fix: use relative imports * fix: imports * fix: comment out incomplete locales + fix imports * feat: cleanup * fix: ui imports * fix: lint * fix: admonition import * make footer a component, fix language reactivity * make copyright notice untranslatable --------- Co-authored-by: Calum H. <contact@cal.engineer>
23 lines
700 B
JSON
23 lines
700 B
JSON
{
|
|
"name": "@modrinth/moderation",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint . && prettier --check .",
|
|
"fix": "eslint . --fix && prettier --write .",
|
|
"intl:extract": "formatjs extract \"**/*.{vue,ts,tsx,js,jsx,mts,cts,mjs,cjs}\" --ignore \"**/*.d.ts\" --ignore \"node_modules/**/*\" --out-file src/locales/en-US/index.json --preserve-whitespace"
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/assets": "workspace:*",
|
|
"@modrinth/utils": "workspace:*",
|
|
"@modrinth/api-client": "workspace:*",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^6.2.12",
|
|
"@modrinth/tooling-config": "workspace:*",
|
|
"@modrinth/ui": "workspace:*"
|
|
}
|
|
}
|