elsa-core/src/modules/Elsa.Workflows.Designer/package.json

17 lines
499 B
JSON
Raw Normal View History

2022-12-13 20:49:38 +00:00
{
"private": true,
"scripts": {
"build": "npm run build:release",
"build:release": "cross-env webpack --mode=production --env configuration=Release",
"build:debug": "cross-env webpack --mode=development --env configuration=Debug"
},
"devDependencies": {
"@elsa-workflows/elsa-workflows-designer": "3.0.3-preview.189",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
2023-04-02 17:39:19 +00:00
"monaco-editor": "^0.36.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
2022-12-13 20:49:38 +00:00
}