expo-dark-mode-switch
Version:
Dark-mode theme toggle with a universal Switch component
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "expo-dark-mode-switch",
"version": "0.0.2",
"description": "Dark-mode theme toggle with a universal Switch component",
"sideEffects": false,
"private": false,
"author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
"main": "build/index.js",
"types": "build/index.d.ts",
"homepage": "https://github.com/evanbacon/expo-dark-mode-switch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/evanbacon/expo-dark-mode-switch.git"
},
"bugs": {
"url": "https://github.com/evanbacon/expo-dark-mode-switch/issues"
},
"keywords": [
"expo",
"dark-mode",
"react-native-appearance",
"style",
"animation"
],
"license": "MIT",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"peerDependencies": {
"react-native": "*",
"react-native-svg": "~12.1.1"
},
"dependencies": {
"react-native-web-hooks": "^3.0.1"
},
"devDependencies": {
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"react-native-web-hooks": "~3.0.1",
"react-native-svg": "10.1.0",
"expo": "~42.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-web": "~0.13.12",
"eslint": "^6.8.0",
"expo-module-scripts": "~2.0.0",
"prettier": "^1.19.1"
}
}