mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:14:09 +03:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@affine/i18n",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./hooks": "./src/i18n-generated"
|
|
},
|
|
"publishConfig": {
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/src/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "node dev.mjs",
|
|
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node-esm src/scripts/sync.ts",
|
|
"sync-languages:check": "yarn run sync-languages --check",
|
|
"download-resources": "NODE_OPTIONS=--experimental-fetch ts-node-esm src/scripts/download.ts"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^23.2.6",
|
|
"react-i18next": "^13.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.19",
|
|
"@types/prettier": "^2.7.3",
|
|
"prettier": "^2.8.8",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"version": "0.7.0-canary.26"
|
|
}
|