mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-16 21:51:35 -05:00
32 lines
794 B
JSON
32 lines
794 B
JSON
{
|
|
"name": "astro-audacity",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build && npx tailwindcss -i ./src/styles/input.css -o ./dist/output.css",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^2.3.2",
|
|
"@astrojs/tailwind": "^4.0.0",
|
|
"@datapunt/matomo-tracker-react": "^0.5.1",
|
|
"@fontsource-variable/signika": "^5.0.8",
|
|
"@fontsource/twinkle-star": "^5.0.8",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.10",
|
|
"astro": "^2.0.10",
|
|
"astro-icon": "^0.8.1",
|
|
"framer-motion": "^9.0.2",
|
|
"platform": "^1.3.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
}
|
|
}
|