UNPKG

react-native-themed-stylesheet

Version:
91 lines (90 loc) 2.16 kB
{ "name": "react-native-themed-stylesheet", "version": "0.3.3", "description": "React Native StyleSheets with Theming Support", "author": "Andre Pedroza", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/andreppedroza/react-native-themed-stylesheet.git" }, "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "storybook" ], "scripts": { "build": "tsc", "test": "jest --verbose", "test:coverage": "npm test -- --coverage=true --collectCoverage" }, "keywords": [ "react native", "theme", "theming", "stylesheet", "dark-theme", "dark-mode", "expo", "react-native-appearance" ], "peerDependencies": { "@storybook/addons": "*", "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.12.16", "@storybook/addons": "^5.3", "@testing-library/react-hooks": "^5.0.3", "@types/jest": "^26.0.20", "@types/react": "^17.0.1", "@types/react-native": "^0.63.48", "@types/react-test-renderer": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "babel-jest": "^26.6.3", "eslint": "^7.19.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.22.0", "jest": "^26.6.3", "react": "16.13.1", "react-native": "0.63.4", "react-test-renderer": "16.13.1", "ts-jest": "^26.5.1", "typescript": "~4.0.0" }, "jest": { "preset": "react-native", "globals": { "ts-jest": { "tsconfig": { "jsx": "react" } } }, "transform": { "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js", "^.+\\.tsx?$": "ts-jest" }, "testMatch": [ "<rootDir>/tests/with*.ts" ], "collectCoverageFrom": [ "<rootDir>/src/index.ts" ], "moduleFileExtensions": [ "js", "ts", "tsx" ] }, "dependencies": { "ts-deepmerge": "^1.0.6" } }