mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "esteemreact",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"devDependencies": {
|
||
|
"jest-expo": "~27.0.0",
|
||
|
"react-native-scripts": "1.14.0",
|
||
|
"react-test-renderer": "16.3.1"
|
||
|
},
|
||
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
||
|
"scripts": {
|
||
|
"start": "react-native-scripts start",
|
||
|
"eject": "react-native-scripts eject",
|
||
|
"android": "react-native-scripts android",
|
||
|
"ios": "react-native-scripts ios",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "jest-expo"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"dsteem": "^0.9.0",
|
||
|
"expo": "^27.0.1",
|
||
|
"invariant": "^2.2.4",
|
||
|
"moment": "^2.22.2",
|
||
|
"native-base": "^2.7.1",
|
||
|
"react": "16.3.1",
|
||
|
"react-content-loader": "^3.1.2",
|
||
|
"react-native": "~0.55.2",
|
||
|
"react-native-iphone-x-helper": "^1.0.3",
|
||
|
"react-navigation": "^2.6.2",
|
||
|
"react-navigation-header-buttons": "^1.2.1",
|
||
|
"react-navigation-material-bottom-tabs": "^0.3.0",
|
||
|
"react-navigation-tabs": "^0.5.1",
|
||
|
"rn-placeholder": "^1.2.0"
|
||
|
}
|
||
|
}
|