forked from callstack/react-native-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.87 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "react-native-paper-example",
"version": "0.0.1",
"description": "Example for React Native Paper",
"author": "",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo android",
"ios": "expo ios",
"web": "expo start:web"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@callstack/react-theme-provider": "^3.0.2",
"@react-native-community/masked-view": "^0.1.1",
"@react-navigation/core": "^5.0.0-alpha.17",
"@react-navigation/drawer": "^5.0.0-alpha.16",
"@react-navigation/native": "^5.0.0-alpha.13",
"@react-navigation/stack": "^5.0.0-alpha.29",
"expo": "^35.0.0",
"expo-font": "~7.0.0",
"expo-keep-awake": "~7.0.0",
"file-loader": "^4.0.0",
"react": "16.8.3",
"react-art": "^16.7.0",
"react-dom": "16.8.3",
"react-lifecycles-compat": "^3.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.2.0",
"react-native-safe-area-context": "~0.3.6",
"react-native-safe-area-view": "^0.12.0",
"react-native-screens": "~1.0.0-alpha.23",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.7",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/react-navigation": "^2.13.10",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-expo": "^7.0.0",
"expo-cli": "^3.4.1"
},
"resolutions": {
"**/color": "3.1.2",
"**/hoist-non-react-statics": "3.3.0",
"**/react-lifecycles-compat": "3.0.4",
"**/react": "16.8.3"
}
}