Update Elsa.Workflows.Designer project to run NPM upon build
This commit is contained in:
parent
b32c3b45bb
commit
dbdc6a785e
|
|
@ -11,6 +11,36 @@
|
|||
<PackageTags>elsa module workflows razor designer</PackageTags>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
1. Install npm packages
|
||||
"Inputs" and "Outputs" are used for incremental builds. If all output items are up-to-date, MSBuild skips the target.
|
||||
The first time the task is executed. Then, it only runs when you change the package.json file.
|
||||
Documentation: https://learn.microsoft.com/en-us/visualstudio/msbuild/incremental-builds?WT.mc_id=DT-MVP-5003978
|
||||
-->
|
||||
<Target Name="NpmInstall" Inputs="package.json" Outputs="node_modules/.install-stamp">
|
||||
<!--
|
||||
Use npm install or npm ci depending on RestorePackagesWithLockFile value.
|
||||
Uncomment the following lines if you want to use this feature:
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<Exec Command="npm ci" Condition="'$(RestorePackagesWithLockFile)' == 'true'" />
|
||||
<Exec Command="npm install" Condition="'$(RestorePackagesWithLockFile)' != 'true'" />
|
||||
|
||||
<!-- Write the stamp file, so incremental builds work -->
|
||||
<Touch Files="node_modules/.install-stamp" AlwaysCreate="true" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
2. Run npm run build before building the .NET project.
|
||||
MSBuild runs NpmInstall before this task because of the DependsOnTargets attribute.
|
||||
-->
|
||||
<Target Name="NpmRunBuild" DependsOnTargets="NpmInstall" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="npm run build" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
<SupportedPlatform Include="browser" />
|
||||
</ItemGroup>
|
||||
|
|
@ -25,4 +55,325 @@
|
|||
<ProjectReference Include="..\..\common\Elsa.Features\Elsa.Features.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\assets\elsa-anim.gif" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\elsa-workflows-designer.css" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\elsa-workflows-designer.esm.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\index.esm.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-0007eed9.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-0007eed9.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-008e87f3.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-10607818.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-17845484.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-1bdecbe3.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-1c01ba4b.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-1d8c96a5.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-2025a3ec.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-2076a77a.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-30219f8e.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-32a90494.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-366302b5.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-3860ca54.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-3a59f8a8.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-3a59f8a8.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-3c390bd8.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-3d8c9286.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-41a803e9.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-4208aaca.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-46a38998.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-47d2a429.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-482a67bb.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-4dde027e.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-4fa100e0.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-516f53ad.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-54699df8.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-54f181fa.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-571e44a9.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-571e44a9.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-5ae4a77a.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-5f2ba038.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-5f4494d1.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-6677a945.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-6677a945.entry.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-66acbc48.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-6f760a9e.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-72fdbf6d.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-74ab721a.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-82c948e7.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-83f217d4.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-84871259.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-8766e5c9.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-88bb9473.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-899eb190.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-9310e000.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-939d7544.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-96456b22.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-9ddebf40.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-a455518b.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-a4dc9da6.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-aa4407c5.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-b579b69d.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-b7f0552c.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-bae97d8c.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-bc5ad1e3.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-bcb12a3c.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-bd1a6d45.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-bd7b731f.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-c5041521.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-cae6dfd6.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-d59dea2d.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-d79c25e4.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-daafa262.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-dce885f8.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-e60f00da.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-e848c36b.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-eee2a505.entry.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-fd4270fe.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\elsa-workflows-designer\p-fe67d957.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.de.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.es.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.fr.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.it.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.ja.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.ko.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.ru.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.zh-cn.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\common\worker\simpleWorker.nls.zh-tw.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\base\worker\workerMain.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.de.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.es.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.fr.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.it.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.ja.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.ko.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.ru.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.zh-cn.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\editor\editor.main.nls.zh-tw.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min-maps\vs\loader.js.map" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\browser\ui\codicons\codicon\codicon.ttf" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.de.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.de.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.es.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.es.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.fr.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.fr.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.it.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.it.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ja.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ja.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ko.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ko.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ru.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.ru.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.zh-cn.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.zh-cn.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.zh-tw.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\common\worker\simpleWorker.nls.zh-tw.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\worker\workerMain.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\base\worker\workerMain.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\abap\abap.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\abap\abap.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\apex\apex.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\apex\apex.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\azcli\azcli.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\azcli\azcli.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\bat\bat.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\bat\bat.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\bicep\bicep.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\bicep\bicep.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cameligo\cameligo.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cameligo\cameligo.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\clojure\clojure.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\clojure\clojure.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\coffee\coffee.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\coffee\coffee.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cpp\cpp.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cpp\cpp.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\csharp\csharp.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\csharp\csharp.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\csp\csp.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\csp\csp.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\css\css.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\css\css.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cypher\cypher.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\cypher\cypher.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\dart\dart.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\dart\dart.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\dockerfile\dockerfile.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\dockerfile\dockerfile.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ecl\ecl.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ecl\ecl.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\elixir\elixir.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\elixir\elixir.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\flow9\flow9.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\flow9\flow9.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\freemarker2\freemarker2.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\freemarker2\freemarker2.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\fsharp\fsharp.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\fsharp\fsharp.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\go\go.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\go\go.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\graphql\graphql.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\graphql\graphql.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\handlebars\handlebars.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\handlebars\handlebars.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\hcl\hcl.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\hcl\hcl.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\html\html.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\html\html.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ini\ini.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ini\ini.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\java\java.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\java\java.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\javascript\javascript.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\javascript\javascript.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\julia\julia.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\julia\julia.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\kotlin\kotlin.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\kotlin\kotlin.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\less\less.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\less\less.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\lexon\lexon.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\lexon\lexon.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\liquid\liquid.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\liquid\liquid.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\lua\lua.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\lua\lua.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\m3\m3.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\m3\m3.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\markdown\markdown.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\markdown\markdown.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\mips\mips.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\mips\mips.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\msdax\msdax.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\msdax\msdax.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\mysql\mysql.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\mysql\mysql.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\objective-c\objective-c.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\objective-c\objective-c.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pascal\pascal.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pascal\pascal.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pascaligo\pascaligo.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pascaligo\pascaligo.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\perl\perl.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\perl\perl.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pgsql\pgsql.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pgsql\pgsql.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\php\php.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\php\php.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pla\pla.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pla\pla.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\postiats\postiats.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\postiats\postiats.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\powerquery\powerquery.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\powerquery\powerquery.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\powershell\powershell.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\powershell\powershell.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\protobuf\protobuf.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\protobuf\protobuf.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pug\pug.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\pug\pug.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\python\python.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\python\python.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\qsharp\qsharp.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\qsharp\qsharp.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\r\r.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\r\r.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\razor\razor.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\razor\razor.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\redis\redis.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\redis\redis.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\redshift\redshift.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\redshift\redshift.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\restructuredtext\restructuredtext.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\restructuredtext\restructuredtext.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ruby\ruby.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\ruby\ruby.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\rust\rust.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\rust\rust.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sb\sb.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sb\sb.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scala\scala.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scala\scala.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scheme\scheme.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scheme\scheme.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scss\scss.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\scss\scss.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\shell\shell.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\shell\shell.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\solidity\solidity.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\solidity\solidity.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sophia\sophia.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sophia\sophia.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sparql\sparql.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sparql\sparql.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sql\sql.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\sql\sql.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\st\st.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\st\st.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\swift\swift.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\swift\swift.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\systemverilog\systemverilog.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\systemverilog\systemverilog.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\tcl\tcl.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\tcl\tcl.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\twig\twig.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\twig\twig.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\typescript\typescript.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\typescript\typescript.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\vb\vb.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\vb\vb.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\xml\xml.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\xml\xml.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\yaml\yaml.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\basic-languages\yaml\yaml.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.css" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.de.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.de.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.es.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.es.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.fr.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.fr.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.it.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.it.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ja.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ja.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ko.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ko.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ru.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.ru.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.zh-cn.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.zh-cn.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.zh-tw.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\editor\editor.main.nls.zh-tw.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\css\cssMode.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\css\cssMode.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\css\cssWorker.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\css\cssWorker.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\html\htmlMode.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\html\htmlMode.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\html\htmlWorker.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\html\htmlWorker.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\json\jsonMode.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\json\jsonMode.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\json\jsonWorker.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\json\jsonWorker.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\typescript\tsMode.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\typescript\tsMode.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\typescript\tsWorker.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\language\typescript\tsWorker.js.LICENSE.txt" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\loader.js" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\monaco-editor\min\vs\loader.js.LICENSE.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"devDependencies": {
|
||||
"@elsa-workflows/elsa-workflows-designer": "^3.0.2-preview.4",
|
||||
"@elsa-workflows/elsa-workflows-designer": "^3.0.2-preview.9",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"monaco-editor": "^0.34.1",
|
||||
|
|
@ -115,9 +115,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@elsa-workflows/elsa-workflows-designer": {
|
||||
"version": "3.0.2-preview.4",
|
||||
"resolved": "https://registry.npmjs.org/@elsa-workflows/elsa-workflows-designer/-/elsa-workflows-designer-3.0.2-preview.4.tgz",
|
||||
"integrity": "sha512-dJ+q76cqrMG0T05u1d5dcxRMcVLWbhohcqabRsFGa71ivbY631sy5GobEXcqrHa6R4qgHaplQAYvTB+ZSVkIDA==",
|
||||
"version": "3.0.2-preview.9",
|
||||
"resolved": "https://registry.npmjs.org/@elsa-workflows/elsa-workflows-designer/-/elsa-workflows-designer-3.0.2-preview.9.tgz",
|
||||
"integrity": "sha512-oPhqu2fsbV6hsm3t0iofOlROSeFvNLJgi7p7tkYbA0tC1K+FZFd9R1UuPbC0I9qGUB3kAdg0+THGhP8U8OUzVA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@antv/layout": "^0.3.11",
|
||||
|
|
@ -2409,9 +2409,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@elsa-workflows/elsa-workflows-designer": {
|
||||
"version": "3.0.2-preview.4",
|
||||
"resolved": "https://registry.npmjs.org/@elsa-workflows/elsa-workflows-designer/-/elsa-workflows-designer-3.0.2-preview.4.tgz",
|
||||
"integrity": "sha512-dJ+q76cqrMG0T05u1d5dcxRMcVLWbhohcqabRsFGa71ivbY631sy5GobEXcqrHa6R4qgHaplQAYvTB+ZSVkIDA==",
|
||||
"version": "3.0.2-preview.9",
|
||||
"resolved": "https://registry.npmjs.org/@elsa-workflows/elsa-workflows-designer/-/elsa-workflows-designer-3.0.2-preview.9.tgz",
|
||||
"integrity": "sha512-oPhqu2fsbV6hsm3t0iofOlROSeFvNLJgi7p7tkYbA0tC1K+FZFd9R1UuPbC0I9qGUB3kAdg0+THGhP8U8OUzVA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@antv/layout": "^0.3.11",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"build:debug": "cross-env webpack --mode=development --env configuration=Debug"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@elsa-workflows/elsa-workflows-designer": "^3.0.2-preview.4",
|
||||
"@elsa-workflows/elsa-workflows-designer": "^3.0.2-preview.9",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"monaco-editor": "^0.34.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue