-
Notifications
You must be signed in to change notification settings - Fork 936
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "@react-native-community/cli-link-assets",
"version": "20.1.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-config": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-apple": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native-community/cli-tools": "20.1.0",
"fast-xml-parser": "^4.4.1",
"opentype.js": "^1.3.4",
"picocolors": "^1.1.1",
"plist": "^3.1.0",
"tinyglobby": "^0.2.15",
"xcode": "^3.0.1"
},
"files": [
"build",
"!*.d.ts",
"!*.map"
],
"devDependencies": {
"@react-native-community/cli-types": "20.1.0",
"@types/plist": "^3.0.5",
"type-fest": "^4.10.2"
},
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-link-assets",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli-link-assets"
},
"gitHead": "3614a01613030c0a328ad2e8bb5d897e5bae1456"
}