forked from FaridSafi/ChatApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 739 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
{
"name": "ChatApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^3.4.1",
"react": "15.3.2",
"react-native": "0.35.0",
"react-native-gifted-chat": "0.0.10",
"react-native-router-flux": "^3.36.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"eslint": "^3.7.1",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-react-native": "^2.0.0",
"jest": "16.0.1",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
}
}