forked from nativescript-community/expo-nativescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.44 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
{
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"@nativescript-community/expo-nativescript-adapter": "file:../../packages/expo-nativescript-adapter",
"@nativescript-community/expo-permissions-nativescript-plugin": "file:../../packages/expo-permissions-nativescript-plugin",
"@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-community/expo-contacts-nativescript-plugin": "file:../../packages/expo-contacts-nativescript-plugin",
"@nativescript-community/expo-nativescript-react-native-shim": "file:../../packages/expo-nativescript-react-native-shim",
"@nativescript-community/expo-permissions": "file:../../packages/expo-permissions"
},
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.6",
"@nativescript/webpack": "3.1.0-hmr.0",
"typescript": "file:../../node_modules/typescript"
}
}