-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "ng2-boiler",
"version": "1.0.0",
"description": "Angular2 + Webpack Starter Project",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"start:hmr": "webpack-dev-server --env.HMR",
"build": "webpack --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amcdnl/ng2-boiler.git"
},
"keywords": [
"angular2",
"webpack",
"typescript"
],
"author": "Austin McDaniel",
"license": "ISC",
"bugs": {
"url": "https://github.com/amcdnl/ng2-boiler/issues"
},
"homepage": "https://github.com/amcdnl/ng2-boiler#readme",
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"core-js": "^2.4.0",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.17"
},
"devDependencies": {
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^1.0.1",
"@types/core-js": "^0.9.28",
"@types/node": "^6.0.31",
"autoprefixer": "^6.3.7",
"awesome-typescript-loader": "^2.2.1",
"chalk": "^1.1.3",
"css-loader": "^0.24.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.7.0",
"postcss": "^5.1.1",
"progress-bar-webpack-plugin": "^1.9.0",
"sass-loader": "^4.0.1",
"source-map-loader": "^0.1.5",
"style-loader": "0.13.1",
"ts-helpers": "1.1.1",
"tslint": "3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "2.0.0",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "2.1.0-beta.3",
"webpack-notifier": "^1.4.0"
}
}