UNPKG

simple-theme

Version:

Lightweight and highly-customizable theming package for your React Native apps

54 lines (53 loc) 1.42 kB
{ "name": "simple-theme", "version": "0.0.8", "description": "Lightweight and highly-customizable theming package for your React Native apps", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/andrewtelkamp/simple-theme.git" }, "keywords": [ "react-native", "react-native-theming", "react-native-dark-mode", "react-native-theme", "stylesheet", "theming", "theme", "dark-mode", "ui" ], "author": "Andrew Telkamp", "license": "MIT", "bugs": { "url": "https://github.com/andrewtelkamp/simple-theme/issues" }, "homepage": "https://github.com/andrewtelkamp/simple-theme#readme", "devDependencies": { "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/preset-env": "^7.7.6", "@babel/runtime": "^7.7.6", "@react-native-community/eslint-config": "^0.0.5", "babel-core": "^6.26.3", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "eslint": "^6.7.2", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.57.0", "react-dom": "^16.12.0", "react-test-renderer": "^16.12.0" }, "dependencies": { "@babel/preset-flow": "^7.7.4", "jest-enzyme": "^7.1.2", "react": "^16.12.0", "react-native": "^0.61.5" } }