mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@fressh/react-native-xtermjs-webview-internal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"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": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"js-base64": "^3.7.8",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.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",
|
|
"eslint": "^9.35.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.4.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"typescript": "~5.9.2",
|
|
"typescript-eslint": "^8.44.0",
|
|
"vite": "6.3.6",
|
|
"vite-plugin-singlefile": "^2.3.0"
|
|
}
|
|
}
|