reaction/package.json
Daniel Svitan b8c658374f 🎉 Inits repo
2023-05-16 16:02:07 -07:00

20 lines
380 B
JSON

{
"name": "reaction",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.2",
"@astrojs/vue": "^2.1.1",
"astro": "^2.4.5",
"tailwindcss": "^3.3.2",
"vue": "^3.3.2"
}
}