20 lines
380 B
JSON
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"
|
|
}
|
|
}
|