mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +00:00
23 lines
629 B
JSON
23 lines
629 B
JSON
{
|
|
"name": "@nocobase/plugin-sample-hello",
|
|
"version": "0.12.0-alpha.4",
|
|
"main": "./dist/server/index.js",
|
|
"displayName": "Sample-Hello",
|
|
"displayName.zh-CN": "插件demo-hello",
|
|
"description": "simple plugin demo",
|
|
"description.zh-CN": "这就是一个简单的插件demo",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/react": "2.x",
|
|
"antd": "5.x",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|