timepill-app/package.json
xuwenyang 1ea2afe25c 1. 首页列表补充翻页更新,简化刷新和加载更多
2. 提出msg.js,用于显示提示消息
2019-05-09 13:47:09 +08:00

33 lines
885 B
JSON

{
"name": "Timepill",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.4",
"base-64": "^0.1.0",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-device-info": "^1.6.1",
"react-native-elements": "^0.19.0",
"react-native-iphone-x-helper": "^1.0.2",
"react-native-navigation": "^1.1.376",
"react-native-root-toast": "^3.0.0",
"react-native-vector-icons": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}