-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "expo start -c",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "echo IF YOU DO THIS YOU DO IT MANUALLY... BEWARE - ./node_modules/.bin/expo eject",
"storybook": "STORYBOOK=true expo start -c"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.5",
"@react-navigation/core": "^5.0.0-alpha.24",
"@react-navigation/drawer": "5.0.0-alpha.22",
"@react-navigation/native": "^5.0.0-alpha.16",
"@react-navigation/stack": "^5.0.0-alpha.37",
"expo": "^35.0.0",
"expo-font": "^7.0.0",
"lodash": "^4.17.15",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-hook-form": "^3.28.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.2.0",
"react-native-safe-area-context": "~0.3.6",
"react-native-screens": "~1.0.0-alpha.23",
"react-native-ui-lib": "^3.40.3",
"react-native-web": "^0.11.7",
"react-navigation-header-buttons": "^3.0.4",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react-native": "^5.2.6",
"babel-loader": "^8.0.6",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-preset-expo": "^7.1.0",
"prettier": "^1.19.1"
},
"private": true
}