Add generic api schema and scripts model

This commit is contained in:
2025-08-30 18:20:24 +02:00
parent 774d1cf45f
commit f6993d463d
18 changed files with 493 additions and 192 deletions

11
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0",
"prettier-plugin-blade": "^2.1.21",
"sweetalert2": "^11.22.5",
"tailwindcss": "^4.0.7",
"vite": "^7.0.4"
},
@@ -2220,6 +2221,16 @@
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/sweetalert2": {
"version": "11.22.5",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.22.5.tgz",
"integrity": "sha512-k9gb2M0n4b830FaWDmqaFQULIRvKixTbJOBkTN5KwRNIT8UxjGxusC9g67cj8sCxkJb9nVy2+PgyVd7vYK7cug==",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/limonte"
}
},
"node_modules/tailwindcss": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz",