-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.43 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
67
68
69
70
71
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.myappname",
"tns-ios": {
"version": "2.5.0-2016-11-3-2"
},
"tns-android": {
"version": "2.5.0-next-2016-11-03-1349"
}
},
"dependencies": {
"@angular/common": "2.2.0-rc.0",
"@angular/compiler": "2.2.0-rc.0",
"@angular/core": "2.2.0-rc.0",
"@angular/forms": "2.2.0-rc.0",
"@angular/http": "2.2.0-rc.0",
"@angular/platform-browser": "2.2.0-rc.0",
"@angular/platform-browser-dynamic": "2.2.0-rc.0",
"@angular/router": "3.2.0-rc.0",
"babel-polyfill": "^6.16.0",
"babel-traverse": "^6.18.0",
"babylon": "^6.13.1",
"base64-js": "^1.2.0",
"ieee754": "^1.1.8",
"inherits": "^2.0.3",
"lazy": "^1.0.11",
"nativescript-angular": "1.1.3-2016-11-03-997",
"nativescript-intl": "0.0.4",
"nativescript-theme-core": "^0.1.3",
"parse5": "^2.2.3",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.1",
"tns-core-modules": "^2.5.0-2016-11-04-4670",
"ui": "^0.2.4"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-angular2-annotations": "5.1.0",
"babel-plugin-import-asserts": "2.1.0",
"babel-plugin-syntax-class-properties": "6.13.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-systemjs": "6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babel-preset-es2015": "^6.18.0",
"nativescript-dev-webpack": "0.2.4",
"shelljs": "^0.7.5",
"typescript": "^2.1.0-dev.20161104",
"webpack": "^2.1.0-beta.25",
"zone.js": "~0.6.21",
"webpack-sources": "~0.1.2",
"copy-webpack-plugin": "~3.0.1",
"awesome-typescript-loader": "~2.2.4",
"html-loader": "~0.4.3"
},
"scripts": {
"clean:android": "tns clean-app android",
"clean:ios": "tns clean-app ios",
"prepare:ios": "tns prepare ios --bundle --disable-npm-install",
"prepare:android": "tns prepare ios --bundle --disable-npm-install",
"start:ios": "tns run ios --bundle --disable-npm-install",
"start:android": "tns run android --bundle --disable-npm-install"
}
}