-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.66 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
{
"name": "angular2-onsenui-kitchensink",
"version": "0.0.4",
"description": "Kitchen Sink example for Angular 2 bindings for Onsen UI.",
"scripts": {
"build": "webpack --inline --colors --progress --display-error-details --display-cached",
"watch": "npm run build -- --watch",
"server": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base src --open",
"start": "npm run server"
},
"author": "Ilia Yatchev <iliaskywalker@gmail.com>",
"license": "MIT",
"devDependencies": {
"awesome-typescript-loader": "3.0.0-beta.18",
"es6-promise": "4.0.5",
"es6-shim": "0.35.2",
"source-map-loader": "0.1.6",
"typescript": "2.1.5",
"typings": "2.1.0",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-merge": "2.4.0"
},
"dependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/compiler-cli": "2.4.3",
"@angular/core": "2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/platform-server": "2.4.3",
"@angular/router": "3.4.3",
"@types/core-js": "0.9.35",
"angular2-onsenui": "1.0.0-rc.4",
"core-js": "2.4.1",
"onsenui": "2.0.5",
"reflect-metadata": "0.1.9",
"rxjs": "5.0.3",
"zone.js": "0.7.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnsenUI/angular2-onsenui-kitchensink.git"
},
"bugs": {
"url": "https://github.com/OnsenUI/angular2-onsenui-kitchensink/issues"
},
"homepage": "https://github.com/OnsenUI/angular2-onsenui-kitchensink#readme"
}