Files
blog/package.json
PrototypeArea c9c1b68562 First commit
2022-06-23 23:12:27 -04:00

16 lines
294 B
JSON

{
"name": "tailwind-astro",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.53"
}
}