-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
78 lines (78 loc) · 2.66 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
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "musicat",
"private": true,
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"typesafe-i18n": "typesafe-i18n"
},
"devDependencies": {
"@alexanderolsen/libsamplerate-js": "^2.1.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/cli": "^2.0.3",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.0",
"@tauri-apps/plugin-fs": "^2.0.0-rc.1",
"@tauri-apps/plugin-global-shortcut": "^2.0.0-rc.0",
"@tauri-apps/plugin-http": "^2.0.0-rc.1",
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
"@tauri-apps/plugin-shell": "^2.0.0-rc.0",
"@tsconfig/svelte": "^3.0.0",
"audiomotion-analyzer": "^3.6.0",
"autoprefixer": "^10.4.8",
"better-cue-parser": "^0.3.1",
"chord-mark": "^0.17.0",
"chord-mark-themes": "^0.17.0",
"dexie": "^4.0.4",
"front-matter": "^4.0.2",
"hotkeys-js": "^3.9.5",
"konva": "^9.3.14",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"mdsvex": "^0.11.2",
"mpg123-decoder": "^1.0.0",
"openai": "^4.22.0",
"postcss": "^8.4.16",
"sass": "^1.54.5",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-fast-marquee": "^0.4.1",
"svelte-focus-trap": "^1.2.0",
"svelte-french-toast": "^1.0.3",
"svelte-i18n": "^4.0.0",
"svelte-input-auto-width": "^2.1.0",
"svelte-konva": "^0.3.1",
"svelte-particles": "^2.12.0",
"svelte-preprocess": "^5.1.3",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7",
"tslib": "^2.4.0",
"tsparticles-preset-stars": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"typesafe-i18n": "^5.26.2",
"typescript": "^4.6.4",
"vite": "^4.5.1",
"vite-bundle-analyzer": "^0.10.3",
"wavefile": "^11.0.0",
"wavesurfer.js": "^7.7.11",
"wikibase-sdk": "^9.2.4",
"wtf_wikipedia": "^10.3.2"
},
"dependencies": {
"chord-symbol": "^4.0.0",
"is-dark-color": "^1.2.0",
"mousetrap": "^1.6.5",
"music-metadata-browser": "^2.5.8",
"rollup-plugin-node-polyfills": "^0.2.1",
"svrollbar": "^0.12.0",
"wtf-plugin-html": "^1.0.0"
}
}