forked from robinweser/fela
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"private": true,
"name": "example-angular2",
"version": "11.3.0",
"license": "MIT",
"scripts": {
"start": "npm run bundle & http-server -a 0.0.0.0 -p 9000",
"bundle": "webpack app/main.js app/dist/main.bundle.js --config webpack.config.js --watch -d"
},
"devDependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-angular2": "0.0.2",
"babel-preset-es2015": "6.9.0",
"es6-promise": "3.2.1",
"es6-shim": "0.35.1",
"fela": "4.2.6",
"fela-dom": "4.2.6",
"http-server": "0.9.0",
"localStorage": "1.0.3",
"node-uuid": "1.4.7",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"todomvc-app-css": "2.0.6",
"todomvc-common": "1.0.2",
"webpack": "1.13.1",
"zone.js": "0.6.12"
}
}