-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
37 lines (37 loc) · 1.25 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
{
"name": "react-native-web-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"expo": "^30.0.0",
"react": "16.5.1",
"react-dom": "^16.5.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-web": "^0.11.2"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"web": "react-scripts start",
"build-web": "react-scripts build",
"start-expo": "expo start",
"start-native": "react-native-scripts start",
"eject-native": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "echo 'not supported' && exit 1"
},
"jest": {
"preset": "jest-expo"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.11.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-expo": "^4.0.0",
"flow-bin": "^0.66.0",
"react-art": "16.5.1",
"react-native-scripts": "^1.13.1",
"react-scripts": "1.1.4",
"react-test-renderer": "16.5.1"
}
}