Skip to content

Commit 0dfa767

Browse files
committed
Create package.json
1 parent 94ebe8d commit 0dfa767

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "blog-learning-react-native",
3+
"version": "1.0.0",
4+
"main": "node_modules/expo/AppEntry.js",
5+
"scripts": {
6+
"start": "expo start",
7+
"android": "expo start --android",
8+
"ios": "expo start --ios",
9+
"web": "expo start --web",
10+
"eject": "expo eject"
11+
},
12+
"dependencies": {
13+
"expo": "~43.0.0",
14+
"expo-status-bar": "~1.1.0",
15+
"react": "17.0.1",
16+
"react-dom": "17.0.1",
17+
"react-native": "0.64.2",
18+
"react-native-web": "0.17.1"
19+
},
20+
"devDependencies": {
21+
"@babel/core": "^7.12.9"
22+
},
23+
"private": true
24+
}

0 commit comments

Comments
 (0)