{ "name": "lytenyte-storage-dashboard", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@1771technologies/lytenyte-core": "^2.1.3", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.7.0", "typescript": "^5.9.3", "vite": "^6.4.2" } }