-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 871 Bytes
/
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
{
"name": "react_navigation_exercise",
"version": "0.0.2",
"author": "[email protected]",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"android": "react-native run-android"
},
"dependencies": {
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-gesture-handler": "1.0.12",
"react-navigation": "3.0.9",
"styled-components": "4.1.3"
},
"devDependencies": {
"@types/react": "16.7.18",
"@types/react-native": "0.57.23",
"@types/styled-components": "4.1.4",
"babel-jest": "23.6.0",
"babel-plugin-styled-components": "1.10.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3",
"typescript": "3.2.2"
},
"jest": {
"preset": "react-native"
}
}