2022-09-18 06:10:01 +00:00
|
|
|
{
|
2022-09-25 17:18:55 +00:00
|
|
|
"name": "@nocobase/plugin-sample-hello",
|
2023-07-29 12:25:18 +00:00
|
|
|
"version": "0.11.1-alpha.5",
|
2023-07-07 06:35:22 +00:00
|
|
|
"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"
|
|
|
|
],
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "Sample-Hello",
|
|
|
|
"displayName.zh-CN": "插件demo-hello",
|
|
|
|
"description": "simple plugin demo",
|
|
|
|
"description.zh-CN": "这就是一个简单的插件demo",
|
2022-09-18 06:10:01 +00:00
|
|
|
"devDependencies": {
|
2023-07-08 00:26:27 +00:00
|
|
|
"@ant-design/icons": "^5.1.4",
|
2023-07-29 12:24:07 +00:00
|
|
|
"@formily/react": "^2.2.27",
|
2023-07-29 12:25:18 +00:00
|
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
2023-08-01 03:51:30 +00:00
|
|
|
"antd": "^5.7.3",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-09-18 06:10:01 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-09-18 06:10:01 +00:00
|
|
|
}
|