Files
react-native-paper/example/package.json
Satyajit Sahoo 22ffb9ae73 chore: add react-native-web example. closes #671
This example is missing the drawer, but all other examples are there. There are rendering issues with few components on the web. Hopefully this example will make it easier to identify these issues and fix them in future.
2019-01-27 14:38:27 +01:00

51 lines
1.5 KiB
JSON

{
"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 --mode development --open --hot"
},
"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",
"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"
},
"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",
"url-loader": "^1.1.2",
"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"
}
}