feat: add global animation styles

This commit is contained in:
TerryM
2026-05-28 21:55:17 +08:00
parent 15d873be63
commit 4e44636d68
4 changed files with 12 additions and 0 deletions

7
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "ark-database-web",
"version": "1.0.0",
"dependencies": {
"animate.css": "^4.1.1",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -1721,6 +1722,12 @@
"url": "https://opencollective.com/vitest"
}
},
"node_modules/animate.css": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
"integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==",
"license": "MIT"
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",