-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
{
"name": "downbeat",
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "bunx --bun vite dev",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.2",
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/adapter-vercel": "^5.10.3",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.1.18",
"@types/formidable": "^3.4.6",
"eslint": "^9.39.2",
"eslint-plugin-svelte": "^3.14.0",
"globals": "^16.5.0",
"svelte": "^5.48.3",
"svelte-check": "^4.3.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^6.4.1",
"@types/bun": "latest"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@types/meyda": "^4.3.8",
"@types/node": "^22.19.7",
"@vercel/analytics": "^1.6.1",
"bits-ui": "^2.15.4",
"bpm-detective": "^2.0.5",
"bun-types": "^1.3.6",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^3.5.4",
"gif-frames": "^1.0.1",
"gifuct-js": "^2.1.2",
"iconify-icon": "^3.0.2",
"js-confetti": "^0.12.0",
"mediabunny": "^1.30.1",
"meyda": "^5.6.3",
"multer": "^2.0.2",
"music-metadata": "^11.11.0",
"music-tempo": "^1.0.3",
"svelte-french-toast": "^1.2.0",
"tailwindcss-animate": "^1.0.7"
}
}