mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
33 lines
885 B
JSON
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"
|
|
}
|
|
}
|