{ "name": "enprogreso", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json", "upload": "rsync --recursive --rsh='ssh -p2222' dist/ root@192.168.1.243:/data/beta_enprogreso_nulo_ar/" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.0.3", "@tsconfig/svelte": "^4.0.1", "svelte": "^3.57.0", "svelte-check": "^2.10.3", "tslib": "^2.5.0", "typescript": "^5.0.2", "vite": "^4.3.2", "vite-plugin-top-level-await": "^1.3.0", "vite-plugin-wasm": "^3.2.2" }, "dependencies": { "@syncedstore/core": "^0.5.1", "@syncedstore/svelte": "^0.5.1", "date-fns": "^2.30.0", "dayjs": "^1.11.7", "nanoid": "^4.0.2", "svelt-yjs": "^1.1.0", "y-indexeddb": "^9.0.10", "y-webrtc": "^10.2.5", "yjs": "^13.6.0" } }