-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.45 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@office-iss/react-native-win32",
"version": "0.83.0-preview.2",
"description": "Implementation of react native on top of Office's Win32 platform.",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/react-native-windows",
"directory": "packages/@office-iss/react-native-win32"
},
"license": "MIT",
"main": "./index.win32.js",
"types": "types",
"scripts": {
"build": "rnw-scripts build",
"bundle": "rnw-scripts prepareBundle && npx @react-native-community/cli rnx-bundle --platform win32 --entry-file ../react-native-win32-tester/js/RNTesterApp.win32.js --bundle-output dist/win32/dev/js/RNTesterApp.bundle --assets-dest dist/win32/dev --sourcemap-output ./dist/win32/dev/js/RNTesterApp.bundle.map",
"clean": "rnw-scripts clean",
"flow-check": "rnw-scripts flow-check",
"lint:fix": "rnw-scripts lint:fix",
"lint": "rnw-scripts lint",
"run-win32-devmain": "npx @office-iss/rex-win32@0.71.15-devmain.16607.10000 --bundle js/RNTesterApp --component RNTesterApp --basePath ./dist/win32/dev --jsEngine v8 --useDevMain --useDirectDebugger --useFastRefresh",
"run-win32": "npx @office-iss/rex-win32@0.71.15-devmain.16607.10000 --bundle js/RNTesterApp --component RNTesterApp --basePath ./dist/win32/dev --jsEngine v8 --useDirectDebugger --useFastRefresh",
"start": "npx @react-native-community/cli rnx-start --projectRoot ../react-native-win32-tester",
"test": "jest",
"validate-overrides": "react-native-platform-override validate"
},
"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/assets": "1.0.0",
"@react-native/assets-registry": "0.83.4",
"@react-native/codegen": "0.83.4",
"@react-native/community-cli-plugin": "0.83.4",
"@react-native/gradle-plugin": "0.83.4",
"@react-native/js-polyfills": "0.83.4",
"@react-native/normalize-colors": "0.83.4",
"@react-native/virtualized-lists": "0.83.4",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
"art": "^0.10.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.14.1",
"invariant": "^2.2.4",
"jest-environment-node": "^29.7.0",
"memoize-one": "^5.0.0",
"metro-runtime": "^0.83.3",
"metro-source-map": "^0.83.3",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^29.7.0",
"promise": "^8.3.0",
"react-clone-referenced-element": "^1.0.1",
"react-devtools-core": "^6.1.5",
"react-refresh": "^0.14.0",
"regenerator-runtime": "^0.13.2",
"scheduler": "0.27.0",
"semver": "^7.1.3",
"stacktrace-parser": "^0.1.10",
"whatwg-fetch": "^3.0.0",
"ws": "^7.5.10",
"yargs": "^17.6.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@react-native/metro-config": "0.83.4",
"@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/cli": "^1.1.0",
"@rnx-kit/jest-preset": "^0.3.1",
"@types/node": "^22.0.0",
"@types/prop-types": "15.7.1",
"@types/react": "^19.2.0",
"eslint": "^8.19.0",
"flow-bin": "^0.289.0",
"jscodeshift": "^0.14.0",
"just-scripts": "^1.3.3",
"prettier": "2.8.8",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-platform-override": "0.83.0-preview.1",
"typescript": "5.0.4"
},
"peerDependencies": {
"@types/react": "^19.1.1",
"react": "^19.2.0",
"react-native": "^0.83.0"
},
"beachball": {
"defaultNpmTag": "preview",
"disallowedChangeTypes": [
"major",
"minor",
"patch",
"premajor",
"preminor",
"prepatch"
]
},
"promoteRelease": true,
"rnx-kit": {
"bundle": {
"plugins": [
[
"@rnx-kit/metro-plugin-cyclic-dependencies-detector",
{
"throwOnError": false
}
]
]
}
},
"engines": {
"node": ">= 22"
}
}