|
1 | 1 | {
|
2 | 2 | "name": "@react-native-community/cli-doctor",
|
3 |
| - "version": "7.0.1", |
| 3 | + "version": "8.0.0-alpha.0", |
4 | 4 | "license": "MIT",
|
5 | 5 | "main": "build/index.js",
|
6 | 6 | "publishConfig": {
|
7 | 7 | "access": "public"
|
8 | 8 | },
|
9 | 9 | "types": "build/index.d.ts",
|
10 | 10 | "dependencies": {
|
11 |
| - "@react-native-community/cli-tools": "^7.0.1", |
12 |
| - "@react-native-community/cli-config": "^7.0.1", |
| 11 | + "@react-native-community/cli-config": "^8.0.0-alpha.0", |
| 12 | + "@react-native-community/cli-tools": "^8.0.0-alpha.0", |
13 | 13 | "chalk": "^4.1.2",
|
| 14 | + "command-exists": "^1.2.8", |
14 | 15 | "envinfo": "^7.7.2",
|
| 16 | + "execa": "^1.0.0", |
15 | 17 | "hermes-profile-transformer": "^0.0.6",
|
16 | 18 | "ip": "^1.1.5",
|
17 | 19 | "node-stream-zip": "^1.9.1",
|
18 |
| - "command-exists": "^1.2.8", |
| 20 | + "ora": "^5.4.1", |
19 | 21 | "prompts": "^2.4.0",
|
20 | 22 | "semver": "^6.3.0",
|
21 | 23 | "strip-ansi": "^5.2.0",
|
22 |
| - "ora": "^5.4.1", |
23 |
| - "execa": "^1.0.0", |
24 |
| - "wcwidth": "^1.0.1", |
25 |
| - "sudo-prompt": "^9.0.0" |
| 24 | + "sudo-prompt": "^9.0.0", |
| 25 | + "wcwidth": "^1.0.1" |
26 | 26 | },
|
27 | 27 | "files": [
|
28 | 28 | "build",
|
29 | 29 | "!*.d.ts",
|
30 | 30 | "!*.map"
|
31 | 31 | ],
|
32 | 32 | "devDependencies": {
|
| 33 | + "@react-native-community/cli-types": "^8.0.0-alpha.0", |
33 | 34 | "@types/command-exists": "^1.2.0",
|
34 |
| - "@react-native-community/cli-types": "^7.0.1", |
35 | 35 | "@types/ip": "^1.1.0",
|
| 36 | + "@types/prompts": "^2.0.9", |
36 | 37 | "@types/semver": "^6.0.2",
|
37 |
| - "@types/wcwidth": "^1.0.0", |
38 |
| - "@types/prompts": "^2.0.9" |
| 38 | + "@types/wcwidth": "^1.0.0" |
39 | 39 | },
|
40 | 40 | "homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-doctor",
|
41 | 41 | "repository": {
|
|
0 commit comments