48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "dl.emersa.it",
|
|
"private": true,
|
|
"version": "0.9.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"download-yt-dlp": "wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -O yt-dlp ; chmod +x yt-dlp",
|
|
"preview": "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",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.7",
|
|
"@eslint/js": "^9.22.0",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/kit": "^2.19.2",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-svelte": "^3.1.0",
|
|
"globals": "^16.0.0",
|
|
"mdsvex": "^0.12.3",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"svelte": "^5.23.0",
|
|
"svelte-check": "^4.1.5",
|
|
"sveltekit-sse": "^0.13.16",
|
|
"tailwindcss": "^4.0.14",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/postcss": "^4.0.14",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^22.13.10",
|
|
"winston": "^3.17.0",
|
|
"youtube-dl-exec": "^3.0.19"
|
|
}
|
|
}
|