-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.39 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
{
"name": "volleyballkurs",
"version": "1.0.0",
"description": "Template with Angular 5 and Bootstrap 4",
"author": "Eusorov <[email protected]>",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/eusorov/volleyball.git"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"rimraf": "rimraf",
"start": "node server.js",
"build": "npm run clean:dist && ng build",
"build:prod": "npm run build -- --prod",
"build:prod:aot": "npm run build:prod -- --aot",
"build:ci": "npm run build:prod && npm run build:prod:aot",
"test": "ng test -sr",
"lint": "ng lint",
"clean": "npm run rimraf -- node_modules doc typings coverage dist",
"clean:dist": "npm run rimraf -- dist",
"postinstall": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "5.2.2",
"@angular/cli": "^1.6.6",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/compiler-cli": "^5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/platform-server": "5.2.2",
"@angular/router": "5.2.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@types/jquery": "2.0.41",
"angular2-moment": "^1.8.0",
"animate.css": "3.5.2",
"bcrypt-nodejs": "0.0.3",
"bootstrap": "^4.0.0",
"chroma-js": "1.3.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"enhanced-resolve": "^3.3.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"helmet": "^3.10.0",
"http-status-codes": "^1.3.0",
"ionicons": "2.0.1",
"jquery": "3.2.1",
"jquery-slimscroll": "1.3.8",
"moment": "^2.20.1",
"mongoose": "^5.0.1",
"morgan": "^1.9.0",
"ng-recaptcha": "^3.0.3",
"nodemailer": "^4.4.2",
"normalize.css": "^6.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github2": "^0.1.11",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"rimraf": "2.6.1",
"roboto-fontface": "^0.8.0",
"rxjs": "^5.5.6",
"typescript": "^2.6.2",
"zone.js": "0.8.11"
},
"devDependencies": {
"@types/node": "6.0.69"
}
}