UNPKG

rn-material-ui-textfield

Version:
183 lines (182 loc) 4.34 kB
{ "name": "rn-material-ui-textfield", "version": "1.0.9", "description": "Material UI textfield", "keywords": [ "react", "react-component", "react-native", "ios", "android", "material", "material-ui", "input", "textinput", "field", "textfield", "floating", "label" ], "repository": { "type": "git", "url": "git://github.com/gabrieldonadel/rn-material-ui-textfield.git" }, "license": "BSD-3-Clause", "contributors": [ "Gabriel Donadel Dall'Agnol <gabrieldallagnol@outlook.com>", "Alexander Nazarov <n4kz@n4kz.com>" ], "main": "lib/commonjs/index", "module": "lib/module/index", "source": "src/index", "react-native": "src/index", "types": "lib/typescript/index.d.ts", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-super-styles.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "bootstrap": "yarn example && yarn && yarn pods", "example": "yarn --cwd example", "jest": "jest", "lint": "eslint \"**/*.{js,ts,tsx}\"", "pods": "cd example && pod-install --quiet", "prepare": "bob build", "release": "release-it", "test": "eslint index.js src && jest --silent", "typescript": "tsc --noEmit" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "eslintConfig": { "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] }, "root": true }, "eslintIgnore": [ "node_modules/", "lib/" ], "jest": { "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/expo-example/node_modules", "<rootDir>/lib/" ], "preset": "react-native" }, "dependencies": { "deprecated-react-native-prop-types": "^2.3.0", "prop-types": "^15.5.9" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.5.5", "@commitlint/config-conventional": "^11.0.0", "@react-native-community/eslint-config": "^2.0.0", "@release-it/conventional-changelog": "^2.0.0", "@types/invariant": "^2.2.35", "@types/jest": "^26.0.0", "@types/react": "^16.9.19", "@types/react-native": "0.62.13", "babel-eslint": "^10.0.0", "babel-jest": "^24.9.0", "commitlint": "^11.0.0", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-native": "^3.7.0", "eslint-plugin-react-perf": "^3.3.0", "husky": "^6.0.0", "jest": "^26.0.1", "metro-react-native-babel-preset": "^0.56.0", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "16.13.1", "react-native": "0.63.4", "react-native-builder-bob": "^0.18.0", "react-test-renderer": "16.10.2", "release-it": "^14.2.2", "typescript": "^4.1.3" }, "peerDependencies": { "react": ">=16.3.0", "react-native": ">=0.55.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", [ "module", { "configFile": "./.babelrc" } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } } }