{ "name": "spotify-playlist-archive-website", "version": "2.0.0", "description": "Frontend for mackorone's spotify-playlist-archive Git repository", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "repository": { "type": "git", "url": "git+https://github.com/maciejpedzich/spotify-playlist-archive-website.git" }, "author": "Maciej Pędzich", "license": "MIT", "bugs": { "url": "https://github.com/maciejpedzich/spotify-playlist-archive-website/issues" }, "homepage": "https://github.com/maciejpedzich/spotify-playlist-archive-website#readme", "dependencies": { "@astrojs/netlify": "^1.3.0", "@astrojs/tailwind": "^2.1.3", "@astrojs/vue": "^1.2.2", "@fortawesome/fontawesome-free": "^6.2.1", "astro": "^1.8.0", "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" }, "devDependencies": { "@types/debounce": "^1.2.1" } }