From e0663af02455dc2bd61696c05706e45a241f89f9 Mon Sep 17 00:00:00 2001 From: York Date: Thu, 20 Feb 2025 14:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E5=8C=85=E7=A7=BB=E5=88=B0=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6da91c6..aa07540 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,30 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build && cp dist/index.html dist/404.html", + "build": "vite build", "preview": "vite preview" + }, + "dependencies": { + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.0", + "@eslint/js": "^9.19.0", + "@mui/icons-material": "^6.4.5", + "@mui/material": "^6.4.5", + "@types/react": "^19.0.8", + "@types/react-dom": "^19.0.3", + "@types/uuid": "^10.0.0", + "@vitejs/plugin-react": "^4.3.4", + "chart.js": "^4.4.7", + "eslint": "^9.19.0", + "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-refresh": "^0.4.18", + "globals": "^15.14.0", + "react": "^19.0.0", + "react-chartjs-2": "^5.3.0", + "react-dom": "^19.0.0", + "typescript": "~5.7.2", + "typescript-eslint": "^8.22.0", + "uuid": "^11.0.5", + "vite": "^6.1.0" } }