-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.51 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
{
"name": "vehicle-service-frontend",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "env NG_BUILD_MANGLE=false NG_BUILD_MINIFY=true NG_BUILD_BEAUTIFY=true node --max_old_space_size=4096 ng build --prod",
"build2": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@netgrif/components-core": "~6.0.3",
"@netgrif/components": "~6.0.3",
"@angular-material-components/datetime-picker": "~4.0.5",
"@angular-material-components/moment-adapter": "~4.0.1",
"@angular/animations": "~10.2.3",
"@angular/cdk": "~10.2.7",
"@angular/common": "~10.2.3",
"@angular/compiler": "~10.2.3",
"@angular/core": "~10.2.3",
"@angular/flex-layout": "~10.0.0-beta.32",
"@angular/forms": "~10.2.3",
"@angular/material": "~10.2.7",
"@angular/material-moment-adapter": "~10.2.7",
"@angular/platform-browser": "~10.2.3",
"@angular/platform-browser-dynamic": "~10.2.3",
"@angular/router": "~10.2.3",
"@covalent/core": "~3.1.0",
"@covalent/highlight": "~3.1.0",
"@covalent/markdown": "~3.1.0",
"@covalent/text-editor": "~3.1.0",
"@ngx-translate/core": "~13.0.0",
"@ngx-translate/http-loader": "~6.0.0",
"@schematics/angular": "~10.2.0",
"@swimlane/ngx-charts": "~16.0.0",
"angular-resizable-element": "~3.3.0",
"angular-resize-event": "~2.0.1",
"angular2-hotkeys": "~2.2.0",
"@types/mousetrap": "1.6.3",
"hammerjs": "~2.0.8",
"json-schema-to-typescript": "~8.1.0",
"jszip": "~3.2.2",
"moment": "~2.24.0",
"natural-orderby": "~2.0.3",
"ngx-quill": "~12.0.1",
"palette-creator": "~0.5.4",
"quill": "~1.3.7",
"rxjs": "~6.5.4",
"tslib": "~1.11.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.2.3",
"@angular/language-service": "~10.2.3",
"@types/jasmine": "~3.5.9",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.35",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "^6.1.1",
"typescript": "~4.0.2"
}
}