@safewaystore/native-ui
Version:
A awesome React Native UI by SafeWay Store.
37 lines (36 loc) • 896 B
JSON
{
"name": "@safewaystore/native-ui",
"version": "0.0.1",
"description": "A awesome React Native UI by SafeWay Store.",
"main": "src/index.ts",
"homepage": "https://safewaystore.github.io/native-ui/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/safewaystore/native-ui"
},
"keywords": [
"react-native",
"react-native-ui",
"safeway-store"
],
"author": "Mattheus Machado",
"license": "",
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.60.4"
},
"devDependencies": {
"@types/styled-components": "^4.1.18",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3"
},
"dependencies": {
"styled-components": "^4.3.2"
}
}