forked from DMKCode/timer_angular2_rxjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "timer_angular2_rxjs",
"version": "1.0.0",
"description": "",
"main": "bootstrap.ts",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"lint": "tslint ./src/**/*.ts",
"postinstall": "typings install",
"start": "webpack-dev-server --config webpack/webpack.dev.js",
"typings": "typings"
},
"keywords": [],
"author": "David Kananda",
"license": "ISC",
"dependencies": {
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0",
"@angular/http": "~2.1.0",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.1.0",
"@angular/upgrade": "~2.1.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25",
"node-sass": "^3.4.2"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.42",
"concurrently": "^2.0.0",
"copy-webpack-plugin": "^1.1.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.10.0",
"img-loader": "^1.2.2",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"ts-loader": "^0.8.2",
"tslint": "^3.6.0",
"tslint-loader": "^2.1.3",
"typescript": "^2.0.3",
"typings": "^0.7.9",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}