Files
fressh/packages/react-native-xtermjs-webview/package.json
EthanShoeDev dd0bb7636d turbo tasks
2025-09-19 19:44:20 -04:00

57 lines
1.8 KiB
JSON

{
"name": "@fressh/react-native-xtermjs-webview",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"fmt": "cross-env SORT_IMPORTS=true prettier --write .",
"fmt:check": "cross-env SORT_IMPORTS=true prettier --check .",
"lint": "eslint --fix --max-warnings 0 --report-unused-disable-directives .",
"lint:check": "eslint --max-warnings 0 --report-unused-disable-directives .",
"typecheck": "tsc --noEmit",
"build:main": "tsc -b && vite build",
"build:internal": "tsc -b && vite build --config vite.config.internal.ts",
"dev": "vite --config vite.config.internal.ts",
"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"
}
}