mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
cd5bd09c50
* fix: tsconfig * chore(versions): 😊 publish v0.7.1-alpha.1 * fix: update gitHead * fix: update gitHead * chore(versions): 😊 publish v0.7.1-alpha.2 * fix: update client/server entry file * chore(versions): 😊 publish v0.7.1-alpha.3 * fix: check core dir * fix: missing core dir * feat: relationship fields are loaded on demand
22 lines
509 B
JSON
22 lines
509 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.7.1-alpha.3",
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/client": "0.7.1-alpha.3",
|
|
"@nocobase/server": "0.7.1-alpha.3",
|
|
"china-division": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.7.1-alpha.3"
|
|
},
|
|
"gitHead": "40d079ceb4dadfd6a021ab44a42ef7f52f241745"
|
|
}
|