-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.34 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
{
"name": "etask-frontend",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"spell": "cspell \"{**/*.md,src/**/*.ts}\"",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "~7.0.1",
"@angular-material-components/moment-adapter": "~7.0.0",
"@angular/animations": "~13.3.1",
"@angular/cdk": "~13.3.1",
"@angular/common": "~13.3.1",
"@angular/compiler": "~13.3.1",
"@angular/core": "~13.3.1",
"@angular/flex-layout": "~13.0.0-beta.38",
"@angular/forms": "~13.3.1",
"@angular/material": "~13.3.1",
"@angular/material-moment-adapter": "~13.3.1",
"@angular/platform-browser": "~13.3.1",
"@angular/platform-browser-dynamic": "~13.3.1",
"@angular/router": "~13.3.1",
"@covalent/markdown": "~4.1.0",
"@netgrif/components": "6.3.1",
"@netgrif/components-core": "6.3.1",
"@ngx-translate/core": "~13.0.0",
"@ngx-translate/http-loader": "~6.0.0",
"@schematics/angular": "~13.3.0",
"@swimlane/ngx-charts": "~20.1.0",
"@types/mousetrap": "~1.6.9",
"angular-resizable-element": "~3.3.0",
"angular-resize-event": "~3.1.1",
"angular2-hotkeys": "~2.4.0",
"easymde": "~2.16.1",
"hammerjs": "~2.0.8",
"json-schema-to-typescript": "~8.1.0",
"jszip": "~3.2.2",
"marked": "~4.0.12",
"moment": "~2.29.4",
"mousetrap": "~1.6.5",
"natural-orderby": "~2.0.3",
"ngx-quill": "~16.2.0",
"palette-creator": "~0.5.4",
"quill": "~1.3.7",
"rxjs": "~6.6.7",
"showdown": "^2.0.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.1",
"@angular-devkit/schematics-cli": "~13.3.10",
"@angular-eslint/builder": "~13.1.0",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/schematics": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@angular/cli": "~13.3.1",
"@angular/compiler-cli": "~13.3.1",
"@angular/language-service": "~13.3.1",
"@compodoc/compodoc": "1.1.13",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/moment": "~2.13.0",
"@types/node": "~12.12.29",
"@typescript-eslint/eslint-plugin": "~5.17.0",
"@typescript-eslint/parser": "~5.17.0",
"commander": "~4.1.1",
"cspell": "~5.18.4",
"eslint": "~8.12.0",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~5.0.0",
"json-server": "~0.15.1",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-firefox-launcher": "~1.3.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.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",
"ncp": "~2.0.0",
"ng-packagr": "~13.3.0",
"protractor": "~7.0.0",
"puppeteer": "~2.1.1",
"requirejs": "^2.3.6",
"schematics-utilities": "~2.0.1",
"sonarqube-scanner": "~2.5.0",
"ts-node": "~10.2.1",
"typescript": "~4.6.3",
"typescript-json-schema": "~0.42.0",
"unique-names-generator": "~4.2.0"
}
}