Files
sofa/packages/i18n/package.json
T

31 lines
767 B
JSON

{
"name": "@sofa/i18n",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./locales": "./src/locales.ts",
"./format": "./src/format.ts",
"./date-buckets": "./src/date-buckets.ts",
"./test-utils": "./src/test-utils.tsx"
},
"scripts": {
"lint": "oxlint",
"format": "oxfmt --config ../../.oxfmtrc.json",
"format:check": "oxfmt --check --config ../../.oxfmtrc.json",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@lingui/core": "catalog:",
"@lingui/react": "catalog:"
},
"devDependencies": {
"@lingui/cli": "catalog:",
"@lingui/conf": "catalog:",
"@lingui/format-po": "catalog:",
"@types/bun": "catalog:",
"typescript": "catalog:"
}
}