add calc getting started to main app

This commit is contained in:
EthanShoeDev
2025-09-12 23:56:08 -04:00
parent da809ba29d
commit 44746b5f3d
25 changed files with 5070 additions and 476 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react-native-uniffi-russh",
"version": "0.1.0",
"name": "@fressh/react-native-uniffi-russh",
"description": "Uniffi bindings for russh",
"version": "0.0.1",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
@@ -33,7 +33,7 @@
],
"scripts": {
"ubrn:ios": "ubrn build ios --and-generate && (cd example/ios && pod install)",
"ubrn:android": "ubrn build android --and-generate",
"ubrn:android": "ubrn build android --and-generate --release",
"ubrn:web": "ubrn build web",
"ubrn:checkout": "ubrn checkout",
"ubrn:clean": "rm -rfv cpp/ android/CMakeLists.txt android/src/main/java android/*.cpp ios/ src/Native* src/index.*ts* src/generated/",
@@ -54,16 +54,10 @@
"url": "git+https://github.com/EthanShoeDev/fressh.git"
},
"author": "EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> (https://github.com/EthanShoeDev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EthanShoeDev/fressh/issues"
},
"homepage": "https://github.com/EthanShoeDev/fressh#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.8.1",
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
@@ -73,7 +67,6 @@
"@release-it/conventional-changelog": "^10.0.1",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.0",
"commitlint": "^19.8.1",
"del-cli": "^6.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
@@ -91,9 +84,6 @@
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "pnpm@10.15.1",
"jest": {
"preset": "react-native",
@@ -102,30 +92,6 @@
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,