From bef7416ecb0ea061314cbfeaec8994d98f45e86d Mon Sep 17 00:00:00 2001 From: ZHENG XIAOYI Date: Sat, 7 Feb 2026 01:44:11 +0800 Subject: [PATCH] chore: update package.json dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 819615c..1d337a3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "trace-frontend", "version": "1.0.0", "description": "浙江贝凡溯源管理平台 - 前端", + "author": "", + "license": "MIT", "scripts": { "dev": "vite", "build": "vite build", @@ -23,7 +25,5 @@ "@vitejs/plugin-react": "^5.1.3", "typescript": "^5.9.3", "vite": "^7.3.1" - }, - "author": "", - "license": "MIT" + } }