integration Directus cms

This commit is contained in:
2025-06-04 00:55:56 +02:00
parent 3168826fa8
commit 057d427b5b
200 changed files with 15289 additions and 50 deletions

17
node_modules/esbuild-windows-64/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "esbuild-windows-64",
"version": "0.15.18",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=12"
},
"os": [
"win32"
],
"cpu": [
"x64"
]
}