forked from nativescript-community/expo-nativescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 2.25 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
{
"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",
"@unimodules/core": "file:../../node_modules/@unimodules/core",
"expo-contacts": "file:../../node_modules/expo-contacts",
"expo-permissions": "file:../../node_modules/expo-permissions",
"unimodules-file-system-interface": "file:../../node_modules/unimodules-file-system-interface",
"unimodules-permissions-interface": "file:../../node_modules/unimodules-permissions-interface",
"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",
"@nativescript-community/expo-nativescript-adapter": "file:../../dist/packages/expo-nativescript-adapter",
"@nativescript-community/expo-permissions-nativescript-plugin": "file:../../dist/packages/expo-permissions-nativescript-plugin",
"@nativescript-community/expo-contacts-nativescript-plugin": "file:../../dist/packages/expo-contacts-nativescript-plugin",
"@nativescript-community/expo-nativescript-react-native-shim": "file:../../dist/packages/expo-nativescript-react-native-shim",
"@nativescript-community/expo-permissions": "file:../../dist/packages/expo-permissions"
},
"devDependencies": {
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.6",
"@nativescript/webpack": "3.1.0-hmr.0",
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
"typescript": "file:../../node_modules/typescript"
}
}