timepill-app/package.json
xuwenyang 4076fa7333 1. 提出loading组件
2. 底部导航构造json单独提出
3. 搞定icon问题
2019-05-08 17:13:45 +08:00

30 lines
773 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",
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-device-info": "^1.6.1",
"react-native-elements": "^0.19.0",
"react-native-navigation": "^1.1.376",
"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"
}
}