spotifyplaylistarchive.com/package.json
2023-01-26 15:17:58 +01:00

41 lines
1.2 KiB
JSON

{
"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": "^3.0.0-beta.1",
"@astrojs/vue": "^1.2.2",
"@fortawesome/fontawesome-free": "^6.2.1",
"@octokit/rest": "^19.0.5",
"@vuepic/vue-datepicker": "^3.6.4",
"astro": "^2.0.1",
"daisyui": "^2.46.0",
"debounce": "^1.2.1",
"fast-fuzzy": "^1.12.0",
"format-duration": "^3.0.2",
"html-entities": "^2.3.3",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/debounce": "^1.2.1"
}
}