{
  "name": "@kie-tools/kie-editors-standalone",
  "version": "10.1.0",
  "description": "",
  "license": "Apache-2.0",
  "keywords": [],
  "homepage": "https://github.com/apache/incubator-kie-tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/apache/incubator-kie-tools.git"
  },
  "bugs": {
    "url": "https://github.com/apache/incubator-kie-tools/issues"
  },
  "files": [
    "dist/bpmn",
    "dist/common",
    "dist/dmn",
    "dist/jsdiagram"
  ],
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.0",
    "@types/jest": "^29.5.12",
    "@types/jest-when": "^3.5.5",
    "@types/minimatch": "^3.0.5",
    "@types/react": "^17.0.6",
    "@types/react-dom": "^17.0.5",
    "@types/react-router-dom": "^5.3.3",
    "@types/underscore": "^1.11.2",
    "copy-webpack-plugin": "^11.0.0",
    "cypress": "^13.13.0",
    "cypress-file-upload": "^5.0.8",
    "cypress-iframe": "^1.0.1",
    "cypress-log-to-output": "^1.1.2",
    "dts-bundle-generator": "^9.5.1",
    "html-webpack-plugin": "^5.3.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^16.0.0",
    "jest-when": "^3.6.0",
    "junit-report-merger": "^4.0.0",
    "minimatch": "^3.0.5",
    "process": "^0.11.10",
    "raw-loader": "^4.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "rimraf": "^3.0.2",
    "run-script-os": "^1.1.6",
    "start-server-and-test": "^2.0.3",
    "ts-jest": "^29.1.5",
    "typescript": "^5.5.3",
    "underscore": "^1.13.1",
    "webpack": "^5.94.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.15.1",
    "webpack-merge": "^5.9.0",
    "@kie-tools-core/i18n": "10.1.0",
    "@kie-tools-core/editor": "10.1.0",
    "@kie-tools-core/patternfly-base": "10.1.0",
    "@kie-tools-core/notifications": "10.1.0",
    "@kie-tools-core/envelope-bus": "10.1.0",
    "@kie-tools-core/webpack-base": "10.1.0",
    "@kie-tools-core/workspace": "10.1.0",
    "@kie-tools/eslint": "10.1.0",
    "@kie-tools/jest-base": "10.1.0",
    "@kie-tools/stunner-editors": "10.1.0",
    "@kie-tools/root-env": "10.1.0",
    "@kie-tools/tsconfig": "10.1.0",
    "@kie-tools/kie-bc-editors": "10.1.0"
  },
  "scripts": {
    "build:bundle-types": "dts-bundle-generator --config dts-bundle.config.json",
    "build:dev": "rimraf dist && webpack --env dev --config webpack.build-resources.config.js && pnpm build:preprocessor && webpack --env dev --config webpack.package-resources.config.js && pnpm build:bundle-types",
    "build:preprocessor": "node dist/preprocessor/preprocessor.js",
    "build:prod": "pnpm lint && pnpm test && rimraf dist && webpack --config webpack.build-resources.config.js && pnpm build:preprocessor && webpack --config webpack.package-resources.config.js && pnpm build:bundle-types && pnpm test-e2e",
    "build:productization": "pnpm build:prod",
    "cy:open": "run-script-os",
    "cy:open:darwin:linux": "cypress open --project e2e-tests --config \"baseUrl=http://localhost:$(build-env standaloneEditors.dev.port)\"",
    "cy:open:win32": "pnpm powershell \"cypress open --project e2e-tests --config \"baseUrl=http://localhost:$(build-env standaloneEditors.dev.port)\"\"",
    "cy:run": "run-script-os",
    "cy:run:darwin:linux": "cypress run -b chrome --project e2e-tests --config \"baseUrl=http://localhost:$(build-env standaloneEditors.dev.port)\"",
    "cy:run:win32": "pnpm powershell \"cypress run -b chrome --project e2e-tests --config \"baseUrl=http://localhost:$(build-env standaloneEditors.dev.port)\"\"",
    "lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
    "postreport": "jrm ./dist-tests-e2e/junit-transformed.xml \"./dist-tests-e2e/junit-report*.xml\"",
    "powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command",
    "start": "webpack serve --host 0.0.0.0 --config webpack.package-resources.config.js",
    "start-e2e": "webpack serve --host 0.0.0.0 --config ./e2e-tests/webpack.config.js",
    "test": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose --passWithNoTests\"",
    "test-e2e": "run-script-if --ignore-errors \"$(build-env endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\" --then \"pnpm rimraf ./dist-tests-e2e\" \"pnpm start-server-and-test start-e2e http-get://0.0.0.0:$(build-env standaloneEditors.dev.port) cy:run\" \"pnpm postreport\""
  }
}