Changing front

This commit is contained in:
2023-01-16 17:44:37 +01:00
parent 0b8a93b256
commit 4fe4be7730
48586 changed files with 4725790 additions and 17464 deletions

3
front/app/node_modules/esbuild-linux-64/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# esbuild
This is the Linux 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.

BIN
front/app/node_modules/esbuild-linux-64/bin/esbuild generated vendored Executable file

Binary file not shown.

17
front/app/node_modules/esbuild-linux-64/package.json generated vendored Normal file
View File

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