UNPKG

react-native-windows

Version:
135 lines (134 loc) 3.75 kB
{ "name": "react-native-windows", "version": "0.64.0", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:microsoft/react-native-windows.git", "directory": "vnext" }, "description": "React Native for Windows", "main": "./index.windows.js", "typings": "./typings-index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "flow-check": "flow check", "lint:fix": "just-scripts lint:fix", "lint": "just-scripts lint", "start": "react-native start", "validate-overrides": "react-native-platform-override validate" }, "dependencies": { "@babel/runtime": "^7.0.0", "@jest/create-cache-key-function": "^26.5.0", "@react-native-community/cli": "^5.0.1-alpha.0", "@react-native-community/cli-platform-android": "^5.0.1-alpha.0", "@react-native-community/cli-platform-ios": "^5.0.1-alpha.0", "@react-native-windows/cli": "0.64.0", "@react-native/assets": "1.0.0", "@react-native/normalize-color": "1.0.0", "@react-native/polyfills": "1.0.0", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2", "event-target-shim": "^5.0.1", "hermes-engine": "~0.7.0", "invariant": "^2.2.4", "jsc-android": "^245459.0.0", "metro-babel-register": "0.64.0", "metro-react-native-babel-transformer": "0.64.0", "metro-runtime": "0.64.0", "metro-source-map": "0.64.0", "nullthrows": "^1.1.1", "pretty-format": "^26.5.2", "promise": "^8.0.3", "prop-types": "^15.7.2", "react-devtools-core": "^4.6.0", "react-native-codegen": "^0.0.6", "react-refresh": "^0.4.0", "regenerator-runtime": "^0.13.2", "scheduler": "^0.20.1", "shelljs": "^0.8.4", "stacktrace-parser": "^0.1.3", "use-subscription": "^1.0.0", "whatwg-fetch": "^3.0.0", "ws": "^6.1.4" }, "devDependencies": { "@rnw-scripts/eslint-config": "0.1.6", "@types/react": "16.9.0", "@types/react-native": "^0.63.18", "eslint": "7.12.0", "eslint-plugin-prettier": "2.6.2", "flow-bin": "^0.137.0", "jscodeshift": "^0.11.0", "just-scripts": "^0.44.7", "prettier": "1.19.1", "react": "17.0.1", "react-native": "0.64.0", "react-native-platform-override": "^0.4.3", "react-native-windows-codegen": "0.1.10", "react-refresh": "^0.4.0", "react-shallow-renderer": "16.14.1", "typescript": "^3.8.3" }, "peerDependencies": { "react": "17.0.1", "react-native": "^0.64.0-rc.1" }, "beachball": { "defaultNpmTag": "latest", "gitTags": true, "disallowedChangeTypes": [ "major", "minor", "prerelease" ] }, "files": [ "/codegen", "/Chakra", "/Common", "/DeforkingPatches", "/Folly", "/generate.js", "/include", "/jest", "/JSI", "/Libraries", "!/Libraries/**/*.windesktop.*", "/Microsoft.ReactNative", "/Microsoft.ReactNative.Cxx", "/Microsoft.ReactNative.Managed", "/Microsoft.ReactNative.Managed.CodeGen", "/Microsoft.ReactNative.SharedManaged", "/Mso", "/PropertySheets", "/ReactCommon", "/Scripts", "/Shared", "/stubs", "/template", "/.flowconfig", "/Directory.Build.props", "/Directory.Build.targets", "/index.js", "/index.windows.d.ts", "/index.windows.d.ts.map", "/index.windows.js", "/index.windows.js.map", "/interface.js", "/just-task.js", "/LICENCE", "/metro-react-native-platform.js", "/metro.config.js", "/react-native.config.js", "/typings-index.d.ts", "/typings-index.d.ts.map", "/typings-index.js", "/typings-index.js.map", "/rn-get-polyfills.js" ], "promoteRelease": true }