1{
2 "name": "diffuse",
3 "description": "A music player that connects to your cloud/distributed storage",
4 "version": "3.5.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 "@tauri-apps/api": "^2.0.0-beta.0",
11 "@tauri-apps/cli": "^2.0.0-beta.0",
12 "@tauri-apps/plugin-dialog": "^2.0.0-beta.0",
13 "@tauri-apps/plugin-fs": "^2.0.0-beta.0",
14 "@tauri-apps/plugin-shell": "^2.0.0-beta.0",
15 "@types/elm": "^0.19.3",
16 "@types/file-saver": "^2.0.7",
17 "@types/lunr": "^2.3.7",
18 "@types/throttle-debounce": "^5.0.2",
19 "@typescript-eslint/eslint-plugin": "^6.21.0",
20 "@typescript-eslint/parser": "^6.21.0",
21 "assert": "^2.1.0",
22 "autoprefixer": "^10.4.19",
23 "buffer": "^6.0.3",
24 "elm": "0.19.1-6",
25 "elm-format": "^0.8.7",
26 "elm-review": "^2.10.3",
27 "esbuild": "^0.20.2",
28 "esbuild-plugin-wasm": "^1.1.0",
29 "eslint": "^8.56.0",
30 "events": "^3.3.0",
31 "gren-lang": "^0.3.0",
32 "just-install": "^2.0.2",
33 "postcss": "^8.4.34",
34 "postcss-custom-properties": "^13.3.4",
35 "postcss-import": "^16.0.0",
36 "stream": "^0.0.3",
37 "tailwindcss": "^3.4.1",
38 "tailwindcss-animations": "^2.0.0",
39 "tailwindcss-interaction-variants": "^5.0.0",
40 "tiny-parse-argv": "^2.4.0"
41 },
42 "dependencies": {
43 "@tokenizer/http": "^0.9.1",
44 "@tokenizer/range": "^0.10.0",
45 "elm-taskport": "^2.0.1",
46 "encoding-japanese": "^2.0.0",
47 "fast-text-encoding": "^1.0.6",
48 "file-saver": "^2.0.2",
49 "jszip": "^3.7.1",
50 "load-script2": "^2.0.5",
51 "localforage": "^1.10.0",
52 "lunr": "^2.3.8",
53 "mediainfo.js": "0.3.3",
54 "music-metadata": "^10.6.0",
55 "readable-stream": "^4.5.2",
56 "remotestoragejs": "^2.0.0-beta.6",
57 "serve": "^14.2.1",
58 "throttle-debounce": "^5.0.0",
59 "timer.js": "^1.0.4",
60 "tocca": "^2.0.9",
61 "uint8arrays": "^4.0.10"
62 },
63 "scripts": {
64 "tauri": "tauri"
65 }
66}