A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eb926fc1972fc9a73811f82b9f9880fbe5aa43ba 46 lines 1.4 kB view raw
1{ 2 "name": "diffuse", 3 "description": "A music player that connects to your cloud/distributed storage", 4 "version": "3.4.0", 5 "author": "Steven Vandevelde <icid.asset@gmail.com>", 6 "homepage": "https://diffuse.sh", 7 "repository": "github:icidasset/diffuse", 8 "license": "SEE LICENSE IN LICENSE", 9 "devDependencies": { 10 "@typescript-eslint/eslint-plugin": "^6.2.1", 11 "@typescript-eslint/parser": "^6.2.1", 12 "assert": "^2.0.0", 13 "autoprefixer": "^10.4.14", 14 "buffer": "^6.0.3", 15 "elm-review": "^2.10.2", 16 "esbuild": "^0.18.18", 17 "eslint": "^8.46.0", 18 "events": "^3.3.0", 19 "gren-lang": "^0.3.0", 20 "postcss": "^8.4.27", 21 "postcss-custom-properties": "^13.3.0", 22 "postcss-import": "^15.1.0", 23 "stream": "^0.0.2", 24 "tailwindcss": "^3.3.3", 25 "tailwindcss-animations": "^2.0.0", 26 "tailwindcss-interaction-variants": "^5.0.0" 27 }, 28 "dependencies": { 29 "@oddjs/odd": "^0.37.2", 30 "@tokenizer/http": "^0.6.2", 31 "elm-taskport": "^2.0.1", 32 "fast-text-encoding": "^1.0.6", 33 "file-saver": "^2.0.2", 34 "jszip": "^3.7.1", 35 "load-script2": "^2.0.5", 36 "localforage": "^1.10.0", 37 "lunr": "^2.3.8", 38 "music-metadata-browser": "^2.5.10", 39 "readable-stream": "^4.4.2", 40 "remotestoragejs": "^2.0.0-beta.6", 41 "throttle-debounce": "^5.0.0", 42 "timer.js": "^1.0.4", 43 "tocca": "^2.0.9", 44 "uint8arrays": "^4.0.6" 45 } 46}