Files
AFFiNE-Mirror/libs/datasource/i18n/package.json
T
2022-09-09 19:42:51 +08:00

14 lines
447 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",
"download-resources": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/download.ts"
},
"dependencies": {
"i18next": "^21.9.1",
"react-i18next": "^11.18.4"
}
}