{ "name": "diffuse", "description": "A music player that connects to your cloud/distributed storage", "version": "3.5.0", "author": "Steven Vandevelde ", "homepage": "https://diffuse.sh", "repository": "github:icidasset/diffuse", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@tauri-apps/api": "^2.0.0-beta.0", "@tauri-apps/cli": "^2.0.0-beta.0", "@tauri-apps/plugin-dialog": "^2.0.0-beta.0", "@tauri-apps/plugin-fs": "^2.0.0-beta.0", "@tauri-apps/plugin-shell": "^2.0.0-beta.0", "@types/elm": "^0.19.3", "@types/file-saver": "^2.0.7", "@types/lunr": "^2.3.7", "@types/throttle-debounce": "^5.0.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "assert": "^2.1.0", "autoprefixer": "^10.4.19", "buffer": "^6.0.3", "elm": "0.19.1-6", "elm-format": "^0.8.7", "elm-review": "^2.10.3", "esbuild": "^0.20.2", "esbuild-plugin-wasm": "^1.1.0", "eslint": "^8.56.0", "events": "^3.3.0", "gren-lang": "^0.3.0", "just-install": "^2.0.2", "postcss": "^8.4.34", "postcss-custom-properties": "^13.3.4", "postcss-import": "^16.0.0", "stream": "^0.0.3", "tailwindcss": "^3.4.1", "tailwindcss-animations": "^2.0.0", "tailwindcss-interaction-variants": "^5.0.0", "tiny-parse-argv": "^2.4.0" }, "dependencies": { "@tokenizer/http": "^0.9.1", "@tokenizer/range": "^0.10.0", "elm-taskport": "^2.0.1", "encoding-japanese": "^2.0.0", "fast-text-encoding": "^1.0.6", "file-saver": "^2.0.2", "jszip": "^3.7.1", "load-script2": "^2.0.5", "localforage": "^1.10.0", "lunr": "^2.3.8", "mediainfo.js": "0.3.3", "music-metadata": "^10.6.0", "readable-stream": "^4.5.2", "remotestoragejs": "^2.0.0-beta.6", "serve": "^14.2.1", "throttle-debounce": "^5.0.0", "timer.js": "^1.0.4", "tocca": "^2.0.9", "uint8arrays": "^4.0.10" }, "scripts": { "tauri": "tauri" } }