-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
88 lines (88 loc) · 2.81 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
{
"name": "humpback-web",
"version": "1.0.0",
"description": "humpback management website",
"main": "src/server/index.js",
"scripts": {
"start": "gulp dev",
"build": "gulp release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humpback/humpback-web.git"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/humpback/humpback-web/issues"
},
"homepage": "https://github.com/humpback/humpback-web#readme",
"dependencies": {
"@types/file-saver": "^1.3.0",
"@types/js-yaml": "^3.11.1",
"@types/request": "^2.47.0",
"body-parser": "^1.17.1",
"brace": "^0.11.1",
"compression": "^1.6.2",
"console-stamp": "^0.2.5",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.5.0",
"express": "^4.15.2",
"express-http-proxy": "^1.6.2",
"express-session": "^1.15.1",
"file-saver": "^1.3.8",
"js-yaml": "^3.13.1",
"natives": "^1.1.6",
"nedb": "^1.8.0",
"nedb-session-store": "^1.1.1",
"ngx-bootstrap": "^2.0.4",
"uuid": "^3.0.1"
},
"devDependencies": {
"@angular/animations": "^4.0.1",
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/http": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"@angular/router": "^4.0.1",
"@angularclass/resolve-angular-routes": "^1.0.9",
"@types/core-js": "^0.9.40",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.12",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.1.2",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.26.4",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.4.0",
"gulp-develop-server": "^0.5.2",
"gulp-if": "^2.0.2",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jasmine-core": "^2.5.2",
"light-reload": "^0.2.0",
"ng2-select2": "^1.0.0-beta.10",
"node-notifier": "^4.6.1",
"progress-bar-webpack-plugin": "^1.9.3",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.10",
"run-sequence": "^1.2.2",
"rxjs": "^5.2.0",
"style-loader": "^0.13.2",
"typescript": "^2.2.2",
"webpack": "^2.3.2",
"webpack-merge": "^2.6.1",
"zone.js": "^0.7.8"
}
}