43 lines
No EOL
1,016 B
JSON
43 lines
No EOL
1,016 B
JSON
{
|
|
"name": "poke",
|
|
"type": "module",
|
|
"version": "25.01",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"repository": {
|
|
"url": "https://codeberg.org/korbs/poke-but-in-astro"
|
|
},
|
|
"keywords": [
|
|
"poketube",
|
|
"private",
|
|
"ytdl",
|
|
"youtube"
|
|
],
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.3.1",
|
|
"@astrojs/partytown": "^2.1.1",
|
|
"@astrojs/react": "^3.6.0",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@astrojs/vue": "^4.5.0",
|
|
"@iconoir/vue": "^7.7.0",
|
|
"@innologica/vue-dropdown-menu": "^0.1.4",
|
|
"@shoelace-style/shoelace": "^2.15.1",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "^4.11.0",
|
|
"astro-matomo": "^1.6.0",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"iconoir-react": "^7.7.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"vue": "^3.4.29"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.5",
|
|
"accessible-astro-components": "^2.3.6",
|
|
"sass": "^1.77.6"
|
|
}
|
|
} |