-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 899 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 899 Bytes
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
{
"name": "ng2-webpack",
"version": "1.0.0",
"description": "simple yet powerful (because of webpack) angular2 configuration",
"main": "src/main.ts",
"author": "Damian Martyniak",
"scripts": {
"start": "webpack",
"dev": "webpack-dev-server --inline --content-base dist"
},
"license": "ISC",
"dependencies": {
"angular2": "^2.0.0-beta.12",
"core-js": "^2.2.1",
"flexstyl": "^1.1.0",
"rxjs": "^5.0.0-beta.4",
"zone.js": "^0.6.6"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"html-loader": "^0.4.3",
"jade": "^1.11.0",
"jade-html-loader": "0.0.3",
"raw-loader": "^0.5.1",
"stylus": "^0.54.2",
"stylus-loader": "^2.0.0",
"ts-loader": "^0.8.1",
"typescript": "^1.8.9",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}