-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.06 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
{
"name": "angular-admin-template",
"version": "1.3.0",
"author": "https://angular-templates.io",
"contributors": [
"Agustin Haller <agustin@startapplabs.com>",
"Dayana Jabif <dayana@startapplabs.com>"
],
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint angular-admin-template",
"build:client-and-server-bundles": "ng build --prod && ng run angular-admin-template:server:production",
"build:ssr": "npm run build:client-and-server-bundles && npm run compile:server",
"compile:server": "tsc -p server.tsconfig.json",
"serve:ssr": "node dist/server"
},
"pre-commit": [
"lint"
],
"dependencies": {
"@agm/core": "^1.0.0-beta.7",
"@angular-devkit/build-angular": "^0.8.9",
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/cli": "^7.0.5",
"@angular/common": "^7.1.0",
"@angular/compiler": "7.1.0",
"@angular/core": "^7.1.0",
"@angular/forms": "7.1.0",
"@angular/http": "7.1.0",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "7.1.0",
"@angular/platform-browser-dynamic": "7.1.0",
"@angular/platform-server": "7.1.0",
"@angular/router": "7.1.0",
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
"@nguniversal/common": "^7.0.2",
"@nguniversal/express-engine": "^7.0.2",
"@nguniversal/module-map-ngfactory-loader": "^7.0.2",
"@syncfusion/ej2-angular-navigations": "^17.4.39",
"ag-grid-angular": "^20.2.0",
"ag-grid-community": "^20.2.0",
"angular-6-social-login-fixed": "^1.0.2",
"angular-google-charts": "^0.1.6",
"angular-oauth2-oidc": "^8.0.4",
"bootstrap": "^4.4.1",
"bootstrap-sass": "3.3.7",
"chart.js": "^2.9.3",
"core-js": "^2.4.1",
"d3": "3.5.17",
"font-awesome": "4.7.0",
"google-libphonenumber": "^2.0.19",
"hammerjs": "^2.0.8",
"intersection-observer": "^0.4.3",
"intl-tel-input": "^14.0.6",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"ng-social-login": "^1.0.6",
"ng2-charts": "^2.3.0",
"ng2-completer": "^2.0.8",
"ng2-nouislider": "^1.7.13",
"ng2-nvd3": "2.0.0",
"ngx-bootstrap": "^5.2.0",
"ngx-google-places-autocomplete": "^2.0.4",
"ngx-image-cropper": "^2.0.2",
"ngx-intl-tel-input": "^2.3.1",
"ngx-pagination": "^5.0.0",
"ngx-slick": "^0.2.1",
"ngx-slick-carousel": "^0.4.6",
"node-sass": "^4.12.0",
"nouislider": "^12.1.0",
"nvd3": "1.8.5",
"popper.js": "^1.16.0",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.3.3",
"rxjs-tslint": "^0.1.6",
"slick-carousel": "^1.8.1",
"xlsx": "^0.15.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "7.1.0",
"@angular/language-service": "7.1.0",
"@types/chart.js": "^2.9.8",
"@types/node": "^8.0.30",
"codelyzer": "^4.0.2",
"cpy-cli": "^1.0.1",
"http-server": "^0.10.0",
"pre-commit": "^1.2.2",
"reflect-metadata": "^0.1.10",
"ts-loader": "^4.2.0",
"tslint": "^5.7.0",
"typescript": "3.1.6"
},
"precommit": {
"run": "tslint"
}
}