diff --git a/package.json b/package.json
index 0a7e3580..6d813291 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,9 @@
{
"private": true,
+ "name": "mars",
+ "description": "低代码平台,包含可视化编辑器、可视化后台管理,支持自定义组件开发",
+ "version": "1.0.0",
+ "license": "MIT",
"scripts": {
"start:editor": "pnpm --filter editor start",
"build:editor": "pnpm --filter editor build",
diff --git a/packages/editor/src/api/types/index.ts b/packages/editor/src/api/types/index.ts
index 20ef3ede..53cf83be 100644
--- a/packages/editor/src/api/types/index.ts
+++ b/packages/editor/src/api/types/index.ts
@@ -10,8 +10,8 @@ export interface PageParams {
export interface PageItem {
id: number;
name: string;
- sso_name: string;
- user_id: string;
+ user_name: string;
+ user_id: number;
remark: string;
updated_at: string;
created_at: string;
diff --git a/packages/editor/src/pages/home/PageList.tsx b/packages/editor/src/pages/home/PageList.tsx
index 5227ef76..b142c9c2 100644
--- a/packages/editor/src/pages/home/PageList.tsx
+++ b/packages/editor/src/pages/home/PageList.tsx
@@ -127,11 +127,11 @@ export default function Index() {
{item.name}
- {item.remark}
+ {item.remark || '暂无描述'}
- {item.sso_name}
+ {item.user_name}
更新时间:{dayjs(item.updated_at).fromNow()}
diff --git a/packages/editor/src/pages/home/ProjectList.tsx b/packages/editor/src/pages/home/ProjectList.tsx
index e6e2ae54..57d176aa 100644
--- a/packages/editor/src/pages/home/ProjectList.tsx
+++ b/packages/editor/src/pages/home/ProjectList.tsx
@@ -145,7 +145,7 @@ export default function Index() {
description={
<>
{isAuth ? null : }
- {item.remark}
+ {item.remark || '暂无描述'}
{item.user_name}
diff --git a/packages/editor/src/utils/request.ts b/packages/editor/src/utils/request.ts
index 409a658f..c7eb2da2 100644
--- a/packages/editor/src/utils/request.ts
+++ b/packages/editor/src/utils/request.ts
@@ -61,7 +61,7 @@ instance.interceptors.response.use(
if (res.ret === 10018) {
message.error('登录已过期,请重新登录');
setTimeout(() => {
- window.location.replace(`/#/login?callback=${window.location.href}`);
+ window.location.replace(`/login?callback=${window.location.href}`);
return null;
}, 1500);
return Promise.reject(res.message);
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c80f01ec..593583f2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -52,7 +52,7 @@ importers:
version: 6.22.3(react-dom@18.2.0)(react@18.2.0)
vite:
specifier: ^5.0.8
- version: 5.3.5(@types/node@20.11.27)(less@4.2.0)
+ version: 5.3.5(less@4.2.0)
vite-plugin-externals-new:
specifier: ^1.5.5
version: 1.5.5(vite@5.3.5)
@@ -895,7 +895,7 @@ packages:
dev: false
/@esbuild/aix-ppc64@0.19.12:
- resolution: {integrity: sha1-0bwGrttpNrO20xO/gJpaQDh9K38=}
+ resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
@@ -904,7 +904,7 @@ packages:
optional: true
/@esbuild/aix-ppc64@0.21.5:
- resolution: {integrity: sha1-xxhKMmUz/N8bjuBzPiHHE7l1V18=}
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
@@ -912,7 +912,7 @@ packages:
optional: true
/@esbuild/android-arm64@0.19.12:
- resolution: {integrity: sha1-etZaNs/bfg1CnDU+APaA1zfCrtQ=}
+ resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -921,7 +921,7 @@ packages:
optional: true
/@esbuild/android-arm64@0.21.5:
- resolution: {integrity: sha1-Cdm0NXeA2p6jp9+4M6Hx/0ObQFI=}
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -929,7 +929,7 @@ packages:
optional: true
/@esbuild/android-arm@0.19.12:
- resolution: {integrity: sha1-sMJlNvN3dhYsqL3iXkIEDCA/KCQ=}
+ resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
@@ -938,7 +938,7 @@ packages:
optional: true
/@esbuild/android-arm@0.21.5:
- resolution: {integrity: sha1-mwQ4T7dxkm36bXrQQyTssqubLig=}
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
@@ -946,7 +946,7 @@ packages:
optional: true
/@esbuild/android-x64@0.19.12:
- resolution: {integrity: sha1-yxPiIRKCASGU2Jvzv+dyEnNHOz0=}
+ resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -955,7 +955,7 @@ packages:
optional: true
/@esbuild/android-x64@0.21.5:
- resolution: {integrity: sha1-KZGOwtt1TO3LbBsE3ozWVHr2Rh4=}
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -963,7 +963,7 @@ packages:
optional: true
/@esbuild/darwin-arm64@0.19.12:
- resolution: {integrity: sha1-y+5B6YgCDUtRbp2eRN0pIAmWJ14=}
+ resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -972,7 +972,7 @@ packages:
optional: true
/@esbuild/darwin-arm64@0.21.5:
- resolution: {integrity: sha1-5JW1OWYOUWkPOSivUKdvsKbM/yo=}
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -980,7 +980,7 @@ packages:
optional: true
/@esbuild/darwin-x64@0.19.12:
- resolution: {integrity: sha1-432WMyRtUq7PSR7pFuznCfnV9M0=}
+ resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -989,7 +989,7 @@ packages:
optional: true
/@esbuild/darwin-x64@0.21.5:
- resolution: {integrity: sha1-wTg4+lc3KDmr3dyR1xVCzuouHiI=}
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -997,7 +997,7 @@ packages:
optional: true
/@esbuild/freebsd-arm64@0.19.12:
- resolution: {integrity: sha1-HuTYtoLtNjsIr3TR6isrTbunZIc=}
+ resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -1006,7 +1006,7 @@ packages:
optional: true
/@esbuild/freebsd-arm64@0.21.5:
- resolution: {integrity: sha1-ZGuYmqIL+J/Qcd1dv61po1QuVQ4=}
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -1014,7 +1014,7 @@ packages:
optional: true
/@esbuild/freebsd-x64@0.19.12:
- resolution: {integrity: sha1-N6aTVT1C/3fNcSZ2S1NftswooRw=}
+ resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -1023,7 +1023,7 @@ packages:
optional: true
/@esbuild/freebsd-x64@0.21.5:
- resolution: {integrity: sha1-qmFc/ICvlU00WJBuOMoiwYz1wmE=}
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -1031,7 +1031,7 @@ packages:
optional: true
/@esbuild/linux-arm64@0.19.12:
- resolution: {integrity: sha1-vpsUWYXsbFdHDg4FHYh7Cd3bLUs=}
+ resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -1040,7 +1040,7 @@ packages:
optional: true
/@esbuild/linux-arm64@0.21.5:
- resolution: {integrity: sha1-cKxvoU9ct+H3+Ie8/7aArQmSK1s=}
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -1048,7 +1048,7 @@ packages:
optional: true
/@esbuild/linux-arm@0.19.12:
- resolution: {integrity: sha1-IH7NmCqNuV97UnkgfQ/yMxrPXu8=}
+ resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -1057,7 +1057,7 @@ packages:
optional: true
/@esbuild/linux-arm@0.21.5:
- resolution: {integrity: sha1-/G/RGorKVsH284lPK+oEefj2Jrk=}
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -1065,7 +1065,7 @@ packages:
optional: true
/@esbuild/linux-ia32@0.19.12:
- resolution: {integrity: sha1-0NhrXKFWJSPcKEpnIyk6UtWGBgE=}
+ resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -1074,7 +1074,7 @@ packages:
optional: true
/@esbuild/linux-ia32@0.21.5:
- resolution: {integrity: sha1-MnH1Oz+T49CT1RjRZJ1taNNG7eI=}
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -1082,7 +1082,7 @@ packages:
optional: true
/@esbuild/linux-loong64@0.19.12:
- resolution: {integrity: sha1-mjf4f+xLhAjmgrUoOR+iKv2VIpk=}
+ resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -1091,7 +1091,7 @@ packages:
optional: true
/@esbuild/linux-loong64@0.21.5:
- resolution: {integrity: sha1-7WLgQjjFcCauqDHFoTC3PA+fJt8=}
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -1099,7 +1099,7 @@ packages:
optional: true
/@esbuild/linux-mips64el@0.19.12:
- resolution: {integrity: sha1-Td69Tm7rogtQnY50yOMNis4Liew=}
+ resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -1108,7 +1108,7 @@ packages:
optional: true
/@esbuild/linux-mips64el@0.21.5:
- resolution: {integrity: sha1-55uOtIvzsQb63sGsgkD7l7TmTL4=}
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -1116,7 +1116,7 @@ packages:
optional: true
/@esbuild/linux-ppc64@0.19.12:
- resolution: {integrity: sha1-rbZ9rbc2VoSfY81SL17LNR3Y3ug=}
+ resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -1125,7 +1125,7 @@ packages:
optional: true
/@esbuild/linux-ppc64@0.21.5:
- resolution: {integrity: sha1-XyIDhgoUO5kZ04PvdXNSH7FUw+Q=}
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -1133,7 +1133,7 @@ packages:
optional: true
/@esbuild/linux-riscv64@0.19.12:
- resolution: {integrity: sha1-EbwGmL8KKr+HJ/HHrOIRJhLBWt8=}
+ resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -1142,7 +1142,7 @@ packages:
optional: true
/@esbuild/linux-riscv64@0.21.5:
- resolution: {integrity: sha1-B7yv2ZMi1a9i9hjLnmqbf0u4Jdw=}
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -1150,7 +1150,7 @@ packages:
optional: true
/@esbuild/linux-s390x@0.19.12:
- resolution: {integrity: sha1-6G+4/7p8XJK6kfw7J+1acBlsPMg=}
+ resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -1159,7 +1159,7 @@ packages:
optional: true
/@esbuild/linux-s390x@0.21.5:
- resolution: {integrity: sha1-t8z2hnUdaj5EuGJ6uryL4+9i2N4=}
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -1167,7 +1167,7 @@ packages:
optional: true
/@esbuild/linux-x64@0.19.12:
- resolution: {integrity: sha1-XzfP3HBa6mh9/l377AhqBaz+nHg=}
+ resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -1176,7 +1176,7 @@ packages:
optional: true
/@esbuild/linux-x64@0.21.5:
- resolution: {integrity: sha1-bY8Mdo4HDmQwmvgAS7lOaKsrs7A=}
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -1184,7 +1184,7 @@ packages:
optional: true
/@esbuild/netbsd-x64@0.19.12:
- resolution: {integrity: sha1-KdpWanUyTg0N1+R1GbovfvFoZXs=}
+ resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -1193,7 +1193,7 @@ packages:
optional: true
/@esbuild/netbsd-x64@0.21.5:
- resolution: {integrity: sha1-u+Qw9g03jsuI3sshnGAmZzh6YEc=}
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -1201,7 +1201,7 @@ packages:
optional: true
/@esbuild/openbsd-x64@0.19.12:
- resolution: {integrity: sha1-MGwKy9tamclb6YvdHUfJFufcP/A=}
+ resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -1210,7 +1210,7 @@ packages:
optional: true
/@esbuild/openbsd-x64@0.21.5:
- resolution: {integrity: sha1-mdHPKTcnlWDSEEgh9czOIgyyr3A=}
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -1218,7 +1218,7 @@ packages:
optional: true
/@esbuild/sunos-x64@0.19.12:
- resolution: {integrity: sha1-CTPqq5r4ubLJMCNvYqrj/Fk/rzA=}
+ resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -1227,7 +1227,7 @@ packages:
optional: true
/@esbuild/sunos-x64@0.21.5:
- resolution: {integrity: sha1-CHQVEsENUpVmurqDe0/gUsjzSHs=}
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -1235,7 +1235,7 @@ packages:
optional: true
/@esbuild/win32-arm64@0.19.12:
- resolution: {integrity: sha1-dzvbqhlxs22y9lYAiGOczR5nc64=}
+ resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -1244,7 +1244,7 @@ packages:
optional: true
/@esbuild/win32-arm64@0.21.5:
- resolution: {integrity: sha1-Z1tzhTmEESQHNQFhRKsumaYPx10=}
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -1252,7 +1252,7 @@ packages:
optional: true
/@esbuild/win32-ia32@0.19.12:
- resolution: {integrity: sha1-AAUWytBjVMyEpz8JQ6SqaQ72/Wc=}
+ resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -1261,7 +1261,7 @@ packages:
optional: true
/@esbuild/win32-ia32@0.21.5:
- resolution: {integrity: sha1-G/w86YqmypoJaeTSr3IUTFnBGTs=}
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -1269,7 +1269,7 @@ packages:
optional: true
/@esbuild/win32-x64@0.19.12:
- resolution: {integrity: sha1-xXyK+7QFSjq4MXWRoLcyA2C0RK4=}
+ resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -1278,7 +1278,7 @@ packages:
optional: true
/@esbuild/win32-x64@0.21.5:
- resolution: {integrity: sha1-rK01HVgtFXuxRVNdsqb/U91RS1w=}
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -1567,42 +1567,42 @@ packages:
dev: false
/@rollup/rollup-android-arm-eabi@4.13.0:
- resolution: {integrity: sha1-uYeGwTBLT/jbOocxgLd4ZJtd/ys=}
+ resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==}
cpu: [arm]
os: [android]
requiresBuild: true
optional: true
/@rollup/rollup-android-arm64@4.13.0:
- resolution: {integrity: sha1-iDNnmvERcrG/GrfLO62E30yvDJ4=}
+ resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/@rollup/rollup-darwin-arm64@4.13.0:
- resolution: {integrity: sha1-7wLXPgqV1Abg60/WGlPV0Xd1ZZs=}
+ resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@rollup/rollup-darwin-x64@4.13.0:
- resolution: {integrity: sha1-POW5vPkrM0GlwcWKPmvM4OqedFU=}
+ resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@rollup/rollup-linux-arm-gnueabihf@4.13.0:
- resolution: {integrity: sha1-PT0sAYvdjgN8a/7dUqz/8cl+S+Q=}
+ resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@rollup/rollup-linux-arm64-gnu@4.13.0:
- resolution: {integrity: sha1-X8jMl4/zluqhNte/4FtbkTgGQUM=}
+ resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==}
cpu: [arm64]
os: [linux]
libc: [glibc]
@@ -1610,7 +1610,7 @@ packages:
optional: true
/@rollup/rollup-linux-arm64-musl@4.13.0:
- resolution: {integrity: sha1-8q59e+1Bb/om1rlIrFdytSBwDu8=}
+ resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==}
cpu: [arm64]
os: [linux]
libc: [musl]
@@ -1618,7 +1618,7 @@ packages:
optional: true
/@rollup/rollup-linux-riscv64-gnu@4.13.0:
- resolution: {integrity: sha1-MD1XoyjumlDIU4WTbzHPYjBtMLY=}
+ resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
@@ -1626,7 +1626,7 @@ packages:
optional: true
/@rollup/rollup-linux-x64-gnu@4.13.0:
- resolution: {integrity: sha1-9nL2UI8JD8c/CLpA/3bCC1dCR3g=}
+ resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==}
cpu: [x64]
os: [linux]
libc: [glibc]
@@ -1634,7 +1634,7 @@ packages:
optional: true
/@rollup/rollup-linux-x64-musl@4.13.0:
- resolution: {integrity: sha1-0vNLGxV/Pn8TklvKMogZKmZ1Wok=}
+ resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==}
cpu: [x64]
os: [linux]
libc: [musl]
@@ -1642,21 +1642,21 @@ packages:
optional: true
/@rollup/rollup-win32-arm64-msvc@4.13.0:
- resolution: {integrity: sha1-j/7MmArk2YmesvnErkcajVjS2ms=}
+ resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@rollup/rollup-win32-ia32-msvc@4.13.0:
- resolution: {integrity: sha1-p1BYhPQVZi4Ig2W5IYsrA6iPxvI=}
+ resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@rollup/rollup-win32-x64-msvc@4.13.0:
- resolution: {integrity: sha1-ar1523/40BpYhluiCmPP0j2eKhA=}
+ resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==}
cpu: [x64]
os: [win32]
requiresBuild: true
@@ -2093,7 +2093,7 @@ packages:
dev: true
/ansi-styles@2.2.1:
- resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=}
+ resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==}
engines: {node: '>=0.10.0'}
dev: false
@@ -2352,7 +2352,7 @@ packages:
dev: false
/chalk@1.1.3:
- resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=}
+ resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==}
engines: {node: '>=0.10.0'}
dependencies:
ansi-styles: 2.2.1
@@ -2363,7 +2363,7 @@ packages:
dev: false
/chalk@2.4.2:
- resolution: {integrity: sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=}
+ resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
engines: {node: '>=4'}
dependencies:
ansi-styles: 3.2.1
@@ -2448,7 +2448,7 @@ packages:
dev: true
/cliui@2.1.0:
- resolution: {integrity: sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=}
+ resolution: {integrity: sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==}
dependencies:
center-align: 0.1.3
right-align: 0.1.3
@@ -2811,7 +2811,7 @@ packages:
dev: false
/errno@0.1.8:
- resolution: {integrity: sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=}
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
hasBin: true
requiresBuild: true
dependencies:
@@ -3302,7 +3302,7 @@ packages:
resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
/fsevents@2.3.3:
- resolution: {integrity: sha1-ysZAd4XQNnWipeGlMFxpezR9kNY=}
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
@@ -3449,7 +3449,7 @@ packages:
dev: false
/graceful-fs@4.2.11:
- resolution: {integrity: sha1-QYPk6L8Iu24Fu7L30uDI9xLKQOM=}
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
requiresBuild: true
/graphemer@1.4.0:
@@ -3640,7 +3640,7 @@ packages:
dev: true
/image-size@0.5.5:
- resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=}
+ resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
engines: {node: '>=0.10.0'}
hasBin: true
requiresBuild: true
@@ -4157,7 +4157,7 @@ packages:
dev: false
/make-dir@2.1.0:
- resolution: {integrity: sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=}
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
engines: {node: '>=6'}
requiresBuild: true
dependencies:
@@ -4585,7 +4585,7 @@ packages:
dev: false
/mime@1.6.0:
- resolution: {integrity: sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=}
+ resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
engines: {node: '>=4'}
hasBin: true
requiresBuild: true
@@ -4625,7 +4625,7 @@ packages:
dev: false
/monaco-editor@0.50.0:
- resolution: {integrity: sha1-ROYrEkyK7SJOHTELu+b/1tUSJBM=}
+ resolution: {integrity: sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==}
dev: false
/mri@1.2.0:
@@ -4646,7 +4646,7 @@ packages:
dev: true
/needle@3.3.1:
- resolution: {integrity: sha1-Y/da7FgMLnfiCfPzJOLN89Kb0Ek=}
+ resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
engines: {node: '>= 4.4.x'}
hasBin: true
requiresBuild: true
@@ -5598,7 +5598,7 @@ packages:
dev: false
/react-dom@17.0.2(react@17.0.2):
- resolution: {integrity: sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=}
+ resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==}
peerDependencies:
react: 17.0.2
dependencies:
@@ -5619,7 +5619,7 @@ packages:
dev: false
/react-dom@18.3.1(react@18.3.1):
- resolution: {integrity: sha1-wiZdeVEbV9R5s90/36UVNklMXLQ=}
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
peerDependencies:
react: ^18.3.1
dependencies:
@@ -5732,7 +5732,7 @@ packages:
dev: false
/react@17.0.2:
- resolution: {integrity: sha1-0LXMUW0p6z7uOD91tihkz7aAADc=}
+ resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==}
engines: {node: '>=0.10.0'}
dependencies:
loose-envify: 1.4.0
@@ -5747,7 +5747,7 @@ packages:
dev: false
/react@18.3.1:
- resolution: {integrity: sha1-SauJIAnFOTNiW9FrJTP8dUyrKJE=}
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
engines: {node: '>=0.10.0'}
dependencies:
loose-envify: 1.4.0
@@ -5974,7 +5974,7 @@ packages:
optional: true
/scheduler@0.20.2:
- resolution: {integrity: sha1-S67jlDbjSqk7SHS93L8P6Li1DpE=}
+ resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
@@ -5987,7 +5987,7 @@ packages:
dev: false
/scheduler@0.23.2:
- resolution: {integrity: sha1-QUumSjsoKJLpRM8hCOzAeNEVzcM=}
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
dependencies:
loose-envify: 1.4.0
dev: false
@@ -6156,7 +6156,7 @@ packages:
dev: false
/source-map@0.6.1:
- resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=}
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
requiresBuild: true
@@ -6277,7 +6277,7 @@ packages:
dev: false
/supports-color@2.0.0:
- resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=}
+ resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==}
engines: {node: '>=0.8.0'}
dev: false
@@ -6453,7 +6453,7 @@ packages:
dev: true
/typescript@5.5.4:
- resolution: {integrity: sha1-2YUtbIK60tLtpP10pXYqj1kJ6bo=}
+ resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
engines: {node: '>=14.17'}
hasBin: true
dev: true
@@ -6474,7 +6474,7 @@ packages:
dev: false
/uglify-to-browserify@1.0.2:
- resolution: {integrity: sha1-bgkk1r2mta/jSeOabWMoUKD4grc=}
+ resolution: {integrity: sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==}
requiresBuild: true
dev: false
optional: true
@@ -6695,7 +6695,7 @@ packages:
es-module-lexer: 0.4.1
fs-extra: 10.1.0
magic-string: 0.25.9
- vite: 5.3.5(@types/node@20.11.27)(less@4.2.0)
+ vite: 5.3.5(less@4.2.0)
dev: false
/vite@5.1.6(less@4.2.0):
@@ -6769,6 +6769,43 @@ packages:
rollup: 4.13.0
optionalDependencies:
fsevents: 2.3.3
+ dev: true
+
+ /vite@5.3.5(less@4.2.0):
+ resolution: {integrity: sha1-uEf4RvsrbLb29O1QqDAYYTjLg9g=}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+ dependencies:
+ esbuild: 0.21.5
+ less: 4.2.0
+ postcss: 8.4.40
+ rollup: 4.13.0
+ optionalDependencies:
+ fsevents: 2.3.3
+ dev: false
/web-namespaces@2.0.1:
resolution: {integrity: sha1-EBD/fGUOzLJZLOvur5obJT/UBpI=}
@@ -6874,7 +6911,7 @@ packages:
dev: true
/yargs@3.10.0:
- resolution: {integrity: sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=}
+ resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==}
dependencies:
camelcase: 1.2.1
cliui: 2.1.0