{ "name": "@fressh/react-native-xtermjs-webview", "private": true, "version": "0.0.0", "type": "module", "exports": { ".": "./dist/index.js" }, "scripts": { "dev": "vite --config vite.config.internal.ts", "build:main": "tsc -b && vite build", "build:internal": "tsc -b && vite build --config vite.config.internal.ts", "fmt:check": "cross-env SORT_IMPORTS=true prettier --check .", "fmt": "cross-env SORT_IMPORTS=true prettier --write .", "eslint:check": "eslint . --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint --fix --report-unused-disable-directives --max-warnings 0 .", "typecheck": "tsc --noEmit", "preview": "vite preview" }, "dependencies": { "js-base64": "^3.7.8" }, "peerDependencies": { "react": "19.1.0", "react-dom": "19.1.0", "react-native-webview": "13.15.0" }, "devDependencies": { "@epic-web/config": "^1.21.3", "@eslint/js": "^9.35.0", "@types/react": "~19.1.12", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.2", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "js-base64": "^3.7.8", "eslint": "^9.35.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "eslint-plugin-react-hooks": "^5.2.0", "@eslint-react/eslint-plugin": "^1.53.0", "vite-plugin-singlefile": "^2.3.0", "eslint-plugin-react-refresh": "^0.4.20", "@typescript-eslint/parser": "^8.44.0", "@typescript-eslint/utils": "^8.43.0", "globals": "^16.4.0", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0", "react": "19.1.0", "react-dom": "19.1.0", "react-native-webview": "13.15.0", "typescript": "~5.9.2", "typescript-eslint": "^8.44.0", "vite": "6.3.6", "vite-plugin-dts": "^4.5.4" } }