-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "ng2-router-gulp",
"version": "1.0.0",
"scripts": {
"lint": "tslint -t verbose -c tslint.json ./process/ts/**/*.ts"
},
"description": "Famous angular 2 tutorial: tour of heroes with gulpjs",
"repository": "ibqn/ng2-router-gulp",
"dependencies": {
"@angular/common": "^4.0.2",
"@angular/compiler": "^4.0.2",
"@angular/core": "^4.0.2",
"@angular/forms": "^4.0.2",
"@angular/http": "^4.0.2",
"@angular/platform-browser": "^4.0.2",
"@angular/platform-browser-dynamic": "^4.0.2",
"@angular/router": "^4.0.2",
"@angular/animations": "^4.0.2",
"angular-in-memory-web-api": "^0.3.1",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.3.0",
"systemjs": "^0.20.12",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angular/compiler-cli": "^4.0.2",
"@angular/platform-server": "^4.0.2",
"@types/core-js": "^0.9.41",
"@types/node": "^7.0.12",
"browser-sync": "^2.18.8",
"connect-logger": "0.0.1",
"gulp": "^3.9.1",
"gulp-changed": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-filter": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.5.1",
"gulp-typescript": "^3.1.6",
"gulp-util": "^3.0.8",
"node-cmd": "^2.0.0",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"tslint": "^4.5.1",
"typescript": "^2.2.2"
}
}