mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 01:49:30 +08:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
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-actionsheet-api": "^1.0.4",
|
|
"react-native-datepicker": "^1.7.2",
|
|
"react-native-device-info": "^1.6.1",
|
|
"react-native-elements": "^0.19.0",
|
|
"react-native-firebase": "^5.5.5",
|
|
"react-native-image-crop-picker": "^0.24.1",
|
|
"react-native-image-pan-zoom": "^2.1.11",
|
|
"react-native-image-progress": "^1.1.1",
|
|
"react-native-image-resizer": "^1.0.0",
|
|
"react-native-iphone-x-helper": "^1.2.1",
|
|
"react-native-keyboard-spacer": "^0.4.1",
|
|
"react-native-navigation": "^2.18.5",
|
|
"react-native-root-toast": "^3.0.0",
|
|
"react-native-smart-xgpush": "0.0.6",
|
|
"react-native-tab-view": "^1.3.0",
|
|
"react-native-vector-icons": "^4.5.0",
|
|
"rn-fetch-blob": "^0.10.15"
|
|
},
|
|
"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"
|
|
}
|
|
}
|