initial commit

This commit is contained in:
2024-04-26 16:34:18 +02:00
commit 1590b3f36a
119 changed files with 6787 additions and 0 deletions

17
package-lock.json generated Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Mes-liens",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"animate.css": "^4.1.1"
}
},
"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=="
}
}
}