-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "erora.live",
"description": "issues arise, bugs form. error is inevitable.",
"version": "0.0.1",
"author": {
"name": "encode42",
"url": "https://encode42.dev",
"email": "[email protected]"
},
"main": "fetch/index.ts",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite dev --host",
"preview": "vite preview",
"assets": "bun . assets",
"build": "bun run assets && bun run build:static && bun run build:web",
"build:web": "vite build",
"build:static": "bun . build",
"add": "bun . add",
"remove": "bun . remove",
"update": "bun . update"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/bun": "^1.1.1",
"@types/folder-hash": "^4.0.4",
"@types/node": "^20.12.8",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"@darkobits/vite-plugin-favicons": "^0.3.2",
"vite-plugin-image-optimizer": "^1.1.8"
},
"dependencies": {
"@catppuccin/palette": "^1.1.1",
"@encode42/bandcamp-fetch": "^1.2.0",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@tabler/icons-svelte": "^3.5.0",
"dotenv": "^16.4.5",
"fast-xml-parser": "^4.4.0",
"ffmpeg-static": "^5.2.0",
"node-vibrant": "^3.2.1-alpha.1",
"p-throttle": "^6.1.0",
"pino": "^9.1.0",
"pino-pretty": "^11.0.0",
"sharp": "^0.33.3",
"svgo": "^3.3.2"
}
}