1
Fork 0
This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
poke-on-astro-experiment/package.json

41 lines
No EOL
926 B
JSON

{
"name": "poke",
"type": "module",
"version": "25.01",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "astro dev",
"build": "astro build",
"translate": "astro-i18next generate",
"docker:build": "docker build -t poke ."
},
"repository": {
"url": "https://codeberg.org/korbs/poke-but-in-astro"
},
"keywords": [
"poketube",
"private",
"privacy",
"ytdl",
"youtube",
"astro",
"frontend"
],
"dependencies": {
"@astrojs/node": "^8.3.1",
"@astrojs/partytown": "^2.1.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vue": "^4.5.0",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@iconoir/vue": "^7.7.0",
"astro": "^4.11.0",
"astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21",
"astro-robots-txt": "^1.0.0",
"vue": "^3.4.29"
},
"devDependencies": {
"@types/bun": "^1.1.5",
"sass": "^1.77.6"
}
}