@umituz/react-native-design-system-theme
Version:
Theme management system for React Native apps - Colors, design tokens, and theme state management
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "@umituz/react-native-design-system-theme",
"version": "1.6.0",
"description": "Theme management system for React Native apps - Colors, design tokens, and theme state management",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "tsc --noEmit",
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"version:patch": "npm version patch -m 'chore: release v%s'",
"version:minor": "npm version minor -m 'chore: release v%s'",
"version:major": "npm version major -m 'chore: release v%s'"
},
"keywords": [
"react-native",
"theme",
"colors",
"design-tokens",
"light-theme",
"dark-theme",
"zustand"
],
"author": "Ümit UZ <umit@umituz.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umituz/react-native-design-system-theme"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.21.0",
"react": ">=18.2.0",
"react-native": ">=0.74.0",
"zustand": "^5.0.2"
},
"peerDependenciesMeta": {
"@umituz/react-native-design-system": {
"optional": false
}
},
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@types/react": "^18.2.45",
"@types/react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.74.0",
"typescript": "^5.3.3",
"zustand": "^5.0.2"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"README.md",
"LICENSE"
]
}