chore: update package.json dependencies

This commit is contained in:
2026-02-07 01:44:11 +08:00
parent b76ef06c62
commit bef7416ecb

View File

@@ -2,6 +2,8 @@
"name": "trace-frontend", "name": "trace-frontend",
"version": "1.0.0", "version": "1.0.0",
"description": "浙江贝凡溯源管理平台 - 前端", "description": "浙江贝凡溯源管理平台 - 前端",
"author": "",
"license": "MIT",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
@@ -23,7 +25,5 @@
"@vitejs/plugin-react": "^5.1.3", "@vitejs/plugin-react": "^5.1.3",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "^7.3.1" "vite": "^7.3.1"
}, }
"author": "",
"license": "MIT"
} }