mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
35 lines
881 B
JSON
35 lines
881 B
JSON
{
|
|
"name": "@sofa/i18n",
|
|
"version": "0.2.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",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@lingui/core": "catalog:",
|
|
"@lingui/react": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/cli": "catalog:",
|
|
"@lingui/conf": "catalog:",
|
|
"@lingui/format-po": "catalog:",
|
|
"@sofa/tsconfig": "workspace:*",
|
|
"@types/bun": "catalog:",
|
|
"react": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|