-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "ng2-brunch",
"description": "Brunch with Angular 2",
"author": "Colin Bate <colin@colinbate.com>",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/colinbate/ng2-brunch"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build",
"build:prod": "brunch build --production",
"test": "tsc && tslint app/**/*.ts app/*.ts",
"lint": "tslint app/**/*.ts app/*.ts"
},
"license": "MIT",
"keywords": [
"brunch",
"skeleton",
"angular",
"ng2",
"angular2",
"typescript",
"starter",
"template",
"generator"
],
"dependencies": {
"@angular/common": "^2.4.5",
"@angular/compiler": "^2.4.5",
"@angular/core": "^2.4.5",
"@angular/forms": "^2.4.5",
"@angular/http": "^2.4.5",
"@angular/platform-browser": "^2.4.5",
"@angular/platform-browser-dynamic": "^2.4.5",
"@angular/router": "^3.4.5",
"@types/es6-shim": "^0.31.32",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.3",
"tslib": "^1.4.0",
"zone.js": "^0.7.4"
},
"devDependencies": {
"auto-reload-brunch": "2.7.1",
"brunch": "2.6.0 - 2.8.0 || >2.8.1",
"brunch-typescript": "2.1.0",
"clean-css-brunch": "^2.0.0",
"codelyzer": "2.0.0-beta.4",
"environment-brunch": "^1.0.0",
"inline-css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"tslint": "^4.4.2",
"typescript": "^2.1.5",
"uglify-js-brunch": "^2.0.1"
}
}