From 39250531fbd0dcfe69f4c205048f8346a71e3a09 Mon Sep 17 00:00:00 2001 From: xxx Date: Tue, 20 Feb 2024 14:51:33 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20pnpm=20install=20=E5=92=8C=20build=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- package.json | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0501c06..211b1c3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,6 @@ yarn.lock deploy-test.sh deploy-prod.sh -deploy-demo.sh \ No newline at end of file +deploy-demo.sh + +pnpm-lock.yaml \ No newline at end of file diff --git a/package.json b/package.json index 5edb50f..9e20974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "frontend", - "private": true, + "name": "playedu-pc-interface", + "private": false, "version": "0.0.0", "type": "module", "scripts": { @@ -9,10 +9,12 @@ "preview": "vite preview" }, "dependencies": { + "@ant-design/icons": "^5.3.0", "@reduxjs/toolkit": "^1.9.3", "add": "^2.0.6", "antd": "^5.3.2", "axios": "^1.3.4", + "dayjs": "^1.11.10", "localforage": "^1.10.0", "match-sorter": "^6.3.1", "moment": "^2.29.4", @@ -26,8 +28,8 @@ "sort-by": "^1.2.0" }, "devDependencies": { - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "@vitejs/plugin-legacy": "^4.1.1", "@vitejs/plugin-react-swc": "^3.0.0", "rollup-plugin-gzip": "^3.1.0",