UNPKG

react-native-xaml

Version:

Allows using XAML directly, inside of a React Native Windows app

66 lines (65 loc) 1.46 kB
{ "name": "react-native-xaml", "title": "React Native Xaml", "version": "0.0.80", "description": "Allows using XAML directly, inside of a React Native Windows app", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc -b", "codegen": "dotnet run --project Codegen" }, "repository": { "type": "git", "url": "git+https://github.com/microsoft/react-native-xaml.git", "baseUrl": "https://github.com/microsoft/react-native-xaml" }, "keywords": [ "react-native", "react-native-windows", "XAML", "WinUI", "UWP", "Fluent", "Fluent UI", "Windows" ], "author": { "name": "Alexander Sklar", "email": "asklar@microsoft.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "dependencies": { "@types/react": "*" }, "peerDependencies": { "react": ">= 18.0.0", "react-native": ">= 0.71.0", "react-native-windows": ">= 0.71.0", "typescript": "^4.1.2" }, "devDependencies": { "@types/jest": "*", "@types/react": "^19.0.0", "beachball": "^2.16.0", "eslint": "^8.19.0", "react": "19.0.0", "react-native": "0.79.0", "react-native-windows": "0.79.0", "typescript": "5.0.4" }, "files": [ "!*.tgz", "CodeGen/*.cs*", "CodeGen/*.json", "tsconfig.json", "*.cmd", "windows/", "lib/", "src/", "!*.ruleset", "!*.lock.json" ] }