Files
audacity.github.io/package.json
2023-02-15 18:08:03 +00:00

26 lines
534 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": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"astro": "^2.0.10",
"astro-icon": "^0.8.0",
"framer-motion": "^9.0.2",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.6"
}
}