mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"name": "@toeverything/datasource/i18n",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"sync": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^21.9.1",
|
|
"jotai": "^1.8.1",
|
|
"react-i18next": "^11.18.4"
|
|
}
|
|
}
|