1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "huiliaoIm",
- "main": "node_modules/expo/AppEntry.js",
- "private": true,
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "eject": "expo eject",
- "test": "node ./node_modules/jest/bin/jest.js --watchAll",
- "debug": "open rndebugger://set-debugger-loc?host=localhost&port=19000"
- },
- "jest": {
- "preset": "jest-expo"
- },
- "dependencies": {
- "@expo/samples": "2.1.1",
- "antd-mobile-rn": "^2.2.1",
- "expo": "29.0.0",
- "prop-types": "^15.5.10",
- "react": "16.3.1",
- "react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
- "react-native-keyboard-aware-scroll-view": "^0.7.0",
- "react-native-qrcode": "^0.2.7",
- "react-navigation": "^2.11.2",
- "react-navigation-redux-helpers": "^2.0.0-beta.1",
- "react-redux": "^5.0.6",
- "redux": "^3.7.2"
- },
- "devDependencies": {
- "babel-jest": "^22.4.1",
- "flow-bin": "^0.74.0",
- "jest": "^22.1.3",
- "jest-expo": "29.0.0",
- "react-native-scripts": "^1.3.1",
- "react-test-renderer": "16.0.0"
- }
- }
|