Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Dec 5, 2020
1 parent f0e2071 commit 45c0a9f
Show file tree
Hide file tree
Showing 50 changed files with 1,329 additions and 462 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm run setup
npm start
```

- @triniwiz/nativescript-accelerometer
- @triniwiz/nativescript-accordion
- @triniwiz/nativescript-autocomplete
- @triniwiz/nativescript-awesome-loaders
Expand Down
131 changes: 66 additions & 65 deletions apps/demo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,68 @@
{
"main": "main.js",
"dependencies": {
"@angular/animations": "file:../../node_modules/@angular/animations",
"@angular/common": "file:../../node_modules/@angular/common",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "file:../../node_modules/@angular/forms",
"@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
"@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
"@angular/router": "file:../../node_modules/@angular/router",
"@nativescript/angular": "file:../../node_modules/@nativescript/angular",
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
"reflect-metadata": "file:../../node_modules/reflect-metadata",
"rxjs": "file:../../node_modules/rxjs",
"zone.js": "file:../../node_modules/zone.js",
"@triniwiz/nativescript-pager": "file:../../dist/packages/nativescript-pager",
"@triniwiz/nativescript-accordion": "file:../../dist/packages/nativescript-accordion",
"@triniwiz/nativescript-autocomplete": "file:../../dist/packages/nativescript-autocomplete",
"@triniwiz/nativescript-awesome-loaders": "file:../../dist/packages/nativescript-awesome-loaders",
"@triniwiz/nativescript-aws-sdk": "file:../../dist/packages/nativescript-aws-sdk",
"@triniwiz/nativescript-aws-sdk-s3": "file:../../dist/packages/nativescript-aws-sdk-s3",
"@triniwiz/nativescript-card-io": "file:../../dist/packages/nativescript-card-io",
"@triniwiz/nativescript-couchbase": "file:../../dist/packages/nativescript-couchbase",
"@triniwiz/nativescript-ddp-login": "file:../../dist/packages/nativescript-ddp-login",
"@triniwiz/nativescript-downloader": "file:../../dist/packages/nativescript-downloader",
"@triniwiz/nativescript-fancy-camera": "file:../../dist/packages/nativescript-fancy-camera",
"@triniwiz/nativescript-fancy-list-view": "file:../../dist/packages/nativescript-fancy-list-view",
"@triniwiz/nativescript-ffmpeg": "file:../../dist/packages/nativescript-ffmpeg",
"@triniwiz/nativescript-here": "file:../../dist/packages/nativescript-here",
"@triniwiz/nativescript-image-cache-it": "file:../../dist/packages/nativescript-image-cache-it",
"@triniwiz/nativescript-image-zoom": "file:../../dist/packages/nativescript-image-zoom",
"@triniwiz/nativescript-imageoptimize": "file:../../dist/packages/nativescript-imageoptimize",
"@triniwiz/nativescript-mongo-stitch-core": "file:../../dist/packages/nativescript-mongo-stitch-core",
"@triniwiz/nativescript-mongo-stitch-sdk": "file:../../dist/packages/nativescript-mongo-stitch-sdk",
"@triniwiz/nativescript-mongo-stitch-services-mongodb-remote": "file:../../dist/packages/nativescript-mongo-stitch-services-mongodb-remote",
"@triniwiz/nativescript-nested-scrollview": "file:../../dist/packages/nativescript-nested-scrollview",
"@triniwiz/nativescript-popup": "file:../../dist/packages/nativescript-popup",
"@triniwiz/nativescript-pubnub": "file:../../dist/packages/nativescript-pubnub",
"@triniwiz/nativescript-pusher-beams": "file:../../dist/packages/nativescript-pusher-beams",
"@triniwiz/nativescript-pusher-channels": "file:../../dist/packages/nativescript-pusher-channels",
"@triniwiz/nativescript-radar-io": "file:../../dist/packages/nativescript-radar-io",
"@triniwiz/nativescript-sinch": "file:../../dist/packages/nativescript-sinch",
"@triniwiz/nativescript-socketio": "file:../../dist/packages/nativescript-socketio",
"@triniwiz/nativescript-splashscreen": "file:../../dist/packages/nativescript-splashscreen",
"@triniwiz/nativescript-sse": "file:../../dist/packages/nativescript-sse",
"@triniwiz/nativescript-star-ratings": "file:../../dist/packages/nativescript-star-ratings",
"@triniwiz/nativescript-stripe": "file:../../dist/packages/nativescript-stripe",
"@triniwiz/nativescript-textdrawable": "file:../../dist/packages/nativescript-textdrawable",
"@triniwiz/nativescript-toasty": "file:../../dist/packages/nativescript-toasty",
"@triniwiz/nativescript-tooltip": "file:../../dist/packages/nativescript-tooltip",
"@triniwiz/nativescript-twitter": "file:../../dist/packages/nativescript-twitter",
"@triniwiz/nativescript-video-editor": "file:../../dist/packages/nativescript-video-editor",
"@triniwiz/nativescript-videorecorder": "file:../../dist/packages/nativescript-videorecorder",
"@triniwiz/nativescript-webrtc": "file:../../dist/packages/nativescript-webrtc",
"@triniwiz/nativescript-youtubeplayer": "file:../../dist/packages/nativescript-youtubeplayer"
},
"devDependencies": {
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@nativescript/android": "~7.0.0",
"@nativescript/ios": "7.0.0",
"@nativescript/webpack": "~3.0.0",
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
"typescript": "file:../../node_modules/typescript"
}
"main": "main.js",
"dependencies": {
"@angular/animations": "file:../../node_modules/@angular/animations",
"@angular/common": "file:../../node_modules/@angular/common",
"@angular/compiler": "file:../../node_modules/@angular/compiler",
"@angular/core": "file:../../node_modules/@angular/core",
"@angular/forms": "file:../../node_modules/@angular/forms",
"@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
"@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
"@angular/router": "file:../../node_modules/@angular/router",
"@nativescript/angular": "file:../../node_modules/@nativescript/angular",
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
"reflect-metadata": "file:../../node_modules/reflect-metadata",
"rxjs": "file:../../node_modules/rxjs",
"zone.js": "file:../../node_modules/zone.js",
"@triniwiz/nativescript-pager": "file:../../dist/packages/nativescript-pager",
"@triniwiz/nativescript-accordion": "file:../../dist/packages/nativescript-accordion",
"@triniwiz/nativescript-autocomplete": "file:../../dist/packages/nativescript-autocomplete",
"@triniwiz/nativescript-awesome-loaders": "file:../../dist/packages/nativescript-awesome-loaders",
"@triniwiz/nativescript-aws-sdk": "file:../../dist/packages/nativescript-aws-sdk",
"@triniwiz/nativescript-aws-sdk-s3": "file:../../dist/packages/nativescript-aws-sdk-s3",
"@triniwiz/nativescript-card-io": "file:../../dist/packages/nativescript-card-io",
"@triniwiz/nativescript-couchbase": "file:../../dist/packages/nativescript-couchbase",
"@triniwiz/nativescript-ddp-login": "file:../../dist/packages/nativescript-ddp-login",
"@triniwiz/nativescript-downloader": "file:../../dist/packages/nativescript-downloader",
"@triniwiz/nativescript-fancy-camera": "file:../../dist/packages/nativescript-fancy-camera",
"@triniwiz/nativescript-fancy-list-view": "file:../../dist/packages/nativescript-fancy-list-view",
"@triniwiz/nativescript-ffmpeg": "file:../../dist/packages/nativescript-ffmpeg",
"@triniwiz/nativescript-here": "file:../../dist/packages/nativescript-here",
"@triniwiz/nativescript-image-cache-it": "file:../../dist/packages/nativescript-image-cache-it",
"@triniwiz/nativescript-image-zoom": "file:../../dist/packages/nativescript-image-zoom",
"@triniwiz/nativescript-imageoptimize": "file:../../dist/packages/nativescript-imageoptimize",
"@triniwiz/nativescript-mongo-stitch-core": "file:../../dist/packages/nativescript-mongo-stitch-core",
"@triniwiz/nativescript-mongo-stitch-sdk": "file:../../dist/packages/nativescript-mongo-stitch-sdk",
"@triniwiz/nativescript-mongo-stitch-services-mongodb-remote": "file:../../dist/packages/nativescript-mongo-stitch-services-mongodb-remote",
"@triniwiz/nativescript-nested-scrollview": "file:../../dist/packages/nativescript-nested-scrollview",
"@triniwiz/nativescript-popup": "file:../../dist/packages/nativescript-popup",
"@triniwiz/nativescript-pubnub": "file:../../dist/packages/nativescript-pubnub",
"@triniwiz/nativescript-pusher-beams": "file:../../dist/packages/nativescript-pusher-beams",
"@triniwiz/nativescript-pusher-channels": "file:../../dist/packages/nativescript-pusher-channels",
"@triniwiz/nativescript-radar-io": "file:../../dist/packages/nativescript-radar-io",
"@triniwiz/nativescript-sinch": "file:../../dist/packages/nativescript-sinch",
"@triniwiz/nativescript-socketio": "file:../../dist/packages/nativescript-socketio",
"@triniwiz/nativescript-splashscreen": "file:../../dist/packages/nativescript-splashscreen",
"@triniwiz/nativescript-sse": "file:../../dist/packages/nativescript-sse",
"@triniwiz/nativescript-star-ratings": "file:../../dist/packages/nativescript-star-ratings",
"@triniwiz/nativescript-stripe": "file:../../dist/packages/nativescript-stripe",
"@triniwiz/nativescript-textdrawable": "file:../../dist/packages/nativescript-textdrawable",
"@triniwiz/nativescript-toasty": "file:../../dist/packages/nativescript-toasty",
"@triniwiz/nativescript-tooltip": "file:../../dist/packages/nativescript-tooltip",
"@triniwiz/nativescript-twitter": "file:../../dist/packages/nativescript-twitter",
"@triniwiz/nativescript-video-editor": "file:../../dist/packages/nativescript-video-editor",
"@triniwiz/nativescript-videorecorder": "file:../../dist/packages/nativescript-videorecorder",
"@triniwiz/nativescript-webrtc": "file:../../dist/packages/nativescript-webrtc",
"@triniwiz/nativescript-youtubeplayer": "file:../../dist/packages/nativescript-youtubeplayer",
"@triniwiz/nativescript-accelerometer": "file:../../dist/packages/nativescript-accelerometer"
},
"devDependencies": {
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@nativescript/android": "~7.0.0",
"@nativescript/ios": "7.0.0",
"@nativescript/webpack": "~3.0.0",
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
"typescript": "file:../../node_modules/typescript"
}
}
Loading

0 comments on commit 45c0a9f

Please sign in to comment.