UNPKG

react-native-windows

Version:
155 lines (154 loc) 4.35 kB
{ "name": "react-native-windows", "version": "0.82.3", "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", "types": "types", "scripts": { "build": "rnw-scripts build", "clean": "rnw-scripts clean", "flow-check": "rnw-scripts flow-check", "lint:fix": "rnw-scripts lint:fix", "lint": "rnw-scripts lint", "start": "npx @react-native-community/cli start", "validate-overrides": "react-native-platform-override validate", "test": "jest" }, "dependencies": { "@babel/runtime": "^7.0.0", "@jest/create-cache-key-function": "^29.7.0", "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "20.0.0", "@react-native-community/cli-platform-ios": "20.0.0", "@react-native-windows/cli": "0.82.0", "@react-native/assets": "1.0.0", "@react-native/assets-registry": "0.82.1", "@react-native/codegen": "0.82.1", "@react-native/community-cli-plugin": "0.82.1", "@react-native/gradle-plugin": "0.82.1", "@react-native/js-polyfills": "0.82.1", "@react-native/new-app-screen": "0.82.0-rc.0", "@react-native/normalize-colors": "0.82.1", "@react-native/virtualized-lists": "0.82.1", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", "babel-jest": "^29.7.0", "babel-plugin-syntax-hermes-parser": "0.32.0", "base64-js": "^1.5.1", "chalk": "^4.0.0", "commander": "^12.0.0", "event-target-shim": "^5.0.1", "flow-enums-runtime": "^0.0.6", "glob": "^7.1.1", "hermes-compiler": "0.0.0", "invariant": "^2.2.4", "jest-environment-node": "^29.7.0", "memoize-one": "^5.0.0", "metro-runtime": "^0.83.1", "metro-source-map": "^0.83.1", "mkdirp": "^0.5.1", "nullthrows": "^1.1.1", "pretty-format": "^29.7.0", "promise": "^8.3.0", "react-devtools-core": "^6.1.5", "react-refresh": "^0.14.0", "regenerator-runtime": "^0.13.2", "scheduler": "0.26.0", "semver": "^7.1.3", "source-map-support": "^0.5.19", "stacktrace-parser": "^0.1.10", "whatwg-fetch": "^3.0.0", "ws": "^6.2.3", "yargs": "^17.6.2" }, "devDependencies": { "@react-native-windows/codegen": "0.82.0", "@react-native/metro-config": "0.82.1", "@rnw-scripts/babel-react-native-config": "0.0.0", "@rnw-scripts/eslint-config": "1.2.38", "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.42", "@rnw-scripts/just-task": "2.3.58", "@rnw-scripts/metro-dev-config": "0.0.0", "@rnx-kit/jest-preset": "^0.1.17", "@types/node": "^22.14.0", "@types/react": "^19.1.0", "eslint": "^8.19.0", "flow-bin": "^0.280.0", "jscodeshift": "^0.14.0", "just-scripts": "^1.3.3", "prettier": "2.8.8", "react": "19.1.1", "react-native": "0.82.1", "react-native-platform-override": "0.82.0", "react-refresh": "^0.14.0", "typescript": "5.0.4" }, "peerDependencies": { "@types/react": "^19.1.1", "react": "^19.1.1", "react-native": "^0.82.0" }, "beachball": { "defaultNpmTag": "latest", "disallowedChangeTypes": [ "major", "minor", "prerelease", "premajor", "preminor", "prepatch" ], "gitTags": true }, "files": [ "/codegen", "/Common", "/DeforkingPatches", "fmt", "/Folly", "/generate.js", "/include", "/jest", "/JSI", "/Libraries", "/src", "/Microsoft.ReactNative", "/Microsoft.ReactNative.Cxx", "/Microsoft.ReactNative.Managed", "/Microsoft.ReactNative.Managed.CodeGen", "/Microsoft.ReactNative.SharedManaged", "/Mso", "/PropertySheets", "/ReactCommon", "/Scripts", "/Shared", "/stubs", "/template", "/templates", "/types", "/.flowconfig", "/Directory.Build.props", "/Directory.Build.targets", "/index.js", "/index.windows.js", "/interface.js", "/just-task.js", "/LICENSE", "/metro-react-native-platform.js", "/metro.config.js", "/react-native.config.js", "/rn-get-polyfills.js", "!packages*.lock.json" ], "promoteRelease": true, "engines": { "node": ">= 22" } }