forked from reactnativecomponent/react-native-chat-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.09 KB
/
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
{
"name": "ImDemo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-base": "^2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
"react-native-amap-geolocation": "https://github.com/reactnativecomponent/react-native-amap-geolocation",
"react-native-amap3d": "^0.3.3",
"react-native-image-crop-picker": "^0.16.0",
"react-native-imui": "git+https://github.com/reactnativecomponent/react-native-imui.git",
"react-native-navigation": "^1.1.287",
"react-native-netease-im": "git+https://github.com/reactnativecomponent/react-native-netease-im.git",
"react-native-simple-toast": "git+https://github.com/hzlgit/react-native-simple-toast.git",
"react-native-svg": "^5.4.1",
"react-native-swipe-list-view": "^0.4.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "3.0.1",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}