forked from nativescript-community/expo-nativescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 2.18 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
{
"main": "app.js",
"dependencies": {
"@nativescript-community/expo-contacts-nativescript-plugin": "file:../../dist/packages/expo-contacts-nativescript-plugin",
"@nativescript-community/expo-nativescript-adapter": "file:../../dist/packages/expo-nativescript-adapter",
"@nativescript-community/expo-nativescript-react-native-shim": "file:../../dist/packages/expo-nativescript-react-native-shim",
"@nativescript-community/expo-permissions": "file:../../dist/packages/expo-permissions",
"@nativescript-community/expo-permissions-nativescript-plugin": "file:../../dist/packages/expo-permissions-nativescript-plugin",
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"@react-navigation/core": "file:../../node_modules/@react-navigation/core",
"@unimodules/core": "file:../../node_modules/@unimodules/core",
"expo-contacts": "file:../../node_modules/expo-contacts",
"expo-permissions": "file:../../node_modules/expo-permissions",
"react": "file:../../node_modules/react",
"react-nativescript": "file:../../node_modules/react-nativescript",
"react-nativescript-navigation": "file:../../node_modules/react-nativescript-navigation",
"unimodules-file-system-interface": "file:../../node_modules/unimodules-file-system-interface",
"unimodules-permissions-interface": "file:../../node_modules/unimodules-permissions-interface"
},
"devDependencies": {
"@babel/core": "file:../../node_modules/@babel/core",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.6",
"@nativescript/types": "file:../../node_modules/@nativescript/types",
"@nativescript/webpack": "3.1.0-hmr.0",
"@pmmmwh/react-refresh-webpack-plugin": "file:../../node_modules/@pmmmwh/react-refresh-webpack-plugin",
"@types/react": "file:../../node_modules/@types/react",
"babel-loader": "file:../../node_modules/babel-loader",
"fork-ts-checker-webpack-plugin": "file:../../node_modules/fork-ts-checker-webpack-plugin",
"react-refresh": "file:../../node_modules/react-refresh",
"typescript": "file:../../node_modules/typescript"
}
}