noahsw.xyz/package.json
2024-11-10 15:13:56 -06:00

30 lines
No EOL
745 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.2",
"@tsparticles/basic": "^3.5.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/interaction-particles-links": "^3.5.0",
"@tsparticles/move-parallax": "^3.5.0",
"astro": "^4.16.10",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"clsx": "^2.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4"
}
}