From e08fb091956f37a5bd1065af7f8f48f5a0f58dff Mon Sep 17 00:00:00 2001 From: grw20 Date: Fri, 26 Aug 2022 13:32:23 +0000 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/frontend-web/package.json | 1 + web/frontend-web/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/web/frontend-web/package.json b/web/frontend-web/package.json index 686f0a6..4edb85a 100644 --- a/web/frontend-web/package.json +++ b/web/frontend-web/package.json @@ -13,6 +13,7 @@ }, "main": "main.js", "dependencies": { + "animate.css": "^4.1.1", "aos": "^2.3.4", "axios": "^0.21.1", "core-js": "^3.6.5", diff --git a/web/frontend-web/yarn.lock b/web/frontend-web/yarn.lock index 8b4fec8..ec4722e 100644 --- a/web/frontend-web/yarn.lock +++ b/web/frontend-web/yarn.lock @@ -2071,6 +2071,11 @@ alphanum-sort@^1.0.0: resolved "https://registry.nlark.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= +animate.css@^4.1.1: + version "4.1.1" + resolved "https://mirrors.cloud.tencent.com/npm/animate.css/-/animate.css-4.1.1.tgz#614ec5a81131d7e4dc362a58143f7406abd68075" + integrity sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ== + ansi-align@^3.0.0: version "3.0.0" resolved "http://mirrors.cloud.tencent.com/npm/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"