-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "integration-test-app",
"version": "0.0.0",
"private": true,
"scripts": {
"windows": "react-native run-windows",
"start": "react-native start",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"integration-test": "jest --config jest.integration.config.js --runInBand --verbose"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.12.132",
"@react-native-windows/fs": "0.74.1",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.55"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/parser": "^7.11.5",
"@babel/preset-env": "^7.20.0",
"@babel/preset-typescript": "^7.11.5",
"@babel/traverse": "^7.11.5",
"@babel/types": "^7.11.5",
"@react-native/metro-config": "0.74.89",
"@rnw-scripts/babel-node-config": "2.3.2",
"@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",
"@types/chai": "^4.2.14",
"@types/jest": "^29.2.2",
"@types/node": "^18.0.0",
"@types/ora": "^3.2.0",
"@types/ws": "^7.4.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"ora": "^3.4.0",
"prettier": "2.8.8",
"typescript": "5.0.4",
"walkdir": "^0.4.1",
"ws": "^7.4.6"
},
"engines": {
"node": ">= 18"
}
}