forked from uilibrary/matx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3 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
{
"name": "matx",
"version": "9.0.0",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve -o",
"serveProd": "ng serve --environment=prod",
"build": "ng build --prod=true --aot=true --extractCss=true --optimization=true --environment=prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ngh": "ng build --prod --base-href 'https://uilibrary.github.io/matx-angular/' && ngh"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "9.1.3",
"@angular/cdk": "9.2.1",
"@angular/common": "9.1.3",
"@angular/compiler": "9.1.3",
"@angular/core": "9.1.3",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "9.1.3",
"@angular/material": "9.2.1",
"@angular/material-moment-adapter": "9.2.1",
"@angular/platform-browser": "9.1.3",
"@angular/platform-browser-dynamic": "9.1.3",
"@angular/router": "9.1.3",
"@ngu/carousel": "1.5.4",
"@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1",
"@swimlane/ngx-datatable": "^16.0.3",
"angular-calendar": "0.26.4",
"angular-in-memory-web-api": "0.8.0",
"angular-star-rating": "4.0.0-beta.3",
"bootstrap": "^4.4.1",
"chart.js": "2.5.0",
"classlist.js": "1.1.20150312",
"core-js": "2.4.1",
"css-star-rating": "git+https://[email protected]/uilibrary/css-star-rating.git",
"date-fns": "1.28.5",
"echarts": "4.2.1",
"flag-icon-css": "3.3.0",
"hammerjs": "2.0.8",
"highlight.js": "9.15.6",
"hopscotch": "0.3.1",
"install": "0.12.2",
"moment": "2.24.0",
"ng2-charts": "2.2.2",
"ng2-dragula": "2.1.1",
"ng2-file-upload": "^1.4.0",
"ngx-color-picker": "7.5.0",
"ngx-custom-validators": "^9.1.0",
"ngx-echarts": "4.1.1",
"ngx-pagination": "3.2.1",
"ngx-perfect-scrollbar": "^8.0.0",
"ngx-quill": "4.8.0",
"npm": "^6.14.1",
"perfect-scrollbar": "1.4.0",
"quill": "^1.3.7",
"rxjs": "6.5.4",
"rxjs-compat": "6.1.0",
"tinycolor2": "^1.4.1",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular-devkit/build-angular": "~0.901.3",
"@angular-devkit/core": "9.1.3",
"@angular/cli": "9.1.3",
"@angular/compiler-cli": "9.1.3",
"@angular/language-service": "9.1.3",
"@types/hopscotch": "0.2.30",
"@types/jasmine": "2.5.38",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"copy-webpack-plugin": "4.3.0",
"enhanced-resolve": "3.3.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "~0.2.2",
"node-sass": "^4.13.0",
"protractor": "~5.1.0",
"ts-node": "2.0.0",
"tslint": "4.5.0",
"typescript": "3.7.5"
}
}