-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "aot-form-controls-build-bug",
"version": "0.1.0",
"description": "AOT and Form Control build bug",
"author": "Qdouble <[email protected]>",
"main": "prodserver.js",
"files": [],
"scripts": {
"compile": " \"./node_modules/.bin/ngc\" -p src "
},
"dependencies": {
"@angular/common": "github:angular/common-builds",
"@angular/compiler": "github:angular/compiler-builds",
"@angular/compiler-cli": "github:angular/compiler-cli-builds",
"@angular/core": "github:angular/core-builds",
"@angular/forms": "github:angular/forms-builds",
"@angular/platform-browser": "github:angular/platform-browser-builds",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds",
"@angular/platform-server": "github:angular/platform-server-builds",
"@angular/tsc-wrapped": "github:angular/tsc-wrapped-builds",
"core-js": "^2.2.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.11",
"zone.js": "^0.6.17"
},
"devDependencies": {
"@types/core-js": "^0.9.28",
"@types/jasmine": "^2.2.31",
"@types/node": "^4.0.30",
"@types/source-map": "^0.1.26",
"typescript": "^2.0.2"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/qdouble/angular2webpack2-starter/issues"
},
"homepage": "https://github.com/qdouble/angular2webpack2-starter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/qdouble/angular2webpack2-starter.git"
}
}