-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 986 Bytes
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
{
"name": "@preeternal/react-native-file-hash-windows-example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"windows": "react-native run-windows"
},
"dependencies": {
"react": "19.2.3",
"react-native": "0.84.1",
"react-native-windows": "0.84.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native/typescript-config": "0.84.1",
"@types/react": "^19.1.1",
"react-native-monorepo-config": "^0.3.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
}
}