-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 926 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
33
34
35
{
"name": "justicehub",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"chat-engine": "^0.9.5",
"chat-engine-emoji": "0.0.7",
"chat-engine-gravatar": "^0.0.8",
"chat-engine-markdown": "0.0.8",
"chat-engine-typing-indicator": "^0.0.9",
"moment": "^2.22.0",
"react": "16.3.0-alpha.2",
"react-native": "0.54.2",
"react-native-elements": "^1.0.0-beta4",
"react-native-htmlview": "^0.12.0",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.5.7",
"sha1": "^1.1.1",
"util": "^0.10.3"
},
"devDependencies": {
"babel-core": "^7.0.0-0",
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.6.0",
"react-test-renderer": "16.3.0-alpha.2"
},
"jest": {
"preset": "react-native"
}
}