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-11-10 21:13:56 +00:00
|
|
|
"@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"
|
2023-10-22 05:25:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-10 21:13:56 +00:00
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"prettier": "^3.3.3",
|
2024-04-15 04:23:24 +00:00
|
|
|
"prettier-plugin-astro": "^0.13.0",
|
2024-11-10 21:13:56 +00:00
|
|
|
"sharp": "^0.33.5",
|
|
|
|
"tailwind-merge": "^2.5.4"
|
2023-10-21 16:53:39 +00:00
|
|
|
}
|
2024-04-15 04:23:24 +00:00
|
|
|
}
|