nocobase/packages/client/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

45 lines
1.3 KiB
JSON

{
"name": "@nocobase/client",
"version": "0.5.0-alpha.25",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "rimraf -rf lib esm dist && npm run build:cjs",
"build:cjs": "tsc --declaration"
},
"peerDependencies": {
"@types/react": ">=16.8.0 || >=17.0.0",
"@types/react-dom": ">=16.8.0 || >=17.0.0",
"antd": "^4.0.0",
"react": ">=16.8.0 || >=17.0.0",
"react-dom": ">=16.8.0 || >=17.0.0",
"react-router-dom": ">=5.2.0"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4",
"dependencies": {
"@antv/g2plot": "^2.3.27",
"@dnd-kit/core": "4.0.0-next-2021720152655",
"@dnd-kit/sortable": "5.0.0-next-2021720152655",
"@formily/antd": "2.0.0-rc.3",
"@formily/core": "2.0.0-rc.3",
"@formily/react": "2.0.0-rc.3",
"@monaco-editor/react": "^4.2.1",
"ahooks": "^2.10.2",
"axios": "^0.21.1",
"beautiful-react-hooks": "^0.35.0",
"constate": "^3.3.0",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"html-react-parser": "^1.2.7",
"lodash": "^4.17.21",
"micromark": "~2.11.0",
"monaco-editor": "^0.25.2",
"react-big-calendar": "^0.33.6",
"react-helmet": "^6.1.0",
"react-i18next": "^11.12.0",
"react-image-lightbox": "^5.1.4",
"umi-request": "^1.3.5"
}
}