-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 loc) · 5.88 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
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
{
"name": "@netgrif/petriflow.svg-project",
"version": "1.1.0",
"description": "Netgrif Petriflow SVG example for drawing of the Petri Net SVG elements.",
"homepage": "https://netgrif.github.io/petriflow.svg",
"repository": {
"type": "git",
"url": "git+https://github.com/netgrif/petriflow.svg.git"
},
"bugs": {
"url": "https://github.com/netgrif/petriflow.svg/issues"
},
"keywords": [
"netgrif",
"petriflow canvas",
"petriflow",
"petri nets",
"workflow",
"svg",
"pf"
],
"contributors": [
"Juraj Mažári <[email protected]>",
"Slavomír Martavuz <[email protected]>"
],
"scripts": {
"ng": "ng",
"petrisvg:init:setup": "cd projects/petri-svg && npm install && npm run build",
"petrisvg:build": "cd projects/petri-svg && npm run build",
"petrisvg:build:local": "cd projects/petri-svg && npm run build && cd ../../ && npm i ./dist/petri-svg --save-optional --legacy-peer-deps",
"petrisvg:test": "cd projects/petri-svg && npm run test",
"petrisvg:lint": "eslint -c projects/petri-svg/.eslintrc.json projects/petri-svg/src --ext .ts",
"petrisvg:spell": "cspell --gitignore -s \"projects/petri-svg/**/*.{md,ts}\"",
"petrisvg:test:full": "npm run petrisvg:lint && npm run petrisvg:spell && npm run petrisvg:test",
"petrisvg:doc": "typedoc --tsconfig projects/petri-svg/tsconfig.lib.json --entryPoints projects/petri-svg/src/lib/index.ts --exclude **/*.spec.* --out projects/petri-svg/docs --theme default",
"petriflowsvg:build": "ng build petriflow-svg --configuration production",
"petriflowsvg:build:local": "ng build petriflow-svg && npm i ./dist/petriflow-svg --save-optional --legacy-peer-deps",
"petriflowsvg:test": "ng test petriflow-svg",
"petriflowsvg:lint": "eslint -c projects/petriflow-svg/.eslintrc.json projects/petriflow-svg/src --ext .ts",
"petriflowsvg:spell": "cspell --gitignore -s \"projects/petriflow-svg/**/*.{md,ts}\"",
"petriflowsvg:test:full": "npm run petriflowsvg:lint && npm run petriflowsvg:spell && npm run petriflowsvg:test",
"petriflowsvg:doc": "typedoc --tsconfig projects/petriflow-svg/tsconfig.lib.json --entryPoints projects/petriflow-svg/src/lib/public-api.ts --exclude **/*.spec.* --out projects/petriflow-svg/docs --theme default",
"example:build:prod": "ng build example-app --configuration production --base-href /petriflow.svg/",
"example:start": "ng serve example-app",
"project:start": "npm run petrisvg:build:local && npm run petriflowsvg:build:local && npm run example:build:prod && npm run example:start",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve"
},
"private": true,
"dependencies": {
"@angular-material-components/moment-adapter": "~7.0.0",
"@angular/animations": "~13.3.11",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.3.11",
"@angular/compiler": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/flex-layout": "~13.0.0-beta.38",
"@angular/forms": "~13.3.11",
"@angular/material": "~13.3.9",
"@angular/material-moment-adapter": "~13.3.9",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"@mdi/angular-material": "~7.0.96",
"@mdi/font": "~7.0.96",
"@ngx-translate/core": "~13.0.0",
"@ngx-translate/http-loader": "~6.0.0",
"@panzoom/panzoom": "~4.5.1",
"@types/mousetrap": "1.6.3",
"angular-gridster2": "~14.1.1",
"angular-resizable-element": "~6.0.0",
"angular-resize-event": "~3.2.0",
"angular2-hotkeys": "~13.1.0",
"browserify": "~16.5.0",
"escape-string-regexp": "~5.0.0",
"hammerjs": "~2.0.8",
"moment": "~2.29.4",
"natural-orderby": "~2.0.3",
"ngx-joyride": "~2.5.0",
"ngx-monaco-editor": "~12.0.0",
"ngx-quill": "~18.0.0",
"quill": "~1.3.7",
"rxjs": "~7.5.6",
"tslib": "~2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.9",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.11",
"@angular/language-service": "~13.3.11",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/moment": "~2.13.0",
"@types/node": "~14.18.24",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"codelyzer": "~6.0.2",
"cspell": "~6.6.1",
"eslint": "~8.22.0",
"eslint-plugin-eslint-comments": "~3.2.0",
"eslint-plugin-import": "~2.26.0",
"jasmine-core": "~4.3.0",
"jasmine-reporters": "~2.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "~2.1.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-junit-reporter": "~2.0.1",
"karma-mocha-reporter": "~2.2.5",
"karma-nyan-reporter": "~0.2.5",
"karma-sonarqube-unit-reporter": "^0.0.23",
"ng-packagr": "~13.3.1",
"protractor": "~7.0.0",
"puppeteer": "~16.1.0",
"sonarqube-scanner": "~2.8.1",
"ts-node": "~10.9.1",
"typedoc": "~0.23.10",
"typescript": "~4.6.4",
"typescript-json-schema": "~0.54.0"
},
"optionalDependencies": {
"@netgrif/petri.svg": "file:dist/petri-svg",
"@netgrif/petriflow.svg": "file:dist/petriflow-svg"
}
}