mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"name": "@nocobase/plugin-sample-custom-signup-page",
|
|
"version": "0.11.0-alpha.1",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@formily/react": "2.2.26",
|
|
"@nocobase/client": "0.11.0-alpha.1",
|
|
"@nocobase/server": "0.11.0-alpha.1",
|
|
"@nocobase/test": "0.11.0-alpha.1",
|
|
"react": "^18.2.0"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|