All Downloads are FREE. Search and download functionalities are using the official Maven repository.

@kie-tools.dashbuilder-client.package.json Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
{
  "name": "@kie-tools/dashbuilder-client",
  "version": "0.30.0",
  "description": "",
  "license": "Apache-2.0",
  "keywords": [],
  "homepage": "https://github.com/kiegroup/kie-tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/kiegroup/kie-tools.git"
  },
  "bugs": {
    "url": "https://github.com/kiegroup/kie-tools/issues"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "rimraf": "^3.0.2",
    "run-script-os": "^1.1.6",
    "@kie-tools/dashbuilder": "0.30.0",
    "@kie-tools/root-env": "0.30.0"
  },
  "scripts": {
    "build:dev": "rimraf dist && pnpm copy:dashbuilder",
    "build:prod": "pnpm build:dev",
    "copy:dashbuilder": "run-script-os",
    "copy:dashbuilder:linux:darwin": "copyfiles -e \"../**/*/WEB-INF/**/*\" -e \"../**/*/ace/**/*\" -u 6 \"../dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/target/dashbuilder-runtime-client/**/*\" ./dist/",
    "copy:dashbuilder:win32": "mkdir dist && touch dist/.keep && echo \"Build not supported on Windows\""
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy