-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
25 lines (25 loc) · 1006 Bytes
/
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
{
"name": "expo-template-bare-minimum-tvos",
"description": "This bare project template includes a minimal setup for using unimodules with React Native tvOS.",
"version": "47.0.9-alpha1",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild --template https://github.com/abdullahceylan/expo-template-bare-minimum-tvos --no-install",
"prebuild:android": "expo prebuild -p android --template https://github.com/abdullahceylan/expo-template-bare-minimum-tvos",
"prebuild:ios": "expo prebuild -p ios --template https://github.com/abdullahceylan/expo-template-bare-minimum-tvos --no-install"
},
"dependencies": {
"expo": "~47.0.0",
"expo-splash-screen": "~0.16.0",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "npm:[email protected]"
},
"devDependencies": {
"@babel/core": "^7.12.9"
}
}