-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 2.84 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 2.84 KB
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
{
"main": "./src/main.ts",
"dependencies": {
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"@nativescript/jetpack-compose": "file:../../dist/packages/jetpack-compose",
"@nativescript/animated-circle": "file:../../dist/packages/animated-circle",
"@nativescript/appavailability": "file:../../dist/packages/appavailability",
"@nativescript/apple-sign-in": "file:../../dist/packages/apple-sign-in",
"@nativescript/auto-fit-text": "file:../../dist/packages/auto-fit-text",
"@nativescript/background-http": "file:../../dist/packages/background-http",
"@nativescript/biometrics": "file:../../dist/packages/biometrics",
"@nativescript/brightness": "file:../../dist/packages/brightness",
"@nativescript/camera": "file:../../dist/packages/camera",
"@nativescript/contacts": "file:../../dist/packages/contacts",
"@nativescript/datetimepicker": "file:../../dist/packages/datetimepicker",
"@nativescript/debug-android": "file:../../dist/packages/debug-android",
"@nativescript/debug-ios": "file:../../dist/packages/debug-ios",
"@nativescript/detox": "file:../../dist/packages/detox",
"@nativescript/directions": "file:../../dist/packages/directions",
"@nativescript/email": "file:../../dist/packages/email",
"@nativescript/facebook": "file:../../dist/packages/facebook",
"@nativescript/fingerprint-auth": "file:../../dist/packages/fingerprint-auth",
"@nativescript/geolocation": "file:../../dist/packages/geolocation",
"@nativescript/google-maps": "file:../../dist/packages/google-maps",
"@nativescript/google-signin": "file:../../dist/packages/google-signin",
"@nativescript/haptics": "file:../../dist/packages/haptics",
"@nativescript/imagepicker": "file:../../dist/packages/imagepicker",
"@nativescript/ionic-portals": "file:../../dist/packages/ionic-portals",
"@nativescript/ios-security": "file:../../dist/packages/ios-security",
"@nativescript/iqkeyboardmanager": "file:../../dist/packages/iqkeyboardmanager",
"@nativescript/local-notifications": "file:../../dist/packages/local-notifications",
"@nativescript/localize": "file:../../dist/packages/localize",
"@nativescript/pdf": "file:../../dist/packages/pdf",
"@nativescript/picker": "file:../../dist/packages/picker",
"@nativescript/shared-notification-delegate": "file:../../dist/packages/shared-notification-delegate",
"@nativescript/social-share": "file:../../dist/packages/social-share",
"@nativescript/swift-ui": "file:../../dist/packages/swift-ui",
"@nativescript/theme-switcher": "file:../../dist/packages/theme-switcher",
"@nativescript/twitter": "file:../../dist/packages/twitter",
"@nativescript/zip": "file:../../dist/packages/zip",
"@nativescript/mmkv": "file:../../dist/packages/mmkv",
"@nativescript/mmkv-metal": "file:../../dist/packages/mmkv-metal"
},
"devDependencies": {
"@nativescript/android": "~8.4.0",
"@nativescript/ios": "~8.4.0"
}
}