forked from pinguin45/charon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
162 lines (162 loc) · 6.95 KB
/
package.json
File metadata and controls
162 lines (162 loc) · 6.95 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "bpmn-studio",
"description": "An Aurelia application for designing BPMN diagrams, which can also be connected to a process engine to execute these diagrams.",
"version": "6.8.0-alpha.9",
"author": {
"name": "process-engine",
"email": "hello@process-engine.io",
"url": "http://process-engine.io"
},
"main": "dist/electron_app/electron_app/electron.js",
"scripts": {
"build-electron-app": "tsc -p electron_app/tsconfig.json",
"build-bin": "tsc -p bin/tsconfig.json",
"build-tests": "tsc -p test/",
"build": "npm run build-bin && npm run build-electron-app && au build && npm run build-tests && npm run copy-dynamic-ui",
"electron-build-windows": "npm run electron-build-windows-installer && npm run electron-build-windows-portable",
"electron-build-windows-installer": "npm run electron-prepare && electron-builder --config build/electron-builder.yml --publish never --windows nsis && npm run electron-cleanup",
"electron-build-windows-portable": "cross-env IS_PORTABLE_BUILD=true npm run electron-prepare && electron-builder --config build/electron-builder.yml --publish never --windows portable && cross-env IS_PORTABLE_BUILD=true npm run electron-cleanup",
"electron-pack-windows": "node electron-builder/set-name-in-package-json.js && electron-builder --config build/electron-builder.yml --publish never --windows nsis --prepackaged dist/electron/win-unpacked && npm run electron-cleanup",
"electron-build-macos": "npm run electron-prepare && electron-builder --config build/electron-builder.yml --publish never --macos && npm run electron-cleanup",
"electron-cleanup": "node electron-builder/reset-name-in-package-json.js",
"electron-prepare": "node electron-builder/set-name-in-package-json.js && npm run build && node electron-builder/prepare-electron-build.js",
"electron-start-dev": "npm run build && electron dist/electron_app/electron_app/electron.js",
"lint": "eslint --debug \"test/**/*.ts\" \"src/**/*.ts\" \"electron_app/**/*.ts\" \"bin/**/*.ts\" \"aurelia_project/**/*.js\" \"aurelia_project/**/*.ts\"",
"lint-fix": "eslint --debug --fix \"test/**/*.ts\" \"src/**/*.ts\" \"electron_app/**/*.ts\" \"bin/**/*.ts\" \"aurelia_project/**/*.js\" \"aurelia_project/**/*.ts\"",
"postinstall": "npm rebuild",
"copy-dynamic-ui": "node ./dist/bin/copy-dynamic-ui.js",
"create-tarball": "node dev_tooling/scripts/pack_to_tarball.js",
"reinstall": "OLD_PATH=$PATH bash dev_tooling/scripts/reinstall_setup.bash && unset OLD_PATH",
"start": "node ./dist/bin/bpmn-studio.js",
"start_dev": "au run --watch",
"test": "npm run test-electron",
"test-electron-macos": "mocha -r choma dist/test-integration/test/**/*.spec.js",
"test-electron-windows": "mocha -r choma dist/test-integration/test/**/*.spec.js",
"test-electron-linux": "echo 'There are no Electron tests for Linux. Exiting with 0'",
"test-electron": "npm run build-tests && node dist/test-integration/test/integration/modules/get-path-and-run-tests.js"
},
"files": [
"dist/web",
"index.html",
"dist/bin",
"src/resources",
"dist/web/@fortawesome"
],
"bin": "./dist/bin/bpmn-studio.js",
"repository": {
"type": "git",
"url": "git+https://github.com/process-engine/bpmn-studio"
},
"license": "MIT",
"dependencies": {
"@atlas-engine/fullstack_server": "12.0.18",
"@essential-projects/errors_ts": "^1.6.1",
"@fortawesome/fontawesome-free": "5.11.2",
"@process-engine/bpmn-js-custom-bundle": "2.11.0",
"@process-engine/bpmn-lint_rules": "1.8.0",
"@process-engine/ci_tools": "3.2.1",
"@process-engine/dynamic_ui_core": "1.8.0",
"@process-engine/electron-updater": "1.1.0",
"@process-engine/management_api_client": "6.2.0",
"@process-engine/solutionexplorer.repository.filesystem": "4.5.0",
"@process-engine/solutionexplorer.repository.management_api": "3.4.0",
"@process-engine/solutionexplorer.service": "4.4.0",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"about-window": "1.13.2",
"async-lock": "1.2.2",
"aurelia-open-id-connect": "2.0.4",
"aurelia-validation": "1.5.0",
"bluebird": "^3.7.2",
"bootstrap": "^4.4.1",
"bpmn-js-differ": "2.0.2",
"dom-event-dispatch": "1.0.0",
"electron-is-dev": "1.1.0",
"electron-notarize": "^1.0.0",
"electron-notifications": "1.0.0",
"electron-window-state": "^5.0.3",
"fs-extra": "8.1.0",
"get-port": "^5.0.0",
"highlight.js": "9.16.2",
"highlightjs-line-numbers.js": "^2.7.0",
"json5": "^2.1.3",
"jszip": "3.2.2",
"marked": "^0.8.0",
"minimist": "^1.2.0",
"moment": "2.24.0",
"node-abi": "2.13.0",
"node-fetch": "2.6.1",
"open": "7.0.0",
"print-js": "1.0.63",
"proxy-polyfill": "0.3.0",
"pushserve": "^1.0.2",
"semver": "^6.3.0",
"socket.io-client": "2.3.0",
"spectrum-colorpicker": "1.8.0",
"sqlite3": "5.0.0",
"uuid": "^8.2.0"
},
"peerDependencies": {},
"devDependencies": {
"@essential-projects/eslint-config": "1.2.3",
"@essential-projects/http_contracts": "^2.5.0",
"@essential-projects/iam_contracts": "^3.6.3",
"@process-engine/bpmn-elements_contracts": "2.2.0",
"@process-engine/management_api_contracts": "13.2.0",
"@process-engine/solutionexplorer.contracts": "1.2.0",
"@process-engine/solutionexplorer.repository.contracts": "4.5.0",
"@process-engine/solutionexplorer.service.contracts": "4.4.0",
"@types/bluebird": "^3.5.29",
"@types/fs-extra": "^8.0.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"@types/semver": "^6.2.0",
"@types/spectrum": "^1.5.31",
"@types/toastr": "^2.1.37",
"aurelia-animator-css": "1.0.4",
"aurelia-bootstrap": "0.1.20",
"aurelia-bootstrapper": "2.3.3",
"aurelia-cli": "^1.2.2",
"aurelia-protractor-plugin": "1.0.6",
"aurelia-route-recognizer": "1.3.2",
"aurelia-router": "1.7.1",
"aurelia-templating-resources": "1.12.0",
"aurelia-testing": "1.0.0",
"aurelia-tools": "2.0.0",
"browser-sync": "^2.26.13",
"choma": "^1.2.1",
"connect-history-api-fallback": "^1.6.0",
"cross-env": "^6.0.3",
"debounce": "^1.2.0",
"debug": "^4.1.1",
"electron": "7.2.4",
"electron-builder": "21.2.0",
"eslint": "^6.7.2",
"event-stream": "4.0.1",
"eventemitter2": "^5.0.1",
"gulp": "4.0.2",
"gulp-changed-in-place": "^2.3.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-watch": "^5.0.1",
"jquery": "^3.4.1",
"minimatch": "^3.0.4",
"mocha": "^6.2.2",
"ms": "^2.1.2",
"popper.js": "^1.16.0",
"prettier": "^1.19.1",
"requirejs": "^2.3.6",
"spectron": "^9.0.0",
"tether": "^1.4.7",
"text": "github:requirejs/text#latest",
"through2": "^3.0.1",
"toastr": "^2.1.4",
"typescript": "^3.7.3",
"uglify-js": "^3.7.2",
"velocity-animate": "^1.5.2",
"vinyl-fs": "^3.0.3"
}
}