mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
efc4301be6
* feat: add formula field type * feat: issue for useCollectionField * feat: add formula field type * feat: add formula field type
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@nocobase/client",
|
|
"version": "0.7.0-alpha.83",
|
|
"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": {
|
|
"@dnd-kit/core": "^5.0.1",
|
|
"@dnd-kit/sortable": "^6.0.0",
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/antd": "2.0.20",
|
|
"@formily/core": "2.0.20",
|
|
"@formily/react": "2.0.20",
|
|
"@nocobase/sdk": "0.7.0-alpha.83",
|
|
"@nocobase/utils": "0.7.0-alpha.83",
|
|
"ahooks": "^3.0.5",
|
|
"antd": "~4.19.5",
|
|
"axios": "^0.26.1",
|
|
"classnames": "^2.3.1",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^21.6.0",
|
|
"marked": "^4.0.12",
|
|
"mathjs": "^10.6.0",
|
|
"react-beautiful-dnd": "^13.1.0",
|
|
"react-big-calendar": "^0.38.7",
|
|
"react-drag-listview": "^0.1.9",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^11.15.1",
|
|
"react-image-lightbox": "^5.1.4",
|
|
"react-quill": "^1.3.5",
|
|
"react-contenteditable": "^3.3.6",
|
|
"react-router-dom": "^5.2.0",
|
|
"slate": "^0.76.1",
|
|
"slate-history": "^0.66.0",
|
|
"slate-react": "^0.76.1",
|
|
"use-deep-compare-effect": "^1.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": ">=16.8.0 || >=17.0.0",
|
|
"@types/react-dom": ">=16.8.0 || >=17.0.0",
|
|
"react": ">=16.8.0 || >=17.0.0",
|
|
"react-dom": ">=16.8.0",
|
|
"react-is": ">=16.8.0 || >=17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^12.1.2",
|
|
"@types/marked": "^4.0.1",
|
|
"axios-mock-adapter": "^1.20.0"
|
|
},
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
|
}
|