-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 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
33
{
"name": "LetsChat",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "npm start -- --reset-cache",
"start": "node node_modules/react-native/local-cli/cli.js start",
"flow": "./node_modules/flow-bin/cli.js",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.4",
"moment": "^2.20.0",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-contacts": "1.0.0",
"react-native-contacts-wrapper": "https://github.com/gevorg94/react-native-contacts-wrapper.git",
"react-native-firebase": "^3.1.1",
"react-native-navigation": "^1.1.309"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"flow-bin": "0.57.1",
"flow-typed": "2.1.5",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}