first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

37
WebRoot/node_modules/bootstrap-switch/composer.json generated vendored Normal file
View File

@ -0,0 +1,37 @@
{
"name": "components/bootstrap-switch",
"description": "Turn checkboxes and radio buttons into toggle switches.",
"version": "3.3.4",
"type": "component",
"keywords": [
"bootstrap",
"switch",
"javascript",
"js"
],
"homepage": "https://bttstrp.github.io/bootstrap-switch",
"license": "Apache License Version 2.0",
"authors": [
{
"name": "Mattia Larentis",
"homepage": "http://www.larentis.eu"
}
],
"ignore": [
"docs"
],
"extra": {
"component": {
"name": "bootstrap-switch",
"files": [
"dist/**"
],
"scripts": [
"dist/js/bootstrap-switch.js"
],
"shim": {
"exports": "BootstrapSwitch"
}
}
}
}