-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 914 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
32
{
"name": "ReactNativeLoginApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "16.6.3",
"react-native": "0.58.6",
"react-native-animatable": "^1.3.1",
"react-native-elements": "^1.1.0",
"react-native-material-textfield": "AlexisLeon/react-native-material-textfield",
"react-native-really-awesome-button": "^1.4.0",
"react-native-svg": "^9.2.4",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.3.2"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.3.1",
"jest": "24.3.1",
"metro-react-native-babel-preset": "^0.53.0",
"react-native-svg-transformer": "^0.12.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}