-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
58 lines (58 loc) · 1.94 KB
/
package.json
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
{
"name": "e2e-test-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npx @react-native-community/cli start",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"watch": "rnw-scripts watch",
"windows": "npx @react-native-community/cli run-windows",
"e2etest": "jest",
"e2etest:updateSnapshots": "jest -u",
"e2etest:debug": "jest --config ./jest.debug.config.js"
},
"dependencies": {
"@react-native-picker/picker": "^2.5.1",
"@react-native-windows/automation-channel": "^0.12.262",
"@react-native-windows/tester": "0.0.1",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"react": "^19.0.0",
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
"react-native-windows": "^0.0.0-canary.922",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.20.0",
"@react-native-community/cli": "15.0.0-alpha.2",
"@react-native-windows/automation": "^0.3.344",
"@react-native-windows/automation-commands": "^0.1.365",
"@react-native/metro-config": "0.78.0-nightly-20241231-a3c8e2137",
"@rnw-scripts/babel-node-config": "2.3.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.32",
"@rnw-scripts/just-task": "2.3.49",
"@rnw-scripts/metro-dev-config": "0.0.0",
"@rnw-scripts/ts-config": "2.0.5",
"@rnx-kit/jest-preset": "^0.1.17",
"@types/jest": "^29.2.2",
"@types/node": "^18.0.0",
"@types/react": "^19.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0",
"sanitize-filename": "^1.6.3",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 18"
}
}