nocobase/packages/core/sdk/package.json
chenos cd5bd09c50
chore(create-nocobase-app): fix some bugs (#538)
* 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
2022-06-26 07:19:03 +08:00

23 lines
470 B
JSON

{
"name": "@nocobase/sdk",
"version": "0.7.1-alpha.3",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "lib",
"module": "es/index.js",
"typings": "es/index.d.ts",
"dependencies": {
"axios": "^0.26.1",
"qs": "^6.10.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.20.0"
},
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
}