refactor: remove animate.css
This commit is contained in:
+1
-2
@@ -2,7 +2,7 @@
|
||||
"name": "vocechat-web",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"homepage": "https://privoce.voce.chat",
|
||||
"homepage": "https://voce.chat",
|
||||
"dependencies": {
|
||||
"@emoji-mart/data": "^1.0.5",
|
||||
"@metamask/onboarding": "^1.0.1",
|
||||
@@ -20,7 +20,6 @@
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@udecode/plate": "^16.4.1",
|
||||
"@uiball/loaders": "^1.2.6",
|
||||
"animate.css": "^4.1.1",
|
||||
"bfj": "^7.0.2",
|
||||
"browserslist": "^4.21.3",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
||||
|
||||
@@ -115,12 +115,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
/* animate.css */
|
||||
:root {
|
||||
--animate-delay: 0.1s;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -4,7 +4,6 @@ import { Reset } from "styled-reset";
|
||||
import { DndProvider } from "react-dnd";
|
||||
import { HTML5Backend } from "react-dnd-html5-backend";
|
||||
import "./assets/base.css";
|
||||
import "animate.css";
|
||||
import "./common/DayjsSetting";
|
||||
import "./common/TippySetting";
|
||||
import { register } from "./serviceWorkerRegistration";
|
||||
|
||||
@@ -4082,11 +4082,6 @@ ajv@^8.0.0, ajv@^8.11.0, ajv@^8.6.0, ajv@^8.8.0:
|
||||
require-from-string "^2.0.2"
|
||||
uri-js "^4.2.2"
|
||||
|
||||
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-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
|
||||
version "4.3.2"
|
||||
resolved "https://mirrors.cloud.tencent.com/npm/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
||||
|
||||
Reference in New Issue
Block a user