spotifyplaylistarchive.com/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2023-01-01 22:20:44 +01:00
{
"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",
2023-01-07 14:56:19 +01:00
"@astrojs/vue": "^1.2.2",
2023-01-01 22:20:44 +01:00
"@fortawesome/fontawesome-free": "^6.2.1",
"astro": "^1.8.0",
"daisyui": "^2.46.0",
2023-01-07 14:56:19 +01:00
"debounce": "^1.2.1",
"fast-fuzzy": "^1.12.0",
2023-01-07 22:18:02 +01:00
"html-entities": "^2.3.3",
2023-01-07 14:56:19 +01:00
"tailwindcss": "^3.2.4",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/debounce": "^1.2.1"
2023-01-01 22:20:44 +01:00
}
}