chore: 渲染适配器剔除使用不上的依赖
This commit is contained in:
parent
748678d6cd
commit
86dc19193a
@ -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',
|
||||
|
@ -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
807
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user