nocobase/packages/server/package.json
chenos 479f64f197
feat: support i18n (#99)
* feat: i18next

* multi language data

* feat(client): locale support

* en-US for collections

* us-EN for routes

* en-US for routes

* en-US for attachments

* feat: partial translations

* translation

* add AntdConfigProvider

* translation

* translation

* feat: translation

* feat: add translation

* fix: improve translation

* feat: improve translation

* fix: SyntaxError: Unexpected token ) in JSON at position

* typo

* feat: improve translation

* feat: improve translation

* feat: language settings can be saved on the server

* feat: lang option of init cli

* demo translation

* typo

* change address field to textarea

* address data

* feat: chart translation

* feat: chart translation

* improve translation

* signin,signup,signout...

Co-authored-by: Zhou <zhou.working@gmail.com>
2021-11-08 19:32:59 +08:00

23 lines
589 B
JSON

{
"name": "@nocobase/server",
"version": "0.5.0-alpha.25",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"scripts": {},
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@nocobase/actions": "^0.5.0-alpha.25",
"@nocobase/database": "^0.5.0-alpha.25",
"@nocobase/resourcer": "^0.5.0-alpha.25",
"commander": "^8.1.0",
"dotenv": "^8.2.0",
"i18next": "^21.3.2",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-static": "^5.0.0"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}