-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.07 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 2.07 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
{
"name": "e2e-test-app-fabric",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"watch": "rnw-scripts watch",
"windows": "react-native run-windows",
"e2etest": "react-native rnx-test --platform windows",
"e2etest:updateSnapshots": "react-native rnx-test --platform windows -u",
"e2etest:debug": "react-native rnx-test --platform windows --config ./jest.debug.config.js",
"bundle:debug": "react-native bundle --entry-file index.js --bundle-output ./windows/x64/Debug/RNTesterApp-Fabric/Bundle/index.windows.bundle --assets-dest ./windows/x64/Debug/RNTesterApp-Fabric/Bundle --platform windows"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.12.132",
"@react-native-windows/tester": "0.0.1",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.55"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/generator": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.20.0",
"@react-native-windows/automation": "^0.3.214",
"@react-native-windows/automation-commands": "^0.1.234",
"@react-native/metro-config": "0.74.89",
"@rnw-scripts/babel-node-config": "2.3.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.9",
"@rnw-scripts/just-task": "2.3.25",
"@rnw-scripts/metro-dev-config": "0.0.0",
"@rnw-scripts/ts-config": "2.0.5",
"@rnx-kit/cli": "^0.16.10",
"@rnx-kit/jest-preset": "^0.1.16",
"@types/jest": "^29.2.2",
"@types/node": "^18.0.0",
"@types/react": "^18.2.6",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"sanitize-filename": "^1.6.3",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 18"
}
}