{
"name": "css-universal-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"expo": "^26.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-native": "^0.54.2",
"react-native-scripts": "^1.13.1",
"react-native-svg-uri": "^1.2.3",
"react-scripts": "1.1.4",
"styled-components": "^3.2.5"
},
"main": "./src/App.mobile.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"ios": "react-native-scripts ios"
}
}
package.json
18