first commit

This commit is contained in:
aschwarz
2023-03-14 14:47:50 +01:00
commit 062b2dfae8
4752 changed files with 505842 additions and 0 deletions

17
bootstrap/node_modules/after-transition/component.json generated vendored Normal file
View File

@ -0,0 +1,17 @@
{
"name": "after-transition",
"repo": "anthonyshort/after-transition",
"description": "Fire a callback after a transition or immediately if the browser does not support transitions",
"version": "0.0.4",
"keywords": [],
"dependencies": {
"anthonyshort/has-transitions": "0.3.0",
"anthonyshort/css-emitter": "0.1.1"
},
"development": {},
"license": "MIT",
"main": "index.js",
"scripts": [
"index.js"
]
}