-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 KB
/
package.json
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
{
"name": "pleak-pe-bpmn-editor",
"version": "0.1.0",
"description": "Pleak PE-BPMN & Leaks-When editor",
"repository": {
"type": "git",
"url": "https://github.com/pleak-tools/pleak-pe-bpmn-editor"
},
"keywords": [
"pleak",
"pe-bpmn"
],
"license": "MIT",
"scripts": {
"ng": "ng",
"prestart": "npm install",
"start": "ng build --prod --aot --build-optimizer=false",
"build": "node --max-old-space-size=2058 ./node_modules/@angular/cli/bin/ng build --prod --aot --build-optimizer=false",
"build:dev": "ng build --dev",
"serve": "ng serve --host 0.0.0.0 --poll 200",
"packagr": "ng-packagr -p src/ng-package.json"
},
"dependencies": {
"@angular/animations": "^8.2.13",
"@angular/common": "^8.2.13",
"@angular/compiler": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/forms": "^8.2.13",
"@angular/platform-browser": "^8.2.13",
"@angular/platform-browser-dynamic": "^8.2.13",
"@angular/router": "^8.2.13",
"@ctrl/ngx-codemirror": "^2.2.1",
"bootstrap": "3.4.1",
"bpmn-js": "5.0.4",
"classlist.js": "^1.1.20150312",
"codemirror": "^5.52.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"jquery": "3.4.1",
"jwt-decode": "^2.2.0",
"less": "^3.10.3",
"ngx-toastr": "^10.2.0",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.5",
"@angular/cli": "^8.3.17",
"@angular/compiler-cli": "^8.2.13",
"@angular/language-service": "^8.2.13",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
},
"browser": {
"crypto": false,
"fs": false,
"path": false
}
}