-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 Bytes
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
{
"name": "amethyst-player",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"dev-host": "vite dev --host 0.0.0.0",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.8.3",
"@types/howler": "^2.2.7",
"@zerodevx/svelte-toast": "^0.8.2",
"sass": "^1.58.3",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"type": "module",
"dependencies": {
"carbon-icons-svelte": "^11.4.0",
"howler": "^2.2.3",
"jszip": "^3.10.1",
"scss": "^0.2.4",
"svelte-resize-observer": "^2.0.0",
"sveltekit-i18n": "^2.2.2",
"vite": "^4.1.3",
"webmidi": "^3.1.4"
}
}