taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "custom-bundle",
  "version": "0.0.1",
  "description": "Bundle a custom version of bpmn-js",
  "scripts": {
    "all": "run-s bundle open",
    "bundle": "SET NODE_ENV=production&&SET DISTRO_DIST=../build&&node tasks/build-bundle.js",
    "open": "opn ./index.html"
  },
  "dependencies": {
    "bpmn-js": "^6.1.2",
    "diagram-js": "^5.0.0",
    "inherits": "^2.0.4",
    "tiny-svg": "^0.1.3"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.0.1",
    "@rollup/plugin-replace": "^2.3.0",
    "cpx": "^1.5.0",
    "del": "^3.0.0",
    "execa": "^1.0.0",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.2",
    "opn-cli": "^3.1.0",
    "rollup": "^1.20.0",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-terser": "^5.2.0"
  }
}