mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 09:51:35 +03:00
32 lines
635 B
JSON
32 lines
635 B
JSON
{
|
|
"name": "@affine/i18n",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "node dev.mjs"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"@magic-works/i18n-codegen": "^0.6.0",
|
|
"dayjs": "^1.11.11",
|
|
"i18next": "^23.11.1",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^15.0.0",
|
|
"undici": "^6.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"glob": "^11.0.0",
|
|
"vitest": "2.1.1"
|
|
},
|
|
"version": "0.17.0"
|
|
}
|