mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
14 lines
447 B
JSON
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"
|
|
}
|
|
}
|