citizenship_app_news
Version:
News module for Citizenship project application
96 lines (95 loc) • 2.85 kB
JSON
{
"name": "citizenship_app_news",
"version": "1.0.5",
"description": "News module for Citizenship project application",
"main": "index.js",
"files": [
"src/"
],
"scripts": {
"test": "jest",
"flow": "flow",
"lint": "eslint .",
"bootstrap": "yarn && yarn --cwd example",
"example": "yarn --cwd example",
"release": "yarn release-it"
},
"keywords": [
"react-native",
"react-native-custom-style",
"responsive",
"style",
"custom",
"font",
"fontFamily",
"color"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/CitizenshipProjects/citizenship_app_news.git"
},
"author": "Abbas Moosavi",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/CitizenshipProjects/citizenship_app_news.git/issues"
},
"homepage": "https://gitlab.com/CitizenshipProjects/citizenship_app_news.git#readme",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/netinfo": "^4.1.3",
"joi-react-native": "^3.0.0",
"ramda": "^0.26.1",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-animatable": "^1.3.2",
"react-native-auto-scrolling": "^1.1.0",
"react-native-custom-style": "^1.0.5",
"react-native-custom-toast": "^1.0.4",
"react-native-gesture-handler": "^1.3.0",
"react-native-image-header-scroll-view": "^0.10.3",
"react-native-image-slider": "^2.0.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-localization": "^2.1.4",
"react-native-localize": "^1.1.4",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.2.0",
"react-native-modalbox": "^1.7.1",
"react-native-responsive-fontsize": "^0.2.1",
"react-native-responsive-screen": "^1.2.2",
"react-native-safe-area-view": "^0.14.6",
"react-native-tab-view": "^2.9.0",
"react-navigation": "^3.11.1",
"react-navigation-transitions": "^1.0.11",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.5",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16",
"rn-viewpager": "^1.2.9",
"seamless-immutable": "^7.1.4"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/__setup__/enzyme.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}