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

8
front/app/node_modules/zone.js/mix/package.json generated vendored Executable file
View File

@@ -0,0 +1,8 @@
{
"name": "zone-mix",
"description": "Zone.js for mixed environment(both browser and NodeJS) such as Electron",
"main": "../bundles/zone-mix.umd.js",
"module": "../fesm2015/zone-mix.js",
"es2015": "../fesm2015/zone-mix.js",
"fesm2015": "../fesm2015/zone-mix.js"
}