forked from jackhutu/jackblog-angular2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.88 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
{
"name": "jackblog-angular2",
"version": "1.2.2",
"description": "Jackblog angular 2.x 版",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"pm2-start": "pm2 start process.json",
"pm2-restart": "pm2 restart process.json",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackhutu/jackblog-angular2.git"
},
"keywords": [
"angular2",
"jackblog"
],
"author": "Jack Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jackhutu/jackblog-angular2/issues"
},
"homepage": "https://github.com/jackhutu/jackblog-angular2#readme",
"dependencies": {
"express": "^4.13.4",
"pm2": "^1.1.2",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"angular2": "2.0.0-beta.15",
"angular2-cookies": "0.0.2",
"awesome-typescript-loader": "^0.16.2",
"bootstrap": "^3.3.6",
"core-js": "^2.2.2",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"es6-promise": "^3.1.2",
"es6-promise-loader": "^1.0.1",
"es6-shim": "0.35.0",
"es7-reflect-metadata": "1.6.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.1",
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-nodemon": "^2.0.6",
"gulp-sequence": "^0.4.5",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.15.0",
"image-webpack-loader": "^1.7.0",
"jackblog-sass": "^1.0.4",
"ng2-bootstrap": "1.0.13",
"open": "0.0.5",
"raw-loader": "^0.5.1",
"rxjs": "5.0.0-beta.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-node": "^0.7.2",
"tslint": "^3.7.4",
"tslint-loader": "^2.1.0",
"typedoc": "^0.3.12",
"typescript": "^1.8.10",
"typings": "^0.7.12",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"zone.js": "0.6.11"
}
}