-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"main": "src/main.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/clipboard": "^1.4.0",
"@react-native-community/picker": "1.6.6",
"capital-case": "^1.0.3",
"change-case": "^4.1.1",
"expo": "^39.0.0",
"expo-status-bar": "~1.0.2",
"lodash": "^4.17.20",
"lower-case": "^2.0.1",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-appearance": "^0.3.4",
"react-native-picker-select": "^8.0.1",
"react-native-sass-transformer": "^1.4.0",
"react-native-shapes": "^0.1.0",
"react-native-web": "^0.13.16",
"sentence-case": "^3.0.3",
"sponge-case": "^1.0.0",
"upper-case": "^2.0.1"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}