-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
66 lines (66 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "diffuse",
"description": "A music player that connects to your cloud/distributed storage",
"version": "3.5.0",
"author": "Steven Vandevelde <[email protected]>",
"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.1",
"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"
}
}