17 lines
544 B
JSON
17 lines
544 B
JSON
{
|
|
"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.2-preview.9",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"monaco-editor": "^0.34.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|