-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "Rnwst2",
"version": "0.0.1",
"private": true,
"scripts": {
"rn-start": "node node_modules/react-native/local-cli/cli.js start",
"rn-test": "jest",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"ios": "react-native run-ios",
"android": "react-native run-android"
},
"dependencies": {
"@react-navigation/core": "^3.0.0",
"@react-navigation/web": "^1.0.0-alpha.7",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-navigation": "^2.13.7",
"react": "16.6.3",
"react-art": "^16.6.3",
"react-dom": "^16.6.3",
"react-native": "0.57.7",
"react-native-gesture-handler": "^1.0.10",
"react-native-vector-icons": "^6.1.0",
"react-native-web": "^0.9.8",
"react-navigation": "^3.0.4",
"react-scripts": "2.1.1",
"typescript": "^3.2.1"
},
"devDependencies": {
"@types/react-native": "^0.57.17",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.50.0",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}