2021-02-04 22:02:00 +03:00
|
|
|
{
|
|
|
|
"name": "react-native-xaml",
|
|
|
|
"title": "React Native Xaml",
|
2024-11-22 02:03:35 +03:00
|
|
|
"version": "0.0.79",
|
2021-02-04 22:02:00 +03:00
|
|
|
"description": "Allows using XAML directly, inside of a React Native Windows app",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
2021-10-05 21:49:19 +03:00
|
|
|
"build": "tsc -b",
|
2023-08-02 21:14:56 +03:00
|
|
|
"codegen": "dotnet run --project Codegen"
|
2021-02-04 22:02:00 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-08-13 20:55:07 +03:00
|
|
|
"url": "git+https://github.com/microsoft/react-native-xaml.git",
|
|
|
|
"baseUrl": "https://github.com/microsoft/react-native-xaml"
|
2021-02-04 22:02:00 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react-native-windows",
|
|
|
|
"XAML",
|
|
|
|
"WinUI",
|
2021-02-25 05:33:06 +03:00
|
|
|
"UWP",
|
|
|
|
"Fluent",
|
|
|
|
"Fluent UI",
|
|
|
|
"Windows"
|
2021-02-04 22:02:00 +03:00
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Alexander Sklar",
|
|
|
|
"email": "asklar@microsoft.com"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"licenseFilename": "LICENSE",
|
|
|
|
"readmeFilename": "README.md",
|
2021-09-30 08:53:12 +03:00
|
|
|
"dependencies": {
|
2024-02-26 21:10:39 +03:00
|
|
|
"@types/react": "*"
|
2021-09-30 08:53:12 +03:00
|
|
|
},
|
2021-02-04 22:02:00 +03:00
|
|
|
"peerDependencies": {
|
2024-02-20 22:52:28 +03:00
|
|
|
"react": ">= 18.0.0",
|
2024-11-22 01:25:43 +03:00
|
|
|
"react-native": ">= 0.71.0",
|
|
|
|
"react-native-windows": ">= 0.71.0",
|
2021-09-30 08:53:12 +03:00
|
|
|
"typescript": "^4.1.2"
|
2021-02-04 22:02:00 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-23 09:15:07 +03:00
|
|
|
"@types/jest": "*",
|
2021-10-05 21:49:19 +03:00
|
|
|
"beachball": "^2.16.0",
|
2024-02-06 00:58:19 +03:00
|
|
|
"eslint": "^8.19.0",
|
2023-02-01 22:40:23 +03:00
|
|
|
"react": "18.2.0",
|
2024-11-22 01:25:43 +03:00
|
|
|
"react-native": "0.73.11",
|
|
|
|
"react-native-windows": "0.73.21",
|
2024-02-06 00:58:19 +03:00
|
|
|
"react-native-typescript-transformer": "*",
|
|
|
|
"typescript": "5.0.4"
|
2021-03-07 02:00:43 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"!*.tgz",
|
2021-03-07 02:31:13 +03:00
|
|
|
"CodeGen/*.cs*",
|
2021-09-29 01:45:24 +03:00
|
|
|
"CodeGen/*.json",
|
2021-10-01 00:01:17 +03:00
|
|
|
"tsconfig.json",
|
2021-09-30 19:45:58 +03:00
|
|
|
"*.cmd",
|
2021-03-07 02:00:43 +03:00
|
|
|
"windows/",
|
|
|
|
"lib/",
|
2021-03-08 12:35:25 +03:00
|
|
|
"src/",
|
|
|
|
"!*.ruleset"
|
2021-07-23 10:42:54 +03:00
|
|
|
]
|
2021-02-04 22:02:00 +03:00
|
|
|
}
|