-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.84 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.84 KB
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
79
80
{
"name": "musicat",
"private": true,
"version": "0.16.0",
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"dev": "vite --host",
"preview": "vite preview",
"tauri": "tauri",
"tm-build": "npm run build --prefix ./base16/builder",
"tm-schema": "npx typescript-json-schema --required --out src/theming/theme.schema.json src/types/theme.d.ts Theme",
"tm-watch": "chokidar \"base16/**\" -c \"npm run tm-build\"",
"typesafe-i18n": "typesafe-i18n",
"build:pvr": "sh ./src-tauri/lib/build.sh",
"build:pvr:linux": "sh ./src-tauri/lib/build.sh --target x86_64-unknown-linux-gnu"
},
"devDependencies": {
"@alexanderolsen/libsamplerate-js": "2.1.1",
"@modyfi/vite-plugin-yaml": "1.1.0",
"@sveltejs/vite-plugin-svelte": "2.4.1",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/cli": "2.10.0",
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-global-shortcut": "2.3.1",
"@tauri-apps/plugin-http": "2.5.7",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-shell": "2.3.5",
"@tsconfig/svelte": "3.0.0",
"@types/three": "^0.182.0",
"audiomotion-analyzer": "3.6.0",
"autoprefixer": "10.4.8",
"better-cue-parser": "0.3.1",
"chokidar-cli": "3.0.0",
"chord-mark": "0.17.0",
"chord-mark-themes": "0.17.0",
"dexie": "4.0.4",
"dexie-export-import": "4.1.4",
"front-matter": "4.0.2",
"hotkeys-js": "3.9.5",
"is-dark-color": "1.2.0",
"konva": "9.3.14",
"lodash-es": "4.17.21",
"md5": "2.3.0",
"mdsvex": "0.11.2",
"mousetrap": "1.6.5",
"mpg123-decoder": "1.0.0",
"openai": "4.22.0",
"postcss": "8.4.16",
"prettier": "3.4.2",
"sass": "1.93.2",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"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-preprocess": "5.1.3",
"svelte-tiny-virtual-list": "2.1.2",
"svelte-tippy": "1.3.2",
"three": "^0.182.0",
"tippy.js": "6.3.7",
"tslib": "2.4.0",
"typesafe-i18n": "5.26.2",
"typescript": "4.6.4",
"vite": "4.5.1",
"vite-bundle-analyzer": "0.10.3",
"vite-plugin-node-polyfills": "^0.24.0",
"wavefile": "11.0.0",
"wavesurfer.js": "7.11.1",
"wikibase-sdk": "9.2.4",
"wtf_wikipedia": "10.4.0",
"wtf-plugin-html": "1.0.0"
}
}