@material-native-ui/theme-provider
Version:
React Native Theme a abstraction over StyleSheet.
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "@material-native-ui/theme-provider",
"version": "0.0.5",
"description": "React Native Theme a abstraction over StyleSheet.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/material-native-ui/theme-provider.git"
},
"author": "Masoud Soroush",
"license": "MIT",
"private": false,
"files": [
"lib/"
],
"keywords": [
"StyleSheet",
"React",
"Native",
"react-native",
"Theme",
"Paint",
"Themeable",
"Styles",
"react-theme-provider",
"react-native-theme-provider"
],
"bugs": {
"url": "https://github.com/material-native-ui/theme-provider/issues"
},
"homepage": "https://github.com/material-native-ui/theme-provider#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib"
},
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"eslint": "^6.8.0"
},
"sideEffects": false,
"peerDependencies": {
"react": "*"
}
}