N°8772 - Form dependencies manager implementation

- Form SDK implementation
- Basic Forms
- Dynamics Forms
- Basic Blocks + Data Model Block
- Form Compilation
- Turbo integration
This commit is contained in:
Benjamin Dalsass
2025-12-30 11:42:55 +01:00
committed by GitHub
parent 3955b4eb22
commit 4c1ad0f4f2
813 changed files with 115243 additions and 489 deletions

View File

@@ -3,6 +3,7 @@
"dependencies": {
"@cityssm/fa5-power-transforms-css": "github:cityssm/fa5-power-transforms-css",
"@fontsource/raleway": "^4.5.0",
"@hotwired/turbo": "^8.0.5",
"@popperjs/core": "^2.11.8",
"@ungap/custom-elements": "^1.3.0",
"ace-builds": "^1.32.7",
@@ -29,7 +30,8 @@
"selectize-plugin-a11y": "^1.1.0",
"showdown": "^2.1.0",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0"
"toastify-js": "^1.12.0",
"tom-select": "^2.4.3"
},
"scripts": {
"postinstall": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm && php .make/dependencies/npm/restoreFolderBrowsingProtection.php",