Ei kuvausta

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "react-native-webview",
  3. "description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
  4. "main": "index.ts",
  5. "author": "Jamon Holmgren <jamon@infinite.red>",
  6. "contributors": [
  7. "Thibault Malbranche <malbranche.thibault@gmail.com>"
  8. ],
  9. "license": "MIT",
  10. "version": "2.14.3",
  11. "homepage": "https://github.com/react-native-community/react-native-webview#readme",
  12. "scripts": {
  13. "ci:publish": "yarn semantic-release",
  14. "ci:test": "yarn ci:test:types && yarn ci:test:lint",
  15. "ci:test:types": "yarn tsc",
  16. "ci:test:lint": "yarn eslint . --max-warnings=0 --ext .js,.ts,.tsx",
  17. "eslint-check": "eslint --print-config . | eslint-config-prettier-check",
  18. "semantic-release": "semantic-release"
  19. },
  20. "peerDependencies": {
  21. "react": "^16.0",
  22. "react-native": "^0.57"
  23. },
  24. "dependencies": {
  25. "escape-string-regexp": "^1.0.5",
  26. "invariant": "^2.2.4"
  27. },
  28. "devDependencies": {
  29. "@semantic-release/git": "7.0.5",
  30. "@types/escape-string-regexp": "1.0.0",
  31. "@types/invariant": "^2.2.29",
  32. "@types/react": "16.7.7",
  33. "@types/react-native": "^0.57.6",
  34. "eslint": "5.9.0",
  35. "eslint-config-airbnb": "17.1.0",
  36. "eslint-config-prettier": "3.3.0",
  37. "eslint-plugin-import": "2.14.0",
  38. "eslint-plugin-jsx-a11y": "6.1.2",
  39. "eslint-plugin-react": "7.11.1",
  40. "eslint-plugin-react-native": "3.5.0",
  41. "eslint-plugin-typescript": "0.14.0",
  42. "react": "16.6.1",
  43. "react-native": "0.57.5",
  44. "semantic-release": "15.10.3",
  45. "typescript": "3.1.6",
  46. "typescript-eslint-parser": "21.0.2"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/react-native-community/react-native-webview.git"
  51. }
  52. }