|
|
@ -9,7 +9,7 @@ |
|
|
"build": "cross-env NODE_ENV=production node build/build.js", |
|
|
"build": "cross-env NODE_ENV=production node build/build.js", |
|
|
"build:dev": "cross-env NODE_ENV=development node build/build.js", |
|
|
"build:dev": "cross-env NODE_ENV=development node build/build.js", |
|
|
"build:test": "cross-env NODE_ENV=testing node build/build.js", |
|
|
"build:test": "cross-env NODE_ENV=testing node build/build.js", |
|
|
"build:prod": "cross-env NODE_ENV=production node build/build.js" |
|
|
|
|
|
|
|
|
"build:prod": "cross-env NODE_OPTIONS=--openssl-legacy-provider cross-env NODE_ENV=production node build/build.js" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^23.1.0", |
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^23.1.0", |
|
|
|