-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.85 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.85 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
{
"name": "ir-v-1.0",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "rm -rf dist && concurrently \"webpack --watch --colors\" \"nodemon server\""
},
"dependencies": {
"@agm/core": "^1.0.0-beta.0",
"@angular/common": "4.3.0",
"@angular/compiler": "4.3.0",
"@angular/core": "4.3.0",
"@angular/forms": "4.3.0",
"@angular/http": "4.3.0",
"@angular/platform-browser": "4.3.0",
"@angular/platform-browser-dynamic": "4.3.0",
"@angular/router": "4.3.0",
"@angularclass/hmr": "1.0.1",
"@angularclass/hmr-loader": "3.0.2",
"@types/core-js": "0.9.35",
"@types/hammerjs": "2.0.34",
"@types/jquery": "2.0.47",
"@types/materialize-css": "^0.98.0",
"@types/node": "6.0.38",
"angular2-router-loader": "^0.3.5",
"body-parser": "~1.4.2",
"concurrently": "^3.5.0",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "4.0.1",
"core-js": "^2.4.1",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "~4.5.1",
"express-session": "^1.15.5",
"hammerjs": "2.0.8",
"html-webpack-plugin": "2.24.1",
"html-webpack-pug-plugin": "0.0.3",
"jquery": "^3.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"materialize-css": "^0.100.2",
"method-override": "~2.0.2",
"moment": "^2.18.1",
"ng-recaptcha": "^3.0.0",
"ng2-spinning-preloader": "^1.0.29",
"ngx-uploader": "^3.3.11",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-rc.3",
"pug-html-loader": "1.1.5",
"redis": "^2.8.0",
"rxjs": "5.1.0",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.1",
"typescript": "2.1.4",
"uglifyjs-webpack-plugin": "^0.4.6",
"uuid": "^3.1.0",
"zone.js": "0.8.4"
},
"devDependencies": {
"@types/jquery": "^2.0.47",
"@types/node": "6.0.45",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "3.0.4",
"css-loader": "0.26.4",
"eslint": "3.11.1",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.9.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.16.1",
"node-sass": "4.0.0",
"null-loader": "0.1.1",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.8",
"rimraf": "2.5.2",
"sass-loader": "4.0.2",
"style-loader": "0.13.2",
"tslint": "4.0.2",
"tslint-loader": "3.3.0",
"typescript": "2.3.1",
"webpack": "2.2.1",
"webpack-build": "1.0.1",
"webpack-concat-plugin": "1.2.0",
"webpack-dashboard": "0.2.0",
"webpack-dev-middleware": "1.8.4",
"webpack-dev-server": "2.4.1",
"webpack-hot-middleware": "2.13.2",
"webpack-merge": "3.0.0"
}
}