mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 23:13:01 +01:00
42 lines
1.2 KiB
JSON
42 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": "^2.1.3",
|
|
"@astrojs/vue": "^1.2.2",
|
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
|
"@octokit/rest": "^19.0.5",
|
|
"@vuepic/vue-datepicker": "^3.6.4",
|
|
"astro": "^1.8.0",
|
|
"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",
|
|
"theme-change": "^2.3.0",
|
|
"vue": "^3.2.45"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debounce": "^1.2.1"
|
|
}
|
|
}
|