noahsw.xyz/package.json
2024-04-14 23:23:24 -05:00

28 lines
640 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/slim": "^3.3.0",
"astro": "^4.5.12",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"clsx": "^2.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2"
}
}