mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-charts",
|
|
"displayName": "charts",
|
|
"displayName.zh-CN": "图表",
|
|
"description": "Out-of-the-box, feature-rich chart plugins.",
|
|
"description.zh-CN": "开箱即用、丰富的报表。",
|
|
"version": "0.11.1-alpha.5",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"json5": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@formily/antd-v5": "^1.1.0",
|
|
"@formily/core": "^2.2.27",
|
|
"@formily/react": "^2.2.27",
|
|
"@formily/shared": "^2.2.27",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
|
"antd": "^5.6.4",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1",
|
|
"react-router-dom": "^6.11.2"
|
|
}
|
|
}
|