mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 16:34:34 +03:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@affine/i18n",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/src/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project ./tsconfig.json",
|
|
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node-esm src/scripts/sync.ts",
|
|
"sync-languages:check": "pnpm 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": {
|
|
"react": "^18.2.0",
|
|
"i18next": "^22.4.10",
|
|
"react-i18next": "^12.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.14.0",
|
|
"@types/prettier": "^2.7.2",
|
|
"prettier": "^2.8.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|