From ab4f8b811e5a1f6491eced81184f953627821957 Mon Sep 17 00:00:00 2001 From: York Date: Thu, 20 Feb 2025 14:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5078ea4..0426761 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 牛子小助手 (DickHelper) - +![DickHelper](https://socialify.git.ci/zzzdajb/DickHelper/image?language=1&name=1&stargazers=1&theme=Light) [![React](https://img.shields.io/badge/React-19.0.0-blue.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7.2-blue.svg)](https://www.typescriptlang.org/) [![Vite](https://img.shields.io/badge/Vite-6.1.0-646CFF.svg)](https://vitejs.dev/) diff --git a/package.json b/package.json index 568402f..5dc5358 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,32 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc --noEmit && vite build", + "build": "vite build", "preview": "vite preview" + }, + "dependencies": { + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.0", + "@mui/icons-material": "^6.4.5", + "@mui/material": "^6.4.5", + "@types/uuid": "^10.0.0", + "chart.js": "^4.4.7", + "react": "^19.0.0", + "react-chartjs-2": "^5.3.0", + "react-dom": "^19.0.0", + "typescript": "~5.7.2", + "uuid": "^11.0.5" + }, + "devDependencies": { + "@eslint/js": "^9.19.0", + "@types/react": "^19.0.8", + "@types/react-dom": "^19.0.3", + "@vitejs/plugin-react": "^4.3.4", + "eslint": "^9.19.0", + "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-refresh": "^0.4.18", + "globals": "^15.14.0", + "typescript-eslint": "^8.22.0", + "vite": "^6.1.0" } }