73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "@janhq/mobile-app",
|
|
"private": true,
|
|
"version": "0.6.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"ios:iphone16": "react-native run-ios --simulator=\"iPhone 16 (iOS 18.6)\"",
|
|
"dev": "vite --port 1422",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest --run",
|
|
"test:coverage": "vitest --coverage --run",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build",
|
|
"tauri:android": "tauri android dev",
|
|
"tauri:ios": "tauri ios dev"
|
|
},
|
|
"dependencies": {
|
|
"@janhq/core": "link:../core",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.4",
|
|
"@radix-ui/react-select": "^2.1.9",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@radix-ui/react-switch": "^1.2.2",
|
|
"@radix-ui/react-tooltip": "^1.2.4",
|
|
"@tabler/icons-react": "^3.33.0",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@tanstack/react-router": "^1.121.34",
|
|
"@tauri-apps/api": "^2.8.0",
|
|
"@tauri-apps/plugin-os": "^2.3.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"framer-motion": "^12.23.12",
|
|
"i18next": "^25.0.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.536.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"sonner": "^2.0.3",
|
|
"tailwindcss": "^4.1.4",
|
|
"ulidx": "^2.4.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@tanstack/router-devtools": "^1.121.34",
|
|
"@tanstack/router-plugin": "^1.116.1",
|
|
"@tauri-apps/cli": "^2.8.4",
|
|
"@types/lodash.debounce": "^4",
|
|
"@types/node": "^22.14.1",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.3.0",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|