-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 2.33 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
72
73
74
75
76
{
"nativescript": {
"id": "whatsmyscore.breakoutdeveloper.com",
"tns-android": {
"version": "3.0.0"
},
"tns-ios": {
"version": "3.0.0"
}
},
"scripts": {
"tslint": "tslint \"app/**/*.ts\"",
"ns-bundle": "ns-bundle",
"start-android-bundle": "npm run ns-bundle --android --start-app",
"start-ios-bundle": "npm run ns-bundle --ios --start-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
},
"dependencies": {
"@angular/common": "~4.1.0",
"@angular/compiler": "~4.1.0",
"@angular/core": "~4.1.0",
"@angular/forms": "~4.1.0",
"@angular/http": "~4.1.0",
"@angular/platform-browser": "~4.1.0",
"@angular/router": "~4.1.0",
"angular2-moment": "^1.3.3",
"ionicons": "~2.0.0",
"lodash": "^4.13.1",
"moment": "~2.18.1",
"nativescript-angular": "~3.0.0",
"nativescript-cardview": "^2.0.0-rc.0",
"nativescript-enumerable": "~3.3.7",
"nativescript-fancyalert": "^1.1.2",
"nativescript-floatingactionbutton": "^3.0.0",
"nativescript-pulltorefresh": "^2.0.0-rc.1",
"nativescript-social-share": "~1.3.2",
"nativescript-telerik-ui": "~2.0.1",
"nativescript-theme-core": "~1.0.2",
"nativescript-videoplayer": "^3.0.5",
"ngx-pipes": "~1.5.10",
"reflect-metadata": "~0.1.8",
"rxjs": "^5.3.1",
"tns-core-modules": "^3.0.0",
"underscore": "~1.8.3",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/compiler-cli": "~4.1.0",
"@ngtools/webpack": "1.3.1",
"@types/lodash": "~4.14.64",
"@types/moment":"~2.13.0",
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.17.0",
"codelyzer": "^3.0.1",
"copy-webpack-plugin": "~4.0.1",
"extract-text-webpack-plugin": "~2.1.0",
"filewalker": "^0.1.3",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-sass": "^1.1.1",
"nativescript-dev-typescript": "^0.4.2",
"nativescript-dev-webpack": "^0.5.0",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.0.2",
"tslint": "^5.2.0",
"typescript": "~2.3.2",
"webpack": "~2.5.1",
"webpack-sources": "~0.2.3"
}
}