dopenative
Version:
A utility-first React Native Framework for Web, iOS and Android, compatible with Expo
59 lines (58 loc) • 1.28 kB
JSON
{
"name": "dopenative",
"version": "0.0.24",
"description": "A utility-first React Native Framework for Web, iOS and Android, compatible with Expo",
"main": "src/index.js",
"scripts": {
"precommit": "yarn lint",
"lint": "eslint src/**.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dopenative/dopenative.git"
},
"keywords": [
"android",
"ios",
"react native",
"bootstrap",
"nativebase",
"expo",
"component library",
"tailwind",
"material",
"cupertino",
"react native web",
"theming",
"react"
],
"author": "Florian Marcu",
"license": "MIT",
"bugs": {
"url": "https://github.com/dopenative/dopenative/issues"
},
"homepage": "https://dopenative.com",
"dependencies": {
"@react-native-async-storage/async-storage": "1.15.11",
"babel-loader": "^8.2.3",
"expo-localization": "11.0.0",
"i18n-js": "3.8.0",
"react-native-appearance": "^0.3.4"
},
"devDependencies": {
"eslint": "8.2.0",
"jest": "^26.0.1",
"jest-expo": "^40.0.1",
"prettier": "2.4.1",
"react": "17.0.1",
"react-native": "0.64.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"files": [
"src"
]
}