{ "name": "pocketenv", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:prod": "tsc -b && vite build --mode prod", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@cloudflare/sandbox": "^0.7.4", "@hookform/resolvers": "^5.2.2", "@iconify/json": "^2.2.438", "@iconify/tailwind4": "^1.2.1", "@paralleldrive/cuid2": "^3.3.0", "@tabler/icons-react": "^3.36.1", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", "@tanstack/react-router": "^1.159.5", "@tanstack/react-router-devtools": "^1.159.5", "@tanstack/router-plugin": "^1.159.5", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "axios": "^1.13.5", "consola": "^3.4.2", "dayjs": "^1.11.19", "effect": "^3.19.16", "flyonui": "^2.4.1", "jotai": "^2.17.1", "libsodium-wrappers": "^0.8.2", "lodash": "^4.17.23", "notyf": "^3.10.0", "numeral": "^2.0.6", "ramda": "^0.32.0", "react": "^19.2.0", "react-content-loader": "^7.1.2", "react-dom": "^19.2.0", "react-hook-form": "^7.71.1", "react-turnstile": "^1.1.5", "react-xtermjs": "^1.0.10", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^9.39.1", "@tailwindcss/vite": "^4.1.18", "@types/lodash": "^4.17.23", "@types/node": "^24.10.1", "@types/numeral": "^2.0.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.2.2", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "tailwindcss": "^4.1.18", "typescript": "~5.9.3", "typescript-eslint": "^8.48.0", "vite": "^7.3.1" } }