Skip to content

Commit 01ace5b

Browse files
authored
Merge branch 'master' into img_ab_icon_fonts
2 parents c4d4255 + 3e04e0a commit 01ace5b

File tree

87 files changed

+1341
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1341
-9
lines changed

.migration_backup/package.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "nativescript-sdk-examples-ng",
3+
"description": "NativeScript & Angular SDK Examples",
4+
"author": "Telerik <support@telerik.com>",
5+
"version": "0.1.0",
6+
"homepage": "https://github.com/NativeScript/nativescript-sdk-examples-ng",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/NativeScript/nativescript-sdk-examples-ng"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/NativeScript/nativescript-sdk-examples-ng/issues"
13+
},
14+
"keywords": [
15+
"NativeScript",
16+
"Angular",
17+
"SDK",
18+
"example",
19+
"documentation"
20+
],
21+
"license": "Apache-2.0",
22+
"nativescript": {
23+
"id": "org.nativescript.nativescriptsdkexamplesng",
24+
"tns-android": {
25+
"version": "6.0.0"
26+
},
27+
"tns-ios": {
28+
"version": "6.0.0"
29+
}
30+
},
31+
"dependencies": {
32+
"@angular/common": "8.0.0",
33+
"@angular/compiler": "8.0.0",
34+
"@angular/core": "8.0.0",
35+
"@angular/forms": "8.0.0",
36+
"@angular/http": "8.0.0-beta.10",
37+
"@angular/platform-browser": "8.0.0",
38+
"@angular/platform-browser-dynamic": "8.0.0",
39+
"@angular/router": "8.0.0",
40+
"nativescript-angular": "next",
41+
"nativescript-camera": "^4.4.0",
42+
"nativescript-geolocation": "^5.0.0",
43+
"nativescript-intl": "~3.0.0",
44+
"nativescript-theme-core": "^1.0.4",
45+
"reflect-metadata": "~0.1.12",
46+
"rxjs": "^6.3.3",
47+
"tns-core-modules": "rc",
48+
"zone.js": "^0.8.4"
49+
},
50+
"devDependencies": {
51+
"@angular/compiler-cli": "8.0.0",
52+
"@ngtools/webpack": "8.0.0",
53+
"codelyzer": "^3.0.1",
54+
"fs-extra": "^0.30.0",
55+
"glob": "^7.1.3",
56+
"lazy": "1.0.11",
57+
"markdown-snippet-injector": "^0.2.2",
58+
"nativescript-dev-webpack": "rc",
59+
"opener": "^1.4.1",
60+
"rimraf": "^2.5.3",
61+
"tar.gz": "^1.0.5",
62+
"tns-platform-declarations": "6.0.1",
63+
"tslint": "^5.11.0",
64+
"typescript": "3.4.5"
65+
},
66+
"scripts": {
67+
"pretsc": "npm install",
68+
"tsc": "tsc",
69+
"pretslint": "npm run tsc",
70+
"tslint": "tslint -p tsconfig.json",
71+
"prebuild": "npm run tslint",
72+
"build": "node scripts/build.js",
73+
"postbuild": "npm run inject && npm run archive",
74+
"inject": "mdinject --root=app --docsroot=dist/code-samples --sourceext=\".ts|.css|.html\" --snippettitles=\"TypeScript|CSS|HTML\"",
75+
"archive": "node scripts/archive.js",
76+
"update-webpack": "./node_modules/.bin/update-ns-webpack --deps --configs",
77+
"update-angular": "./node_modules/.bin/update-app-ng-deps",
78+
"update-app-ng-deps": "update-app-ng-deps",
79+
"ns-verify-bundle": "ns-verify-bundle"
80+
}
81+
}

0 commit comments

Comments
 (0)