1234567891011121314151617181920212223242526272829303132 |
- {
- "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"
- }
- }
|