noahsw.xyz/package.json

22 lines
425 B
JSON
Raw Normal View History

2023-10-21 16:53:39 +00:00
{
"name": "noahsw.xyz",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-10-22 05:25:53 +00:00
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.3.2",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
2023-10-21 16:53:39 +00:00
}
2023-10-22 05:25:53 +00:00
}