-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.87 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.87 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
{
"name": "@react-native-contrib/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@rnx-kit/metro-config": "^2.0.1",
"commander": "^12.1.0",
"find-up": "^7.0.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/esbuild": "20.2.1",
"@nx/eslint": "20.2.1",
"@nx/eslint-plugin": "20.2.1",
"@nx/jest": "20.2.1",
"@nx/js": "20.2.1",
"@nx/node": "20.2.1",
"@nx/workspace": "20.2.1",
"@react-native-community/cli": "^16.0.0",
"@react-native-windows/cli": "^0.76.0",
"@react-native/metro-config": "^0.76.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "~18.16.9",
"esbuild": "^0.19.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"expo-asset": "^11.0.1",
"expo-file-system": "^18.0.4",
"expo-modules-core": "^2.1.1",
"expo-template-bare-minimum": "^52.0.47",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "20.2.1",
"prettier": "^2.6.2",
"react-native-macos-init": "^2.1.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.13.0",
"verdaccio": "^5.0.4"
},
"patchedDependencies": {
"@react-native-community/cli@16.0.0": "patches/@react-native-community%2Fcli@16.0.0.patch",
"react-native-macos-init@2.1.3": "patches/react-native-macos-init@2.1.3.patch",
"@react-native-windows/cli@0.76.0": "patches/@react-native-windows%2Fcli@0.76.0.patch",
"expo-asset@11.0.1": "patches/expo-asset@11.0.1.patch",
"expo-file-system@18.0.4": "patches/expo-file-system@18.0.4.patch",
"expo-modules-core@2.1.1": "patches/expo-modules-core@2.1.1.patch"
},
"nx": {
"includedScripts": []
}
}