2025-01-24 19:04:29 +01:00
|
|
|
{
|
|
|
|
"name": "dl.emersa.it",
|
|
|
|
"private": true,
|
2025-02-23 06:06:26 +01:00
|
|
|
"version": "0.7.2",
|
2025-01-24 19:04:29 +01:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite dev",
|
|
|
|
"build": "vite build",
|
2025-02-23 04:54:48 +01:00
|
|
|
"download-yt-dlp": "wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -O yt-dlp ; chmod +x yt-dlp",
|
2025-02-23 00:53:57 +01:00
|
|
|
"preview": "vite preview",
|
2025-01-24 19:04:29 +01:00
|
|
|
"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",
|
|
|
|
"format": "prettier --write .",
|
|
|
|
"lint": "prettier --check . && eslint ."
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-02-23 01:23:58 +00:00
|
|
|
"@eslint/compat": "^1.2.7",
|
|
|
|
"@eslint/js": "^9.21.0",
|
|
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
|
|
"@sveltejs/kit": "^2.17.2",
|
|
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
|
|
"@tailwindcss/vite": "^4.0.8",
|
|
|
|
"eslint": "^9.21.0",
|
2025-01-24 19:04:29 +01:00
|
|
|
"eslint-config-prettier": "^10.0.1",
|
|
|
|
"eslint-plugin-svelte": "^2.46.1",
|
2025-02-23 02:35:00 +01:00
|
|
|
"globals": "^16.0.0",
|
2025-02-23 00:53:57 +01:00
|
|
|
"mdsvex": "^0.12.3",
|
2025-02-23 01:23:58 +00:00
|
|
|
"prettier": "^3.5.2",
|
2025-01-24 19:04:29 +01:00
|
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2025-02-23 01:23:58 +00:00
|
|
|
"svelte": "^5.20.2",
|
|
|
|
"svelte-check": "^4.1.4",
|
|
|
|
"tailwindcss": "^4.0.8",
|
|
|
|
"typescript": "^5.7.3",
|
|
|
|
"typescript-eslint": "^8.24.1",
|
|
|
|
"vite": "^6.1.1"
|
2025-01-24 19:04:29 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-02-23 00:53:57 +01:00
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
"@tailwindcss/postcss": "^4.0.8",
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-02-23 01:00:01 +01:00
|
|
|
"@types/node": "^22.13.5",
|
2025-01-24 19:04:29 +01:00
|
|
|
"youtube-dl-exec": "^3.0.15"
|
|
|
|
}
|
|
|
|
}
|