-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
61
62
63
64
65
66
{
"name": "webpack2-angular2-es6-sass-starter",
"version": "0.0.0",
"description": "An Angular 2 Webpack Starter kit",
"keywords": [
"angular2",
"webpack",
"ES6"
],
"author": "Pankaj Badukale <Pankajbadukale@gmail.com>",
"homepage": "",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server"
},
"dependencies": {
"@angular/common": "2.4.6",
"@angular/compiler": "2.4.6",
"@angular/core": "2.4.6",
"@angular/forms": "2.4.6",
"@angular/http": "2.4.6",
"@angular/platform-browser": "2.4.6",
"@angular/platform-browser-dynamic": "2.4.6",
"@angular/platform-server": "2.4.6",
"@angular/router": "3.4.6",
"core-js": "2.4.1",
"ie-shim": "0.1.0",
"jasmine-core": "2.5.2",
"reflect-metadata": "0.1.9",
"rxjs": "5.0.2",
"zone.js": "0.7.6"
},
"devDependencies": {
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-preset-es2015": "6.22.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.26.0",
"extract-text-webpack-plugin": "~2.0.0-rc.3",
"html-webpack-plugin": "2.28.0",
"lodash": "4.17.4",
"ng2es6helper": "git+https://github.com/pankajbadukale/ng2es6helperJS.git",
"node-sass": "4.5.0",
"raw-loader": "0.5.1",
"sass-loader": "5.0.1",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"webpack": "2.2.0",
"webpack-dev-server": "2.3.0",
"webpack-dll-bundles-plugin": "1.0.0-beta.5"
},
"repository": {
"type": "git",
"url": "https://github.com/pankajbadukale/webpack2-angular2-es6-sass-starter.git"
},
"bugs": {
"url": "https://github.com/pankajbadukale/webpack2-angular2-es6-sass-starter/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}