-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.96 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.96 KB
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
{
"name": "aig-console",
"description": "Material Design Admin Template with Angular 8 and Angular Material",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/eneasys/aig_console.git"
},
"author": "Eneasys",
"homepage": "https://bitbucket.org/eneasys/aig_console#readme",
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"start-hmr": "ng serve --configuration hmr --source-map=false --hmr-warning=false",
"start-hmr-sourcemaps": "ng serve --configuration hmr --source-map=true --hmr-warning=false",
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
},
"private": true,
"dependencies": {
"@agm/core": "1.0.0-beta.5",
"@angular/animations": "8.2.14",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/flex-layout": "8.0.0-beta.26",
"@angular/forms": "8.2.14",
"@angular/material": "8.2.3",
"@angular/material-moment-adapter": "8.2.3",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@ngrx/effects": "8.0.0-beta.2",
"@ngrx/router-store": "8.0.0-beta.2",
"@ngrx/store": "8.0.0-beta.2",
"@ngrx/store-devtools": "8.0.0-beta.2",
"@ngx-translate/core": "11.0.1",
"@piges/auth-angular": "0.0.10",
"@swimlane/dragula": "3.8.0",
"@swimlane/ngx-charts": "11.1.0",
"@swimlane/ngx-datatable": "15.0.0",
"@swimlane/ngx-dnd": "7.0.0",
"@types/jspdf": "1.3.3",
"@types/prismjs": "1.16.0",
"ag-grid-angular": "23.2.1",
"ag-grid-community": "23.2.1",
"aig-commerce": "1.0.10",
"aig-entity-manager": "1.1.0",
"aig-generic": "1.0.0",
"aig-italianlegislation": "1.5.0",
"aig-management": "1.2.2",
"aig-solidarety": "1.1.2",
"aig-standard": "1.3.1",
"aig-wallet": "1.3.2",
"angular-calendar": "0.27.8",
"angular-in-memory-web-api": "0.8.0",
"api-gest": "2.1.0",
"chart.js": "2.8.0",
"classlist.js": "1.1.20150312",
"d3": "5.9.2",
"date-fns": "1.30.1",
"hammerjs": "2.0.8",
"jspdf": "1.5.3",
"lodash": "4.17.15",
"mat-table-exporter": "1.2.5",
"moment": "2.24.0",
"ng2-charts": "2.2.4",
"ngrx-store-freeze": "0.2.4",
"ngx-color-picker": "7.5.0",
"ngx-cookie-service": "2.2.0",
"ngx-print": "1.2.0-beta.4",
"ngx-webstorage": "4.0.1",
"perfect-scrollbar": "1.4.0",
"primeicons": "1.0.0",
"primeng": "8.1.1",
"prismjs": "1.16.0",
"rxjs": "6.5.2",
"ts-md5": "1.2.4",
"web-animations-js": "github:angular/web-animations-js#release_pr208",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.800.0",
"@angular/cli": "8.3.28",
"@angular/compiler-cli": "8.2.14",
"@angular/language-service": "8.2.14",
"@angularclass/hmr": "2.1.3",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/lodash": "4.14.132",
"@types/node": "8.9.5",
"codelyzer": "5.0.1",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"protractor": "5.4.2",
"ts-node": "7.0.1",
"tslib": "1.9.3",
"tslint": "5.15.0",
"typescript": "3.4.5",
"webpack-bundle-analyzer": "3.3.2"
}
}