forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.36 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.36 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
{
"name": "@react-native-community/cli",
"version": "6.0.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"bin": {
"react-native": "build/bin.js"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"setup_env.sh"
],
"engineStrict": true,
"engines": {
"node": ">=12"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@react-native-community/cli-debugger-ui": "^6.0.0-rc.0",
"@react-native-community/cli-hermes": "^6.0.0",
"@react-native-community/cli-server-api": "^6.0.0-rc.0",
"@react-native-community/cli-tools": "^6.0.0-rc.0",
"@react-native-community/cli-types": "^6.0.0",
"appdirsjs": "^1.2.4",
"chalk": "^3.0.0",
"command-exists": "^1.2.8",
"commander": "^2.19.0",
"cosmiconfig": "^5.1.0",
"deepmerge": "^3.2.0",
"envinfo": "^7.7.2",
"execa": "^1.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"graceful-fs": "^4.1.3",
"joi": "^17.2.1",
"leven": "^3.1.0",
"lodash": "^4.17.15",
"metro": "^0.66.1",
"metro-config": "^0.66.1",
"metro-core": "^0.66.1",
"metro-react-native-babel-transformer": "^0.66.1",
"metro-resolver": "^0.66.1",
"metro-runtime": "^0.66.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-stream-zip": "^1.9.1",
"ora": "^3.4.0",
"pretty-format": "^26.6.2",
"prompts": "^2.4.0",
"semver": "^6.3.0",
"serve-static": "^1.13.1",
"strip-ansi": "^5.2.0",
"sudo-prompt": "^9.0.0",
"wcwidth": "^1.0.1"
},
"peerDependencies": {
"react-native": ">=0.65.0-rc.0 || 0.0.0-*"
},
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/cosmiconfig": "^5.0.3",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
"@types/hapi__joi": "^17.1.6",
"@types/lodash": "^4.14.149",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/prompts": "^2.0.9",
"@types/semver": "^6.0.2",
"@types/wcwidth": "^1.0.0",
"slash": "^3.0.0",
"snapshot-diff": "^0.7.0"
},
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli"
}
}