noahsw.xyz/package.json

28 lines
640 B
JSON
Raw Normal View History

2023-10-21 16:53:39 +00:00
{
2024-04-15 04:23:24 +00:00
"name": "",
2023-10-21 16:53:39 +00:00
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2024-04-15 04:23:24 +00:00
"build": "astro check && astro build",
2023-10-21 16:53:39 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-04-15 04:23:24 +00:00
"@astrojs/check": "^0.5.10",
2024-03-15 17:14:42 +00:00
"@astrojs/tailwind": "^5.1.0",
2024-04-15 04:23:24 +00:00
"@tsparticles/engine": "^3.3.0",
"@tsparticles/slim": "^3.3.0",
"astro": "^4.5.12",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
2023-10-22 05:25:53 +00:00
},
"devDependencies": {
2024-04-15 04:23:24 +00:00
"clsx": "^2.1.0",
2024-03-15 17:33:26 +00:00
"prettier": "^3.2.5",
2024-04-15 04:23:24 +00:00
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2"
2023-10-21 16:53:39 +00:00
}
2024-04-15 04:23:24 +00:00
}