forked from callstack/react-native-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"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": "webpack-dev-server --open"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@callstack/react-theme-provider": "^1.0.7",
"@expo/vector-icons": "^8.0.0",
"@reach/router": "^1.2.1",
"create-react-context": "^0.2.3",
"expo": "^31.0.3",
"file-loader": "^3.0.1",
"react": "16.5.0",
"react-art": "^16.7.0",
"react-lifecycles-compat": "^3.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz",
"react-native-web": "^0.10.0-alpha.3",
"react-navigation": "^2.18.2",
"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-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-expo": "^5.0.0",
"css-loader": "^2.1.0",
"expo-cli": "^2.3.8",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"resolutions": {
"**/create-react-context": "0.2.3",
"**/hoist-non-react-statics": "2.5.0",
"**/react-lifecycles-compat": "3.0.4",
"**/react": "16.5.0"
}
}