diff --git a/packages/core/client/package.json b/packages/core/client/package.json
index 1441560ee1..26dcb3eeda 100644
--- a/packages/core/client/package.json
+++ b/packages/core/client/package.json
@@ -16,7 +16,7 @@
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^6.0.0",
"@emotion/css": "^11.7.1",
- "@formily/antd-v5": "^1.1.9",
+ "@formily/antd-v5": "1.1.9",
"@formily/core": "^2.2.27",
"@formily/grid": "^2.2.27",
"@formily/json-schema": "^2.2.27",
diff --git a/packages/core/server/package.json b/packages/core/server/package.json
index 044d3da0fd..caec764b37 100644
--- a/packages/core/server/package.json
+++ b/packages/core/server/package.json
@@ -5,7 +5,7 @@
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
"dependencies": {
- "@formily/json-schema": "2.2.27",
+ "@formily/json-schema": "2.x",
"@hapi/topo": "^6.0.0",
"@koa/cors": "^3.1.0",
"@koa/multer": "^3.0.2",
diff --git a/packages/plugins/@nocobase/plugin-gantt/package.json b/packages/plugins/@nocobase/plugin-gantt/package.json
index b323d97378..22df6f959c 100644
--- a/packages/plugins/@nocobase/plugin-gantt/package.json
+++ b/packages/plugins/@nocobase/plugin-gantt/package.json
@@ -9,7 +9,7 @@
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/block-gantt",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-gantt",
- "dependencies": {
+ "devDependencies": {
"antd-style": "3.4.5"
},
"peerDependencies": {
diff --git a/packages/plugins/@nocobase/plugin-kanban/package.json b/packages/plugins/@nocobase/plugin-kanban/package.json
index ca807122db..7549ae7aa9 100644
--- a/packages/plugins/@nocobase/plugin-kanban/package.json
+++ b/packages/plugins/@nocobase/plugin-kanban/package.json
@@ -14,7 +14,7 @@
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
- "dependencies": {
+ "devDependencies": {
"react-intersection-observer": "^9.8.1"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
diff --git a/packages/plugins/@nocobase/plugin-workflow-mailer/package.json b/packages/plugins/@nocobase/plugin-workflow-mailer/package.json
index 8da1f1e15d..3cd8d685b4 100644
--- a/packages/plugins/@nocobase/plugin-workflow-mailer/package.json
+++ b/packages/plugins/@nocobase/plugin-workflow-mailer/package.json
@@ -9,10 +9,8 @@
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-smtp-mailer",
- "dependencies": {
- "nodemailer": "6.9.13"
- },
"devDependencies": {
+ "nodemailer": "6.9.13",
"antd": "5.x",
"react": "18.x"
},
diff --git a/packages/plugins/@nocobase/plugin-workflow-request/package.json b/packages/plugins/@nocobase/plugin-workflow-request/package.json
index 4947f34989..aed3ed7629 100644
--- a/packages/plugins/@nocobase/plugin-workflow-request/package.json
+++ b/packages/plugins/@nocobase/plugin-workflow-request/package.json
@@ -9,11 +9,9 @@
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/workflow-request",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-request",
- "dependencies": {
- "axios": "^0.26.1"
- },
"devDependencies": {
"antd": "5.x",
+ "axios": "^0.26.1",
"react": "18.x",
"react-i18next": "^11.15.1"
},
diff --git a/storage/.gitignore b/storage/.gitignore
index 1beec137cd..5206e47082 100644
--- a/storage/.gitignore
+++ b/storage/.gitignore
@@ -3,4 +3,5 @@ tmp
app.watch.ts
/e2e
nocobase.conf
-app-upgrading
\ No newline at end of file
+app-upgrading
+/verdaccio/storage
\ No newline at end of file
diff --git a/storage/verdaccio/config.yaml b/storage/verdaccio/config.yaml
new file mode 100644
index 0000000000..9ea782f2f8
--- /dev/null
+++ b/storage/verdaccio/config.yaml
@@ -0,0 +1,213 @@
+#
+# This is the default configuration file. It allows all users to do anything,
+# please read carefully the documentation and best practices to
+# improve security.
+#
+# Look here for more config file examples:
+# https://github.com/verdaccio/verdaccio/tree/5.x/conf
+#
+# Read about the best practices
+# https://verdaccio.org/docs/best
+
+# path to a directory with all packages
+storage: ./storage
+# path to a directory with plugins to include
+plugins: ./plugins
+
+# https://verdaccio.org/docs/webui
+web:
+ title: Verdaccio
+ # comment out to disable gravatar support
+ # gravatar: false
+ # by default packages are ordercer ascendant (asc|desc)
+ # sort_packages: asc
+ # convert your UI to the dark side
+ # darkMode: true
+ # html_cache: true
+ # by default all features are displayed
+ # login: true
+ # showInfo: true
+ # showSettings: true
+ # In combination with darkMode you can force specific theme
+ # showThemeSwitch: true
+ # showFooter: true
+ # showSearch: true
+ # showRaw: true
+ # showDownloadTarball: true
+ # HTML tags injected after manifest
+ # scriptsBodyAfter:
+ # - ''
+ # HTML tags injected before ends
+ # metaScripts:
+ # - ''
+ # - ''
+ # - ''
+ # HTML tags injected first child at