tachybase_todo/packages/core/resourcer/package.json
YANG QIA 45bc0b83ba
feat(locale): allows to manage locale resources in core package (#2293)
* feat(locale): add app.locales

* chore: change directory

* chore: change locale directories

* fix: test

* fix: cached resources changed after sync

* chore: change fr-FR locale directory
2023-07-25 17:09:34 +08:00

22 lines
568 B
JSON

{
"name": "@nocobase/resourcer",
"version": "0.11.1-alpha.2",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/utils": "0.11.1-alpha.2",
"deepmerge": "^4.2.2",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"path-to-regexp": "^6.1.0",
"qs": "^6.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/resourcer"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}