Files
audacity.github.io/package.json

36 lines
847 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.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/signika": "^5.2.8",
"@fontsource/twinkle-star": "^5.2.8",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^5.17.2",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.2",
"astro-lazy-youtube-embed": "^0.5.5",
"classnames": "^2.5.1",
"platform": "^1.3.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/platform": "^1.3.6",
"postcss-nesting": "^12.1.5"
}
}