-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
131 lines (131 loc) · 3.96 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "mean",
"version": "4.0.0",
"description": "MEAN Stack Template for Angular 2 and Docker",
"main": "server/main.ts",
"author": "Victor Leach <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/Vmlweb/MEAN-AngularJS-2#readme",
"repository": {
"type": "git",
"url": "https://github.com/Vmlweb/MEAN-AngularJS-2"
},
"bugs": {
"url": "https://github.com/Vmlweb/MEAN-AngularJS-2/issues"
},
"devDependencies": {
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/router": "^5.2.5",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
"@types/async": "^2.0.44",
"@types/body-parser": "1.16.8",
"@types/compression": "0.0.35",
"@types/express": "^4.0.37",
"@types/helmet": "0.0.37",
"@types/jasmine": "^2.6.0",
"@types/jquery": "^3.2.15",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.0.2",
"@types/morgan": "^1.7.33",
"@types/node": "^9.4.6",
"@types/semantic-ui": "^2.2.6",
"@types/webpack": "^3.0.13",
"@types/webpack-env": "^1.13.2",
"@types/winston": "^2.3.6",
"angular2-router-loader": "^0.3.5",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"beepbeep": "^1.2.1",
"command-exists": "^1.2.2",
"compression-webpack-plugin": "^1.0.1",
"core-js": "^2.5.1",
"css-loader": "0.28.9",
"cucumber": "^2.3.1",
"cucumber-junit": "^1.7.0",
"decache": "^4.2.0",
"del": "^3.0.0",
"dockerode": "^2.5.2",
"extract-text-webpack-plugin": "^3.0.1",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"gulp": "gulpjs/gulp#4.0",
"gulp-chmod": "^2.0.0",
"gulp-chown": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-istanbul": "^1.1.2",
"gulp-jasmine": "^3.0.0",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.3",
"gulp-tar": "^2.0.0",
"gulp-tslint": "^8.1.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"inject-loader": "^3.0.1",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^3.0.0",
"jasmine-core": "^2.8.0",
"jasmine-reporters": "^2.2.1",
"jasmine-spec-reporter": "^4.2.1",
"jquery": "^3.2.1",
"karma": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.5",
"less-loader": "^4.0.5",
"nodemon": "^1.17.1",
"null-loader": "^0.1.1",
"openurl": "^1.1.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"phantomjs-prebuilt": "^2.1.15",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.10.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"rxjs": "^5.5.0",
"selfsigned": "^1.10.2",
"semantic-ui-less": "^2.2.12",
"semantic-ui-less-module-loader": "^1.0.0",
"style-loader": "^0.20.2",
"through2": "^2.0.3",
"to-string-loader": "^1.1.5",
"tslint": "^5.8.0",
"typescript": "^2.5.3",
"undertaker-forward-reference": "^1.0.2",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.11.1",
"webpack-env": "^0.8.0",
"webpack-obfuscator": "^0.14.2",
"xolvio-jasmine-expect": "^1.1.0",
"zone.js": "^0.8.18"
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"express": "^4.16.2",
"express-mongo-sanitize": "^1.3.2",
"helmet": "^3.9.0",
"moment": "^2.19.1",
"mongoose": "^5.0.6",
"morgan": "^1.9.0",
"pm2": "^2.7.2",
"promise-catcher": "^0.4.2",
"the-vladiator": "^1.3.3",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
}
}