Files
AFFiNE-Mirror/libs/datasource/i18n/package.json
T
2022-09-09 14:33:58 +08:00

14 lines
375 B
JSON

{
"name": "@toeverything/datasource/i18n",
"version": "0.0.1",
"scripts": {
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts",
"sync-languages:check": "pnpm run sync-languages --check"
},
"dependencies": {
"i18next": "^21.9.1",
"jotai": "^1.8.1",
"react-i18next": "^11.18.4"
}
}