-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 KB
/
package.json
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
{
"name": "ReactNativeStaticServerExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"windows": "react-native run-windows",
"windows:autolink": "react-native autolink-windows --sln \"windows\\ReactNativeStaticServerExample.sln\" --proj \"windows\\ReactNativeStaticServerExample\\ReactNativeStaticServerExample.vcxproj\""
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.4",
"@dr.pogodin/react-native-static-server": "^0.9.0",
"react": "^18.2.0",
"react-native": "^0.72.5",
"react-native-webview": "^13.6.2",
"react-native-windows": "^0.72.11"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@types/metro-config": "^0.76.3",
"babel-plugin-module-resolver": "^5.0.0",
"metro-config": "^0.79.1",
"metro-react-native-babel-preset": "0.77.0"
},
"engines": {
"node": ">=18"
}
}