-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.49 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.49 KB
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
36
37
38
39
40
41
42
43
{
"name": "chatApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"android": "react-native run-android",
"sync": "rm -rf ./node_modules/react-native-air-chat; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude __tests__ --exclude node_modules ../ ./node_modules/react-native-air-chat/' .. --glob='{**/*.json,**/*.js}'"
},
"dependencies": {
"@exponent/react-native-action-sheet": "git+https://github.com/FaridSafi/react-native-action-sheet.git",
"@yfuks/react-native-action-sheet": "0.0.3",
"color": "^1.0.3",
"fluxify": "^0.2.3",
"lodash.merge": "^4.0.0",
"md5": "^2.1.0",
"moment": "^2.17.1",
"react": "15.4.2",
"react-native": "0.40.0",
"react-native-database-model": "0.0.6",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-lightbox": "^0.6.0",
"react-native-loading-spinner-overlay": "^0.4.2",
"react-native-material-component": "^1.0.2",
"react-native-parsed-text": "0.0.16",
"react-native-sqlite-storage": "^3.2.2",
"react-native-swipe-list-view": "^0.4.0",
"react-native-vector-icons": "^4.0.0",
"shallowequal": "^0.2.2",
"socket.io": "^1.7.2"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}