dl.emersa.it/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-24 19:04:29 +01:00
{
"name": "dl.emersa.it",
"private": true,
2025-02-15 18:55:41 +01:00
"version": "0.5.6",
2025-01-24 19:04:29 +01:00
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
2025-02-14 18:54:35 +01:00
"download-yt-dlp": "wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -O yt-dlp",
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": {
"@eslint/compat": "^1.2.6",
2025-02-08 00:01:06 +00:00
"@eslint/js": "^9.20.0",
2025-01-24 19:04:29 +01:00
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
2025-02-14 18:47:17 +01:00
"@types/node": "^22.13.4",
2025-01-24 19:04:29 +01:00
"autoprefixer": "^10.4.20",
2025-02-11 20:10:52 +00:00
"eslint": "^9.20.1",
2025-01-24 19:04:29 +01:00
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
2025-02-13 00:01:07 +00:00
"globals": "^15.15.0",
2025-02-14 00:01:08 +00:00
"prettier": "^3.5.1",
2025-01-24 19:04:29 +01:00
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
2025-02-13 00:01:07 +00:00
"svelte": "^5.20.0",
2025-01-24 19:04:29 +01:00
"svelte-check": "^4.1.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
2025-02-11 00:00:21 +00:00
"typescript-eslint": "^8.24.0",
2025-01-24 19:04:29 +01:00
"vite": "^6.1.0"
},
"dependencies": {
"youtube-dl-exec": "^3.0.15"
}
}