Files
audacity.github.io/package.json
Dilson's Pickles 6581055b7a Add react
2023-02-12 13:19:30 +00:00

23 lines
455 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",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.6"
}
}