{ "name": "@pi-car/web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite --host 127.0.0.1", "lint": "eslint src vite.config.ts", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", "build": "tsc --noEmit && vite build" }, "dependencies": { "@phosphor-icons/react": "^2.1.10", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "leaflet": "^1.9.4", "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@types/leaflet": "^1.9.21", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.7.0", "vite": "^7.0.6" } }