mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
29 lines
591 B
JSON
29 lines
591 B
JSON
{
|
|
"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": {
|
|
"build": "tsc --project ./tsconfig.json"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^21.9.1",
|
|
"prettier": "^2.7.1",
|
|
"react-i18next": "^11.18.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|