chore: 渲染适配器剔除使用不上的依赖

This commit is contained in:
wangxuefeng 2025-03-19 17:14:13 +08:00
parent 748678d6cd
commit 86dc19193a
3 changed files with 373 additions and 445 deletions

View File

@ -44,6 +44,7 @@ const routes: RouteRecordRaw[] = [
path: 'y-code-designer',
name: 'YCodeDesigner',
meta: {
hideInMenu: true,
title: '低代码设计器',
icon: 'ant-design:edit-outlined',
},
@ -75,6 +76,7 @@ const routes: RouteRecordRaw[] = [
path: 'test',
name: `Test`,
meta: {
hideInMenu: true,
keepAlive: false,
title: '测试',
icon: 'ant-design:delete-outlined',

View File

@ -1,8 +1,7 @@
{
"name": "@sy/wujie-vue3-renderer-adapter",
"version": "1.0.0-alpha.1",
"description": "wujie-vue3 renderer adapter",
"private": true,
"version": "1.0.0-alpha.2",
"description": "wujie-vue3 ycode renderer adapter",
"type": "module",
"scripts": {
"build": "vite build"
@ -27,14 +26,10 @@
},
"dependencies": {
"licia-es": "catalog:",
"postmate": "catalog:",
"vue": "catalog:",
"wujie-vue3": "1.0.22"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.7.1",
"@types/postmate": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"vite-plugin-dts": "catalog:",
"vue-router": "catalog:"

807
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff