Files
audacity.github.io/package.json
2025-04-10 20:25:05 +02:00

35 lines
820 B
JSON

{
"name": "astro-audacity",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/signika": "^5.0.8",
"@fontsource/twinkle-star": "^5.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"astro": "^5.6.1",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.1",
"astro-lazy-youtube-embed": "^0.5.4",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/platform": "^1.3.6",
"postcss-nesting": "^12.0.2"
}
}