2022-09-18 14:10:01 +08:00
|
|
|
{
|
2022-09-26 01:18:55 +08:00
|
|
|
"name": "@nocobase/plugin-sample-hello",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Hello",
|
2024-04-26 15:44:15 +08:00
|
|
|
"version": "0.21.24",
|
2023-09-12 22:39:23 +08:00
|
|
|
"description": "A simple NocoBase plugin example",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2022-09-18 14:10:01 +08:00
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-09-18 14:10:01 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "一个简单的 NocoBase 插件",
|
|
|
|
"displayName.zh-CN": "Hello",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2022-09-18 14:10:01 +08:00
|
|
|
}
|