-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
114 lines (114 loc) · 3.32 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
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "nawwar",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "node ./bin/www",
"build": "ng build",
"test": "nyc mocha ./tests/**/*.spec.js --exit --timeout 1200000",
"lint": "ng lint",
"e2e": "ng e2e",
"cover": "nyc report --reporter=html",
"postinstall": "ng build --prod --aot --env=prod"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.10",
"@angular/cdk": "^5.2.5",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/material": "^5.2.5",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"@ngx-loading-bar/core": "^1.6.0",
"@ngx-loading-bar/router": "^1.6.0",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^3.0.1",
"amazing-time-picker": "^1.5.3",
"angular-calendar": "^0.23.7",
"angular-star-rating": "^4.0.0-beta.3",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"compression": "^1.7.2",
"connect-flash": "*",
"cookie-parser": "~1.4.3",
"core-js": "^2.5.5",
"cors": "^2.8.4",
"css-star-rating": "^1.2.4",
"debug": "~2.6.9",
"email-templates": "^3.5.2",
"express": "~4.15.5",
"express-session": "^1.15.6",
"hammerjs": "^2.0.8",
"helmet": "^3.12.0",
"install": "^0.11.0",
"ion-rangeslider": "^2.2.0",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.2.0",
"moment": "^2.21.0",
"mongoose": "^5.0.11",
"mongoose-paginate": "^5.0.3",
"mongoose-random": "^0.1.1",
"mongoose-simple-random": "^0.4.1",
"mongoose-timestamp-date-unix": "^0.6.2",
"morgan": "^1.9.0",
"ng-gapi": "0.0.50",
"ng2-cloudinary": "^0.9.2",
"ngx-dropzone-wrapper": "^5.3.2",
"ngx-facebook": "^2.4.0",
"ngx-infinite-scroll": "^0.8.4",
"ngx-quill-editor": "^2.2.2",
"ngx-toastr": "^8.4.0",
"node-datetime": "*",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^4.0.0",
"pug": "^2.0.3",
"rxjs": "^5.5.6",
"sweetalert": "^2.1.0",
"validate.io-timestamp": "^1.0.2",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "1.6.7",
"@angular/compiler-cli": "^5.2.10",
"@angular/language-service": "^5.2.10",
"@types/jasmine": "^2.8.6",
"@types/jasminewd2": "~2.0.2",
"@types/jquery": "^3.3.1",
"@types/node": "^6.0.106",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"chaid": "^1.0.2",
"codelyzer": "^4.3.0",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-plugin-chai-friendly": "^0.4.1",
"istanbul": "^0.4.5",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^2.0.2",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"mocha": "^5.0.5",
"mockgoose": "^7.3.5",
"nyc": "^11.6.0",
"protractor": "~5.1.2",
"request": "^2.85.0",
"supertest": "^3.0.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~2.5.3"
}
}