2023-01-09 09:55:38 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/i18n",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "dist/src/index.js",
|
|
|
|
"type": "module",
|
|
|
|
"types": "dist/src/index.d.ts",
|
|
|
|
"exports": {
|
|
|
|
"./src/*": "./dist/src/*.js",
|
|
|
|
".": "./dist/src/index.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-01-11 09:39:19 +03:00
|
|
|
"build": "tsc --project ./tsconfig.json",
|
|
|
|
"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"
|
2023-01-09 09:55:38 +03:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"i18next": "^21.9.1",
|
2023-01-09 10:06:47 +03:00
|
|
|
"prettier": "^2.7.1",
|
2023-01-09 09:55:38 +03:00
|
|
|
"react-i18next": "^11.18.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 10:45:05 +03:00
|
|
|
"@types/prettier": "^2.7.2",
|
2023-01-09 09:55:38 +03:00
|
|
|
"typescript": "^4.8.4"
|
|
|
|
}
|
|
|
|
}
|