18 lines
334 B
JSON
18 lines
334 B
JSON
|
{
|
||
|
"name": "joehanson-dev",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/tailwind": "^5.0.0",
|
||
|
"astro": "^3.1.0",
|
||
|
"tailwindcss": "^3.3.3"
|
||
|
}
|
||
|
}
|