forked from juniorabranches/react-native-loginExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 804 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 804 Bytes
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
{
"name": "loginExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-elements": "^0.17.0",
"react-native-fast-image": "^1.0.0",
"react-native-form-validation": "^1.0.4",
"react-native-masonry": "^0.4.2",
"react-native-material-dropdown": "^0.4.2",
"react-native-search-box": "0.0.12",
"react-native-tabs": "^1.0.9",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.13"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}