-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.86 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": "dynamix",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ng build --aot --prod",
"start": "node server.js",
"deploy": "git push origin master && git push heroku master"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.3",
"@angular/animations": "^7.2.4",
"@angular/cdk": "^7.3.1",
"@angular/common": "^7.2.4",
"@angular/compiler": "^7.2.4",
"@angular/core": "^7.2.4",
"@angular/forms": "^7.2.4",
"@angular/http": "^7.2.4",
"@angular/material": "^7.3.1",
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/platform-server": "^7.2.4",
"@angular/router": "^7.2.4",
"@ngrx/core": "^1.2.0",
"@ngrx/store": "^7.2.0",
"@nicky-lenaers/ngx-scroll-to": "^2.0.0",
"@swimlane/ngx-datatable": "^14.0.0",
"@types/jquery": "^3.3.4",
"@types/snapsvg": "^0.5.0",
"@types/typed.js": "^2.0.0",
"@types/waypoints": "^4.0.1",
"animate.css": "^3.6.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.1",
"compass": "^0.1.1",
"compass-mixins": "^0.12.10",
"core-js": "^2.6.4",
"easy-pie-chart": "~2.1.7",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"jquery.appear": "^1.0.1",
"masonry-layout": "^4.2.2",
"multer": "^1.4.0",
"ng-circle-progress": "^1.1.1",
"ngx-bootstrap": "^3.0.1",
"ngx-easypiechart": "0.1.7",
"ngx-isotope": "^0.1.7",
"ngx-perfect-scrollbar": "^7.2.0",
"ngx-swiper-wrapper": "^7.2.1",
"path": "^0.12.7",
"plyr": "^3.3.22",
"popper.js": "^1.14.3",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.4.0",
"snapsvg": "^0.5.1",
"tether": "^1.4.4",
"typed.js": "^2.0.8",
"waypoints": "^4.0.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.1",
"@angular/cli": "^7.3.1",
"@angular/compiler-cli": "^7.2.4",
"@angular/language-service": "^7.2.4",
"@types/jasmine": "^3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^10.12.24",
"codelyzer": "^4.5.0",
"enhanced-resolve": "^4.1.0",
"include-media": "^1.4.9",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"protractor": "^5.4.2",
"rxjs-tslint": "^0.1.6",
"ts-node": "~8.0.2",
"tslint": "^5.12.1",
"typescript": "^3.2.4"
},
"engines": {
"node": "8.11.2",
"npm": "6.1.0"
}
}