|
4 | 4 | "license": "SEE LICENSE IN <your-license-filename>",
|
5 | 5 | "repository": "<fill-your-repository-here>",
|
6 | 6 | "dependencies": {
|
| 7 | + "@nativescript/core": "file:../../node_modules/@nativescript/core", |
| 8 | + "@nativescript/facebook": "file:../../packages/facebook", |
7 | 9 | "@nativescript/animated-circle": "file:../../packages/animated-circle",
|
8 | 10 | "@nativescript/appavailability": "file:../../packages/appavailability",
|
9 | 11 | "@nativescript/auto-fit-text": "file:../../packages/auto-fit-text",
|
10 | 12 | "@nativescript/background-http": "file:../../packages/background-http",
|
11 | 13 | "@nativescript/brightness": "file:../../packages/brightness",
|
12 | 14 | "@nativescript/camera": "file:../../packages/camera",
|
13 |
| - "@nativescript/core": "file:../../node_modules/@nativescript/core", |
14 | 15 | "@nativescript/datetimepicker": "file:../../packages/datetimepicker",
|
15 | 16 | "@nativescript/debug-android": "file:../../packages/debug-android",
|
16 | 17 | "@nativescript/debug-ios": "file:../../packages/debug-ios",
|
|
19 | 20 | "@nativescript/email": "file:../../packages/email",
|
20 | 21 | "@nativescript/fingerprint-auth": "file:../../packages/fingerprint-auth",
|
21 | 22 | "@nativescript/geolocation": "file:../../packages/geolocation",
|
| 23 | + "@nativescript/google-signin": "file:../../packages/google-signin", |
22 | 24 | "@nativescript/imagepicker": "file:../../packages/imagepicker",
|
23 | 25 | "@nativescript/ios-security": "file:../../packages/ios-security",
|
24 | 26 | "@nativescript/iqkeyboardmanager": "file:../../packages/iqkeyboardmanager",
|
25 | 27 | "@nativescript/local-notifications": "file:../../packages/local-notifications",
|
26 |
| - "@nativescript/localize": "file:../../dist/packages/localize", |
| 28 | + "@nativescript/localize": "file:../../packages/localize", |
27 | 29 | "@nativescript/picker": "file:../../packages/picker",
|
28 | 30 | "@nativescript/shared-notification-delegate": "file:../../packages/shared-notification-delegate",
|
29 | 31 | "@nativescript/social-share": "file:../../packages/social-share",
|
30 |
| - "@nativescript/zip": "file:../../packages/zip", |
31 |
| - "@nativescript/facebook": "file:../../packages/facebook", |
32 |
| - "@nativescript/google-signin": "file:../../packages/google-signin", |
33 |
| - "@nativescript/twitter": "file:../../packages/twitter" |
| 32 | + "@nativescript/twitter": "file:../../packages/twitter", |
| 33 | + "@nativescript/zip": "file:../../packages/zip" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 | 36 | "@nativescript/android": "~8.1.1",
|
|
0 commit comments