forked from microsoft/react-native-windows-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 665 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 665 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
{
"name": "native-module-sample",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"windows": "npx @react-native-community/cli run-windows"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-native-windows": "^0.63.0-0"
},
"devDependencies": {
"metro-config": "^0.66.2",
"react": "19.0.0",
"react-native": "0.78.0",
"react-native-windows": "0.78.1"
},
"react-native-windows": {
"init-windows": {
"name": "NativeModuleSample",
"namespace": "NativeModuleSample",
"template": "old/uwp-cs-lib"
}
}
}